Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Removing gemspec and giving up on github gems for now
Browse files Browse the repository at this point in the history
- the fact that rubygems sees dchelimsky-rspec and rspec as separate gem
  lines is causing users trouble when they have both installed in the
  same system.
- there is a proposal for rubygems to resolve this, so if/when it is
  resolved we can revisit this
  • Loading branch information
dchelimsky committed Feb 25, 2009
1 parent 2e56d9e commit 1fc929f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion Manifest.txt
Expand Up @@ -188,7 +188,6 @@ resources/spec/simple_spec.rb
resources/test/spec_and_test_together.rb
resources/test/spec_including_test_but_not_unit.rb
resources/test/test_case_with_should_methods.rb
rspec.gemspec
spec/README.jruby
spec/autotest/autotest_helper.rb
spec/autotest/autotest_matchers.rb
Expand Down
5 changes: 0 additions & 5 deletions Rakefile
Expand Up @@ -98,11 +98,6 @@ namespace :update do
task :manifest do
system %q[touch Manifest.txt; rake check_manifest | grep -v "(in " | patch]
end

desc "update the gemspec"
task :gemspec do
system %q[rake debug_gem | grep -v "(in " | grep -v "else" | grep -v "s.add_dependency(%q<hoe" | grep -v "s.add_dependency(%q<cuc" > `basename \\`pwd\\``.gemspec]
end
end

task :clobber => :clobber_tmp
Expand Down
32 changes: 0 additions & 32 deletions rspec.gemspec

This file was deleted.

0 comments on commit 1fc929f

Please sign in to comment.