nesquena-cap-recipes 0.2.19 → 0.2.20

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/README.textile CHANGED
@@ -98,7 +98,7 @@ h3. Rails
98
98
 
99
99
  h4. Tasks
100
100
 
101
- h5. tasks.rb
101
+ h5. manage.rb
102
102
 
103
103
  rails
104
104
  :symlink_db_config
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 19
2
+ :patch: 20
3
3
  :major: 0
4
4
  :minor: 2
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nesquena-cap-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.19
4
+ version: 0.2.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Esquenazi
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-15 00:00:00 -08:00
12
+ date: 2009-02-16 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -49,7 +49,7 @@ files:
49
49
  - lib/cap_recipes/tasks/passenger.rb
50
50
  - lib/cap_recipes/tasks/rails
51
51
  - lib/cap_recipes/tasks/rails/hooks.rb
52
- - lib/cap_recipes/tasks/rails/tasks.rb
52
+ - lib/cap_recipes/tasks/rails/manage.rb
53
53
  - lib/cap_recipes/tasks/rails.rb
54
54
  - lib/cap_recipes/tasks/with_scope.rb
55
55
  - lib/cap_recipes.rb