Cleanup of infrastructure before release.

* Removing Gemfile and Gemfile.lock; not appropriate for library gems.
* Removing old-style packaging with archive-tar-minitar (I'll miss you
  even if no one else does).
* Updated the manifest and the committed gemspec.
This commit is contained in:
Austin Ziegler 2011-03-16 19:32:49 -04:00
parent af6c595793
commit 75bec76435
5 changed files with 24 additions and 112 deletions

11
Gemfile
View file

@ -1,11 +0,0 @@
source "http://rubygems.org"
gem 'hoe'
gem 'hoe-git'
gem 'hoe-gemspec'
group :development do
gem 'metaid'
gem 'rspec', '~> 2.0'
gem 'flexmock'
end