kickoff_rails 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e2338a8afd6ada18f18f3b00ce1455bc6856415
|
4
|
+
data.tar.gz: 3f224df5021bf14b7f6d2a43ffd3e5fb34851ad3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a2a8bf72483907df21f0f69901b7cf0abfc7fb8abe48ace076f5107661f40209612a0eb0f07d4559e182ceefdd91af2eac1cd8b68373808bb7ac103be02293c
|
7
|
+
data.tar.gz: 4d4f4049aa9e60932100c4e52457b8b1eb1df003d028ad62fad9b7eef5cc146889961ecbee41bb65eb8cf7dc75a4a9d796061217fdae868aa283ff356b6635e4
|
@@ -11,6 +11,6 @@ class UnicornGenerator < Rails::Generators::Base
|
|
11
11
|
copy_file 'config/initializers/timeout.rb', 'config/initializers/timeout.rb'
|
12
12
|
copy_file 'Procfile', 'Procfile'
|
13
13
|
# TODO: add lines to .env instead of copying the role file
|
14
|
-
copy_file '
|
14
|
+
copy_file 'environment', '.env'
|
15
15
|
end
|
16
16
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kickoff_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julio Protzek
|
@@ -41,6 +41,7 @@ extra_rdoc_files: []
|
|
41
41
|
files:
|
42
42
|
- lib/generators/unicorn/templates/config/initializers/timeout.rb
|
43
43
|
- lib/generators/unicorn/templates/config/unicorn.rb
|
44
|
+
- lib/generators/unicorn/templates/environment
|
44
45
|
- lib/generators/unicorn/templates/Procfile
|
45
46
|
- lib/generators/unicorn/unicorn_generator.rb
|
46
47
|
- lib/kickoff_rails/version.rb
|