Skip to content

Commit

Permalink
remove rubyforge_project from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerley committed Dec 20, 2013
1 parent bdaaff2 commit ff74f94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions beefcake.gemspec
Expand Up @@ -13,8 +13,6 @@ Gem::Specification.new do |s|
s.description = %q{A sane protobuf library for Ruby}
s.license = 'MIT'

s.rubyforge_project = "beefcake"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit ff74f94

Please sign in to comment.