casey_jones 0.0.101 → 0.0.102
Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ class LoadbehindGenerator < Rails::Generators::NamedBase
|
|
15
15
|
copy_file "images/#{image}.png", "public/images/growl/#{image}.png"
|
16
16
|
end
|
17
17
|
|
18
|
-
["index", "show"].each do |act|
|
18
|
+
["index", "show", "create"].each do |act|
|
19
19
|
self.action_name = act
|
20
20
|
template "view.js.haml", "#{view_dir}/#{action_name}.js.haml"
|
21
21
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: casey_jones
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 211
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 102
|
10
|
+
version: 0.0.102
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tyler Gannon
|