chicken_soup 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ Capistrano::Configuration.instance(:must_exist).load do
16
16
  For example, if you had `config/database.yml` as one of your global_shared_files and
17
17
  you were deploying to the `staging` environment, this task will look for:
18
18
 
19
- #{Rails.root}/config/database.yml.staging
19
+ \#{Rails.root}/config/database.yml.staging
20
20
 
21
21
  If it finds it, it will upload the file to the shared directory on the server.
22
22
 
@@ -1,3 +1,3 @@
1
1
  module ChickenSoup
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chicken_soup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - thekompanee
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-27 00:00:00 -06:00
13
+ date: 2011-02-28 00:00:00 -06:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -94,6 +94,6 @@ rubyforge_project: chicken_soup
94
94
  rubygems_version: 1.3.5
95
95
  signing_key:
96
96
  specification_version: 3
97
- summary: chicken_soup-0.0.3
97
+ summary: chicken_soup-0.0.4
98
98
  test_files: []
99
99