pulsar 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
data/README.md
CHANGED
@@ -63,7 +63,7 @@ pulsar-conf/
|
|
63
63
|
│ ├── cleanup.rb
|
64
64
|
│ ├── maintenance_mode.rb
|
65
65
|
│ ├── notify.rb
|
66
|
-
│ └──
|
66
|
+
│ └── utils.rb
|
67
67
|
├── rails
|
68
68
|
│ ├── passenger.rb
|
69
69
|
│ ├── repair_permissions.rb
|
@@ -97,7 +97,7 @@ To load a recipe from your configurations you can use the `load_recipes` helper:
|
|
97
97
|
#
|
98
98
|
load_recipes do
|
99
99
|
rails :repair_permissions, :unicorn
|
100
|
-
generic :cleanup, :
|
100
|
+
generic :cleanup, :utils
|
101
101
|
end
|
102
102
|
```
|
103
103
|
|
data/lib/pulsar/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulsar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-07-
|
13
|
+
date: 2013-07-30 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: clamp
|
@@ -160,7 +160,7 @@ files:
|
|
160
160
|
- lib/pulsar/generators/init_repo/apps/your_app/recipes/staging/.gitkeep
|
161
161
|
- lib/pulsar/generators/init_repo/apps/your_app/staging.rb
|
162
162
|
- lib/pulsar/generators/init_repo/recipes/generic/cleanup.rb
|
163
|
-
- lib/pulsar/generators/init_repo/recipes/generic/
|
163
|
+
- lib/pulsar/generators/init_repo/recipes/generic/utils.rb
|
164
164
|
- lib/pulsar/generators/init_repo/recipes/rails/.gitkeep
|
165
165
|
- lib/pulsar/helpers/all.rb
|
166
166
|
- lib/pulsar/helpers/capistrano.rb
|