Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Don't include gemfile in gem
Browse files Browse the repository at this point in the history
  • Loading branch information
RISCfuture committed Aug 13, 2011
1 parent 2a83106 commit ee4833c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Jeweler::Tasks.new do |gem|
gem.homepage = "http://github.com/riscfuture/slugalicious"
gem.authors = [ "Tim Morgan" ]
gem.required_ruby_version = '>= 1.9'
gem.add_dependency "rails", ">= 3.0"
gem.add_dependency 'stringex'
gem.files = [ 'lib/**/*', 'LICENSE', 'README.textile', 'templates/*', 'slugalicious.gemspec' ]
end
Jeweler::GemcutterTasks.new

Expand Down

0 comments on commit ee4833c

Please sign in to comment.