chicken_soup 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: chicken_soup
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - thekompanee
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-02-22 00:00:00 -06:00
14
+ date: 2011-02-24 00:00:00 -06:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -22,7 +22,7 @@ dependencies:
22
22
  requirements:
23
23
  - - ~>
24
24
  - !ruby/object:Gem::Version
25
- version: 3.0.3
25
+ version: 2.5.19
26
26
  type: :runtime
27
27
  version_requirements: *id001
28
28
  - !ruby/object:Gem::Dependency
@@ -36,39 +36,6 @@ dependencies:
36
36
  version: 1.0.10
37
37
  type: :development
38
38
  version_requirements: *id002
39
- - !ruby/object:Gem::Dependency
40
- name: rspec
41
- prerelease: false
42
- requirement: &id003 !ruby/object:Gem::Requirement
43
- none: false
44
- requirements:
45
- - - ~>
46
- - !ruby/object:Gem::Version
47
- version: "2.4"
48
- type: :development
49
- version_requirements: *id003
50
- - !ruby/object:Gem::Dependency
51
- name: rake
52
- prerelease: false
53
- requirement: &id004 !ruby/object:Gem::Requirement
54
- none: false
55
- requirements:
56
- - - ~>
57
- - !ruby/object:Gem::Version
58
- version: 0.8.7
59
- type: :development
60
- version_requirements: *id004
61
- - !ruby/object:Gem::Dependency
62
- name: simplecov
63
- prerelease: false
64
- requirement: &id005 !ruby/object:Gem::Requirement
65
- none: false
66
- requirements:
67
- - - ~>
68
- - !ruby/object:Gem::Version
69
- version: 0.3.9
70
- type: :development
71
- version_requirements: *id005
72
39
  description: ...for the Deployment Soul. Why do you keep typing all that crap into your Capistrano recipes? Are you too cool for standards? Well, ARE YA!?
73
40
  email: support@thekompanee.com
74
41
  executables: []
@@ -86,6 +53,22 @@ files:
86
53
  - Rakefile
87
54
  - chicken_soup.gemspec
88
55
  - lib/chicken_soup.rb
56
+ - lib/chicken_soup/capabilities/apache.rb
57
+ - lib/chicken_soup/capabilities/bundler.rb
58
+ - lib/chicken_soup/capabilities/git.rb
59
+ - lib/chicken_soup/capabilities/heroku.rb
60
+ - lib/chicken_soup/capabilities/hoptoad.rb
61
+ - lib/chicken_soup/capabilities/mysql.rb
62
+ - lib/chicken_soup/capabilities/passenger.rb
63
+ - lib/chicken_soup/capabilities/postgres.rb
64
+ - lib/chicken_soup/capabilities/rvm.rb
65
+ - lib/chicken_soup/capabilities/shared/db.rb
66
+ - lib/chicken_soup/capabilities/unix.rb
67
+ - lib/chicken_soup/deploy.rb
68
+ - lib/chicken_soup/environment.rb
69
+ - lib/chicken_soup/environment/checks.rb
70
+ - lib/chicken_soup/environment/defaults.rb
71
+ - lib/chicken_soup/global.rb
89
72
  - lib/chicken_soup/version.rb
90
73
  has_rdoc: true
91
74
  homepage: http://github.com/jfelchner/chicken_soup
@@ -114,6 +97,6 @@ rubyforge_project: chicken_soup
114
97
  rubygems_version: 1.5.0
115
98
  signing_key:
116
99
  specification_version: 3
117
- summary: chicken_soup-0.0.1
100
+ summary: chicken_soup-0.0.2
118
101
  test_files: []
119
102