Skip to content

Commit

Permalink
Updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Mar 17, 2011
1 parent c2976f4 commit 1f3e79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dm-cli.gemspec
Expand Up @@ -7,9 +7,9 @@ Gem::Specification.new do |s|
s.name = %q{dm-cli}
s.version = "1.1.0"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wayne E. Seguin"]
s.date = %q{2011-03-10}
s.date = %q{2011-03-16}
s.description = %q{DataMapper plugin allowing interaction with models through a CLI}
s.email = %q{wayneeseguin [a] gmail [d] com}
s.executables = [".irbrc", "dm"]
Expand Down

0 comments on commit 1f3e79c

Please sign in to comment.