decoct.gemspec in andhapp-decoct-1.0.0 vs decoct.gemspec in andhapp-decoct-1.1.0
- old
+ new
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{decoct}
- s.version = "1.0.0"
+ s.version = "1.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Anuj Dutta"]
- s.date = %q{2009-04-19}
+ s.date = %q{2009-04-22}
s.default_executable = %q{decoct}
s.description = %q{Sinatra Rspec project generator}
s.email = %q{anuj@andhapp.com}
s.executables = ["decoct"]
s.extra_rdoc_files = [
@@ -20,9 +20,14 @@
"VERSION.yml",
"bin/decoct",
"decoct.gemspec",
"lib/dconstants.rb",
"lib/dscript.rb",
+ "lib/templates/.autotest",
+ "lib/templates/generic_app.rb",
+ "lib/templates/spec/rcov.opts",
+ "lib/templates/spec/spec.opts",
+ "lib/templates/spec/spec_helper.rb",
"test/templates/generic_app.rb",
"test/templates/spec/rcov.opts",
"test/templates/spec/spec.opts",
"test/templates/spec/spec_helper.rb",
"test/ts_script.rb"