Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed Jan 14, 2011
1 parent b4212d2 commit 860ab70
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions localized_language_select.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{localized_language_select}
s.version = "0.1.0"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kristian Mandrup"]
Expand All @@ -24,11 +24,15 @@ Gem::Specification.new do |s|
"VERSION",
"init.rb",
"install.rb",
"lib/generators/localized_language_select/locales/locales_generator.rb",
"lib/localized_language_select.rb",
"locale/en.rb",
"locale/fr.rb",
"locale/nl.rb",
"pkg/localized_language_select-0.1.0.gem",
"lib/localized_language_select/i18n.rb",
"locale/da.yml",
"locale/de.yml",
"locale/en.yml",
"locale/fr.yml",
"locale/nl.yml",
"localized_language_select.gemspec",
"tasks/localized_language_select_tasks.rake",
"test/localized_language_select_test.rb",
"uninstall.rb"
Expand Down

0 comments on commit 860ab70

Please sign in to comment.