fdlcap 0.3.35 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.35
1
+ 0.4.0
data/fdlcap.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fdlcap}
8
- s.version = "0.3.35"
8
+ s.version = "0.4.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Factory Design Labs", "Gabe Varela", "Jay Zeschin"]
12
- s.date = %q{2009-12-18}
12
+ s.date = %q{2010-01-11}
13
13
  s.default_executable = %q{fdlcap}
14
14
  s.email = %q{interactive@factorylabs.com}
15
15
  s.executables = ["fdlcap"]
@@ -7,7 +7,6 @@ Capistrano::Configuration.instance(:must_exist).load do
7
7
  set :deploy_via, :remote_cache
8
8
 
9
9
  use_recipe :symlinks
10
- use_recipe :geminstaller
11
10
  use_recipe :perform_cleanup
12
11
  use_recipe :symlink_configs
13
12
  use_recipe :automigrate
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fdlcap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.35
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Factory Design Labs
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-12-18 00:00:00 -07:00
14
+ date: 2010-01-11 00:00:00 -07:00
15
15
  default_executable: fdlcap
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency