fdlcap.gemspec in factorylabs-fdlcap-0.3.5 vs fdlcap.gemspec in factorylabs-fdlcap-0.3.6
- old
+ new
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{fdlcap}
- s.version = "0.3.5"
+ s.version = "0.3.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Factory Design Labs"]
- s.date = %q{2009-07-02}
+ s.date = %q{2009-07-09}
s.default_executable = %q{fdlcap}
s.email = %q{interactive@factorylabs.com}
s.executables = ["fdlcap"]
s.extra_rdoc_files = [
"LICENSE",
@@ -19,10 +19,11 @@
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"bin/fdlcap",
+ "examples/deploy.rb",
"fdlcap.gemspec",
"features/fdlcap.feature",
"features/step_definitions/fdlcap_steps.rb",
"features/support/env.rb",
"lib/fdlcap.rb",
@@ -61,10 +62,11 @@
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.4}
s.summary = %q{a set of capistrano recipies we use regularly at Factory Design Labs}
s.test_files = [
"test/fdlcap_test.rb",
- "test/test_helper.rb"
+ "test/test_helper.rb",
+ "examples/deploy.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3