masshtab_dev_tools 0.0.2 → 0.0.3
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.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NWMzNWI5MzQzMWVhZjExZDdlNzY3NjEzOTEyMTA1ZTg3MzBhZmVkOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OWNmZDNmYmQzODA1ZjhiMmE1MTZmMDEwMDRjMzExODNjMmM5ODM2NQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
N2ZmODBiYWQwMmRjOGUyMTIxZDg1MTRiNGE5YTk4Y2NiMjkyYjQ0NWVjZmQ0
|
10
|
+
Y2JiYjI3YTdkMjRiOWI0ZjVlYzAwZjVlOTc5ZTRkMTEwM2M3ZGM5ZDhjZGUy
|
11
|
+
ZmFjOTE1MDI1MTkwNjdmZmZhZDI4NmU4OGE3MTE3NGNlZGE0MmU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzliZjMwOWM1MzE4ZDdhMWM0ZTNmODNkYjViZGVkMzdjZTYyNjlkOWNhNDJk
|
14
|
+
NWEwY2E0OWU4Y2E1ZTM3ODcxMGM3MWQ3NWZlOWFjOTRlMDNiYjNlODhmMzY2
|
15
|
+
ZDQyODBmNzVmMjZiOGJmZDEzYTdkYTMwY2E0YjlmMGRiYTliZjM=
|
@@ -11,9 +11,15 @@ module Masshtab
|
|
11
11
|
application_name = Rails.application.class.parent_name.underscore
|
12
12
|
class_option :application_name, type: :string, default: application_name, desc: 'Name of rails application'
|
13
13
|
|
14
|
+
def configure_production
|
15
|
+
application 'config.assets.precompile += %w(*.js *.css)', env: :production
|
16
|
+
end
|
17
|
+
|
14
18
|
def add_gems
|
19
|
+
gem 'mysql2'
|
15
20
|
gem 'unicorn'
|
16
21
|
gem 'capistrano'
|
22
|
+
gem 'therubyracer'
|
17
23
|
end
|
18
24
|
|
19
25
|
def copy_files
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: masshtab_dev_tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergey Kucher
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-06-
|
11
|
+
date: 2013-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|