Skip to content

Commit

Permalink
Updating gemspec so it actually builds
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed May 30, 2009
1 parent db7adba commit dbed38d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,12 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "gemcutter"
gem.summary = "Simple and kickass gem hosting"
gem.summary = "Kickass gem hosting"
gem.email = "nick@quaran.to"
gem.homepage = "http://github.com/qrush/gemcutter"
gem.authors = ["Nick Quaranto"]
gem.files = FileList["lib/rubygems_plugin.rb", "lib/commands/*"]
gem.test_files = []
end
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
Expand Down
29 changes: 5 additions & 24 deletions gemcutter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,22 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nick Quaranto"]
s.date = %q{2009-05-24}
s.date = %q{2009-05-30}
s.email = %q{nick@quaran.to}
s.extra_rdoc_files = [
"README.textile"
]
s.files = [
"README.textile",
"Rakefile",
"VERSION.yml",
"lib/commands/downgrade.rb",
"lib/commands/push.rb",
"lib/commands/upgrade.rb",
"lib/gemcutter.rb",
"lib/rubygems_plugin.rb",
"spec/app_spec.rb",
"spec/cutter_spec.rb",
"spec/gem_spec.rb",
"spec/gems/test-0.0.0.gem",
"spec/gems/test-0.0.0.gem_up",
"spec/gems/test-1.0.0.gem",
"spec/indexer_spec.rb",
"spec/spec_helper.rb"
"lib/commands/push.rb",
"lib/commands/upgrade.rb",
"lib/rubygems_plugin.rb"
]
s.homepage = %q{http://github.com/qrush/gemcutter}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.3}
s.summary = %q{Simple and kickass gem hosting}
s.test_files = [
"spec/app_spec.rb",
"spec/cutter_spec.rb",
"spec/gem_spec.rb",
"spec/indexer_spec.rb",
"spec/spec_helper.rb"
]
s.summary = %q{Kickass gem hosting}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
Expand Down

0 comments on commit dbed38d

Please sign in to comment.