Skip to content

Commit

Permalink
RIP RubyForge
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Tadman committed Mar 18, 2015
1 parent b736eea commit d87327b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gem-release.gemspec
Expand Up @@ -15,7 +15,6 @@ Gem::Specification.new do |s|
s.files = `git ls-files {app,lib}`.split("\n")
s.require_path = 'lib'
s.platform = Gem::Platform::RUBY
s.rubyforge_project = '[none]'

s.add_development_dependency 'test_declarative', '>=0.0.2'
s.add_development_dependency 'mocha', '>=0.14'
Expand Down
1 change: 0 additions & 1 deletion lib/gem_release/templates/gemspec
Expand Up @@ -15,5 +15,4 @@ Gem::Specification.new do |s|
s.files = <%= files %>
s.platform = Gem::Platform::RUBY
s.require_paths = ['lib']
s.rubyforge_project = '[none]'
end

0 comments on commit d87327b

Please sign in to comment.