Skip to content

Commit 308730f

Browse files
committed
bump to 0.1.6 (depends only I18n 0.5)
1 parent 161ea3a commit 308730f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rails-i18n.gemspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "rails-i18n"
5-
s.version = '0.1.5'
5+
s.version = '0.1.6'
66
s.authors = ["Rails I18n Group"]
77
s.email = "[email protected]"
88
s.homepage = "http://github.com/svenfuchs/rails-i18n"
@@ -15,6 +15,5 @@ Gem::Specification.new do |s|
1515
s.rubyforge_project = '[none]'
1616
s.required_rubygems_version = '>= 1.3.5'
1717

18-
s.add_dependency('i18n', '~> 0.6')
19-
s.add_dependency('activesupport', '~> 3')
18+
s.add_dependency('i18n', '~> 0.5')
2019
end

0 commit comments

Comments
 (0)