Skip to content

Commit

Permalink
gemspec for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwe committed Nov 19, 2010
1 parent edce51c commit 991aeca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions simple_enum.gemspec
Expand Up @@ -5,17 +5,21 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{simple_enum} s.name = %q{simple_enum}
s.version = "1.2.0" s.version = "1.3.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Lukas Westermann"] s.authors = ["Lukas Westermann"]
s.date = %q{2010-08-30} s.date = %q{2010-11-19}
s.email = %q{lukas.westermann@gmail.com} s.email = %q{lukas.westermann@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.rdoc" "README.rdoc"
] ]
s.files = [ s.files = [
".gitignore", ".gitignore",
"Gemfile",
"Gemfile.BACKPORT",
"Gemfile.BACKPORT.lock",
"Gemfile.lock",
"LICENCE", "LICENCE",
"README.rdoc", "README.rdoc",
"Rakefile", "Rakefile",
Expand Down

0 comments on commit 991aeca

Please sign in to comment.