Skip to content

Commit

Permalink
Adding license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
onomojo committed Oct 15, 2013
1 parent 7fddb69 commit e50adbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
i18n-timezones (1.2.3)
i18n-timezones (1.3)
i18n (~> 0.5)
rails (>= 4.0.0)

Expand Down
1 change: 1 addition & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ If you find an error in a translation, please let us know. Please help us fill i
* Steve Hodges - https://github.com/stevehodges

== Version History
* 1.3.1 - Adding license to gemspec
* 1.3 - Upgrading to Rails 4
* 1.2.3 - Adding Arabic, Italian, Dutch, Portuguese, and Chinese (Traditional) locales
* 1.2.2 - Adding Japansese locale
Expand Down
1 change: 1 addition & 0 deletions i18n-timezones.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["test/**/*"]
s.require_path = 'lib'
s.platform = Gem::Platform::RUBY
s.licenses = ['MIT', 'GPL-2']

s.add_dependency('i18n', '~> 0.5')
s.add_dependency "rails", ">= 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n_timezones/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module I18nTimezones
VERSION = "1.3"
VERSION = "1.3.1"
end

0 comments on commit e50adbf

Please sign in to comment.