plastic_rails 0.1.4 → 0.1.5
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/plastic_rails.rb +2 -2
- data/lib/plastic_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90f7872cb0a90ce249ef6032210d9ef6e9dd0a4fd4db2b451c4a4c95447d0d68
|
4
|
+
data.tar.gz: 98304d1e9bddeae78bf548697aac75804f5b6841443e8b7d450b48cfaff2f7b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aff574d76f5ba7c0fa36cc8a29f01d6d5b64cd9dc48bbd18060fee392f78f65851ec71044e5ec892804322e75530fa6b7ac34aeb05b9025795f5261f51845b10
|
7
|
+
data.tar.gz: 04df7a51737a3d1f6b16290b0e01ba223ed8e80868fa3a687c1fb83a4319086c543161cd079ff7a2b45a1410fbd8c0c4be6c438b848e7ffb261b797ab9953c6b
|
data/Gemfile.lock
CHANGED
data/lib/plastic_rails.rb
CHANGED
@@ -14,7 +14,7 @@ module PlasticRails
|
|
14
14
|
true
|
15
15
|
end
|
16
16
|
|
17
|
-
desc "new APPNAME", "Create a Rails application skelton with Docker container."
|
17
|
+
desc "new [APPNAME]", "Create a Rails application skelton with Docker container."
|
18
18
|
option :db_path, :default => "./db/mysql/volumes"
|
19
19
|
option :template, :default => DEFAULT_TEMPLATE_DIR
|
20
20
|
def new(appname)
|
@@ -54,7 +54,7 @@ module PlasticRails
|
|
54
54
|
execute("docker-compose down")
|
55
55
|
end
|
56
56
|
|
57
|
-
desc "copy_template", "Copy the default template to any dir. (To use in `new` command with `--template` option.)"
|
57
|
+
desc "copy_template [DEST_DIR]", "Copy the default template to any dir. (To use in `new` command with `--template` option.)"
|
58
58
|
def copy_template(dest_dir)
|
59
59
|
execute("cp -a #{DEFAULT_TEMPLATE_DIR} #{dest_dir}")
|
60
60
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plastic_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Koki Hashimoto
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|