sanctuary-planter 0.1.1 → 0.1.2

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: 4bf4ac068019a083ed2f511cd63f5bbb4f437bc19cb98d47177f7e003efdf36e
4
- data.tar.gz: ae6af01876ec4ec85d9a8de12f940257a4f3ac918ddb5897cd8035ee2278cfeb
3
+ metadata.gz: 5a4b4140ea657d042a36643f4a11c7ba4da0ae9424ca65600ccab0322e70ff4a
4
+ data.tar.gz: 579757cd5303da281db0a6018a4e5b69fc8352d3c8e64d2c114547988eb3b347
5
5
  SHA512:
6
- metadata.gz: 2082e0a7483eb913d84eef4d76900cd9113e9f818b45a1b3b196199dba9b59890cbfa351f9df5dda2a743f41f80d3921a4710ed2e723c6e11f7678579e5aaafa
7
- data.tar.gz: 4103b8300e42139ed881b23f4099f5be75df24c04439d71f5a5da9f141e8d03e56329347c317f3e6939312164a6cd586993a67a520c1716b439c57b33a8e41ed
6
+ metadata.gz: 9b98198e9a0a16f73ab7fed6da249dc50065d9a1cf57942c7259020b300c9fccc71d3735479caaaac42ab9b8b8f44ff4b5f34f361703dfdaf84573cad6357837
7
+ data.tar.gz: e752a60d1096b8da0a4ae565c87345b3683a7094fc5a5e11f575753f2ee04fa8c172c6334f7e3a0176c7c510092fc2af2448342445e6770d215d909f9e375ea4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sanctuary-planter (0.1.0)
4
+ sanctuary-planter (0.1.1)
5
5
  sanctuary (~> 0.1.6)
6
6
 
7
7
  GEM
@@ -19,7 +19,7 @@ GEM
19
19
  coderay (~> 1.1.0)
20
20
  method_source (~> 0.9.0)
21
21
  rake (10.5.0)
22
- sanctuary (0.1.7)
22
+ sanctuary (0.1.8)
23
23
  thor (~> 0.2)
24
24
  tty-prompt (~> 0.0)
25
25
  thor (0.20.3)
@@ -8,8 +8,8 @@ module Sanctuary
8
8
  File.open(ARGV[1]) do |f|
9
9
  f.each_line do |line|
10
10
  if line[1..4] == "TYPE"
11
- puts "generating #{line.split(":")[1]}"
12
- Sanctuary::Generator.start([line.split(":")[1].lstrip.chomp])
11
+ puts "generating #{line.split("TYPE:").last.split(" ")[0]} as #{line.split("NAME:").last}"
12
+ Sanctuary::Generator.start([line.split("TYPE:")[1].split(" ")[0].lstrip.chomp, line.split("NAME:").last.chomp])
13
13
  end
14
14
  end
15
15
  end
@@ -1,5 +1,5 @@
1
1
  module Sanctuary
2
2
  module Planter
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sanctuary-planter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin-Kawai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-23 00:00:00.000000000 Z
11
+ date: 2019-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sanctuary