Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ bin/rake release
The gem is available as open source under the terms of the [MIT License].

[money-rails]: https://github.com/RubyMoney/money-rails
[sidekiq-scheduler]: https://github.com/Moove-it/sidekiq-scheduler
[sidekiq-scheduler]: https://github.com/sidekiq-scheduler/sidekiq-scheduler
[whenever]: https://github.com/javan/whenever
[active_scheduler]: https://github.com/JustinAiken/active_scheduler
[eu_central_bank]: https://github.com/RubyMoney/eu_central_bank
[money-open-exchange-rates]: https://github.com/spk/money-open-exchange-rates
[on GitHub]: https://github.com/RubyMoney/active_currency
[MIT License]: http://opensource.org/licenses/MIT
[MIT License]: https://opensource.org/license/MIT
2 changes: 1 addition & 1 deletion active_currency.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.version = ActiveCurrency::VERSION
s.authors = ["Sunny Ripert"]
s.email = ["[email protected]"]
s.homepage = "https://github.com/sunny/active_currency"
s.homepage = "https://github.com/RubyMoney/active_currency"
s.summary = "Rails plugin to store your currency regularly"
s.description = "Store your currency."
s.license = "MIT"
Expand Down