plastic_rails 0.1.6 → 0.1.7

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f8a081cd7e8a090c7748843f22728bcd725a994e4c41b88ae5cb57c09a51a4a
4
- data.tar.gz: b4d444d97a87883ccbe4ecfe4d51f902de0d8f896c1ebb1572b52a6cb5f3eb37
3
+ metadata.gz: a4ce67e7a8357e3eee0dee4e2d159bb33db0699b3fcb42e8726922bd56cf0f88
4
+ data.tar.gz: 1eeffac3e2ee44baf34c3b1c9f9e84885397108fd9c327a7e074b0c3cb2b94be
5
5
  SHA512:
6
- metadata.gz: 168ee64f3cc86a4d6be86e1f876a20b5522b9e4bfcc5c3c7b73084bec3eaea3f010e12517481628b02f236cddd8fd9d0c8e6c163547589fa828dd89e300f16a8
7
- data.tar.gz: 3a1df9fc486f4c73d90ac7456595207cabadac703812e6b7cbc268a1f5e83beedf9300e2cb31526ee6ae1e49a715080ab8162a79ec08403955c12209fbeb55aa
6
+ metadata.gz: c1d339303f98ca667ec28ceab50ea5043d6d8be0eed097e954eab1fbcff56df8d40fbbd5b13b99a01da0b42afcb1c8b26bb4fd4282cce6be740cff1a51ad4745
7
+ data.tar.gz: bf7cdd44635a1984e3d4332e214e669470b8a0e855611e802a4a16fc26726f7e8e0eea23ca8cfdf0d139da4131fff55df6a3f6346c831b91d707cb2982f2100e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- plastic_rails (0.1.5)
4
+ plastic_rails (0.1.6)
5
5
  thor (~> 1.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -9,7 +9,6 @@ docker上にRuby on Railsの環境を一発で作るスクリプト
9
9
 
10
10
  ## Requirements
11
11
  - Docker
12
- - Docker Compose
13
12
  - ruby
14
13
 
15
14
  ## install
@@ -1,3 +1,3 @@
1
1
  module PlasticRails
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
@@ -3,7 +3,6 @@ services:
3
3
  db:
4
4
  image: mysql:5.7
5
5
  environment:
6
- MYSQL_USER: root
7
6
  MYSQL_ROOT_PASSWORD: password
8
7
  ports:
9
8
  - '3316:3306'
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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koki Hashimoto
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-03 00:00:00.000000000 Z
11
+ date: 2021-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,7 +86,7 @@ homepage: http://github.com/koki-h/plastic_rails
86
86
  licenses:
87
87
  - MIT
88
88
  metadata: {}
89
- post_install_message:
89
+ post_install_message:
90
90
  rdoc_options: []
91
91
  require_paths:
92
92
  - lib
@@ -101,8 +101,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
104
- rubygems_version: 3.1.4
105
- signing_key:
104
+ rubygems_version: 3.0.3
105
+ signing_key:
106
106
  specification_version: 4
107
107
  summary: docker上にRuby on Railsの環境を一発で作るスクリプト
108
108
  test_files: []