Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
Breaking: This gem now requires Ruby version >= 2.2.2 This is get allow the gem
to work with Rails 5
  • Loading branch information
ekosz committed Nov 17, 2016
1 parent 538d4d5 commit 139fb51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/stripe_i18n/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StripeI18n
VERSION = "1.3.0"
VERSION = "2.0.0"
end
3 changes: 2 additions & 1 deletion stripe-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.2.2"

spec.add_runtime_dependency('i18n', '~> 0.6')
spec.add_runtime_dependency('railties', '~> 4.0')
spec.add_runtime_dependency('railties', '>= 4.0')

spec.add_development_dependency "rspec-rails", "= 2.14.2"
spec.add_development_dependency "i18n-spec", "= 0.4.0"
Expand Down

0 comments on commit 139fb51

Please sign in to comment.