Skip to content

Commit

Permalink
version 1.4.0: Merging in changes from Peter Gassner to fall back on …
Browse files Browse the repository at this point in the history
…regular expressions if there is not exact match.
  • Loading branch information
adamsanderson committed Aug 4, 2009
1 parent 8d91b3e commit ceadf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open_gem.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{open_gem}
s.version = "1.3.2"
s.version = "1.4.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Sanderson"]
s.date = %q{2009-06-03}
s.date = %q{2009-08-03}
s.description = %q{ Open a gem's source directory with either the default editor, or a specified command.
}
s.email = %q{netghost@gmail.com}
Expand Down

0 comments on commit ceadf8e

Please sign in to comment.