plastic_rails 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: c581b55ac6907359f94c6deb73756c104b8cef1ddbe1659f72ee31426dc741f2
4
- data.tar.gz: f927014f6905f06708ef40ef48655c2a21cc54d4f834b1fb99573b4fd7a914da
3
+ metadata.gz: 90f7872cb0a90ce249ef6032210d9ef6e9dd0a4fd4db2b451c4a4c95447d0d68
4
+ data.tar.gz: 98304d1e9bddeae78bf548697aac75804f5b6841443e8b7d450b48cfaff2f7b5
5
5
  SHA512:
6
- metadata.gz: 7d97c63936feb98b39e88a1f94f102eb68feadc2e95bb4f0fd3f13ec2da58c763c687a3d0503bdf8ef85ed294b3dcadf3390a40e3358822e69150c798dd2c991
7
- data.tar.gz: 2e31547d3fdda02577aec0ce97f6c320f09b43b505a7ec12e37f8693dc99db908c029e337377a168e95834dce6959094f341eb8c027e3b7fab2f929aaeafb8f2
6
+ metadata.gz: aff574d76f5ba7c0fa36cc8a29f01d6d5b64cd9dc48bbd18060fee392f78f65851ec71044e5ec892804322e75530fa6b7ac34aeb05b9025795f5261f51845b10
7
+ data.tar.gz: 04df7a51737a3d1f6b16290b0e01ba223ed8e80868fa3a687c1fb83a4319086c543161cd079ff7a2b45a1410fbd8c0c4be6c438b848e7ffb261b797ab9953c6b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- plastic_rails (0.1.3)
4
+ plastic_rails (0.1.4)
5
5
  thor (~> 1.0)
6
6
 
7
7
  GEM
@@ -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
@@ -1,3 +1,3 @@
1
1
  module PlasticRails
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  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
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-29 00:00:00.000000000 Z
11
+ date: 2020-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler