roar.gemspec in roar-0.12.5 vs roar.gemspec in roar-0.12.6

- old
+ new

@@ -1,6 +1,5 @@ -# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "roar/version" Gem::Specification.new do |s| s.name = "roar" @@ -10,10 +9,9 @@ s.email = ["apotonick@gmail.com"] s.homepage = "http://rubygems.org/gems/roar" s.summary = %q{Resource-oriented architectures in Ruby.} s.description = %q{Streamlines the development of RESTful, resource-oriented architectures in Ruby.} s.license = 'MIT' - s.rubyforge_project = "roar" 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) } s.require_paths = ["lib"]