diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffbceb..727b2b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,5 +39,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security - N/A -[0.2.0]: https://github.com/Youngv/ta_lib_ffi/compare/v0.1.0...v0.2.0 -[0.1.0]: https://github.com/Youngv/ta_lib_ffi/releases/tag/v0.1.0 +[0.2.0]: https://github.com/TA-Lib/ta-lib-ruby/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/TA-Lib/ta-lib-ruby/releases/tag/v0.1.0 diff --git a/README.md b/README.md index 02d6563..266d61b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TALibFFI -![Tests](https://github.com/Youngv/ta_lib_ffi/actions/workflows/main.yml/badge.svg) +![Tests](https://github.com/TA-Lib/ta-lib-ruby/actions/workflows/main.yml/badge.svg) ## Introduction @@ -83,7 +83,7 @@ puts TALibFFI.sma(prices, time_period: 3) ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/Youngv/ta_lib_ffi +Bug reports and pull requests are welcome on GitHub at https://github.com/TA-Lib/ta-lib-ruby ## License diff --git a/bin/console b/bin/console index 1cb6a7f..236997a 100755 --- a/bin/console +++ b/bin/console @@ -2,7 +2,7 @@ # frozen_string_literal: true require "bundler/setup" -require "ta_lib" +require "ta_lib_ffi" # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. diff --git a/ta_lib_ffi.gemspec b/ta_lib_ffi.gemspec index ac9d04f..fa9c52f 100644 --- a/ta_lib_ffi.gemspec +++ b/ta_lib_ffi.gemspec @@ -9,13 +9,13 @@ Gem::Specification.new do |spec| spec.email = ["victor@rt4u.bid"] spec.summary = "Ruby FFI bindings for TA-Lib (Technical Analysis Library)" spec.description = "A Ruby wrapper for TA-Lib using FFI, providing technical analysis functions for financial market data" - spec.homepage = "https://github.com/Youngv/ta_lib_ffi" + spec.homepage = "https://github.com/TA-Lib/ta-lib-ruby" spec.license = "MIT" spec.required_ruby_version = ">= 3.0.0" spec.metadata["allowed_push_host"] = "https://rubygems.org" spec.metadata["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "https://github.com/Youngv/ta_lib_ffi" - spec.metadata["changelog_uri"] = "https://github.com/Youngv/ta_lib_ffi/blob/main/CHANGELOG.md" + spec.metadata["source_code_uri"] = "https://github.com/TA-Lib/ta-lib-ruby" + spec.metadata["changelog_uri"] = "https://github.com/TA-Lib/ta-lib-ruby/blob/main/CHANGELOG.md" spec.files = Dir[ "lib/**/*", "LICENSE.txt",