./rack-scaffold.gemspec in rack-scaffold-0.0.1 vs ./rack-scaffold.gemspec in rack-scaffold-0.0.2
- old
+ new
@@ -1,15 +1,14 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
-require "rack/scaffold/version"
Gem::Specification.new do |s|
s.name = "rack-scaffold"
s.authors = ["Mattt Thompson"]
s.email = "m@mattt.me"
s.homepage = "http://mattt.me"
s.license = "MIT"
- s.version = Rack::Scaffold::VERSION
+ s.version = "0.0.2"
s.platform = Gem::Platform::RUBY
s.summary = "Rack::Scaffold"
s.description = "Automatically generate RESTful CRUD services"
s.add_dependency "rack", "~> 1.4"