Skip to content

Commit

Permalink
Regenerated gemspec for version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsanderson committed Oct 9, 2009
1 parent 00ace4f commit 708f5c0
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions open_gem.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
Expand All @@ -6,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Sanderson"]
s.date = %q{2009-08-03}
s.date = %q{2009-10-09}
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 All @@ -15,19 +18,19 @@ Gem::Specification.new do |s|
]
s.files = [
"CHANGELOG.markdown",
"README.markdown",
"Rakefile",
"VERSION.yml",
"lib/open_gem/common_options.rb",
"lib/rubygems/commands/open_command.rb",
"lib/rubygems/commands/read_command.rb",
"lib/rubygems_plugin.rb",
"test/open_command_test.rb"
"README.markdown",
"Rakefile",
"VERSION.yml",
"lib/open_gem/common_options.rb",
"lib/rubygems/commands/open_command.rb",
"lib/rubygems/commands/read_command.rb",
"lib/rubygems_plugin.rb",
"test/open_command_test.rb"
]
s.homepage = %q{http://github.com/adamsanderson/open_gem}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.2}
s.rubygems_version = %q{1.3.5}
s.summary = %q{Gem Command to easily open a ruby gem with the editor of your choice.}
s.test_files = [
"test/open_command_test.rb"
Expand Down

0 comments on commit 708f5c0

Please sign in to comment.