rack.gemspec in rack-1.2.2 vs rack.gemspec in rack-1.2.3
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = "rack"
- s.version = "1.2.2"
+ s.version = "1.2.3"
s.platform = Gem::Platform::RUBY
s.summary = "a modular Ruby webserver interface"
s.description = <<-EOF
Rack provides minimal, modular and adaptable interface for developing
@@ -13,10 +13,10 @@
Also see http://rack.rubyforge.org.
EOF
s.files = Dir['{bin/*,contrib/*,example/*,lib/**/*,test/**/*}'] +
- %w(COPYING KNOWN-ISSUES rack.gemspec README SPEC)
+ %w(COPYING KNOWN-ISSUES rack.gemspec Rakefile README SPEC)
s.bindir = 'bin'
s.executables << 'rackup'
s.require_path = 'lib'
s.has_rdoc = true
s.extra_rdoc_files = ['README', 'SPEC', 'KNOWN-ISSUES']