yk_command 0.5.4 → 0.5.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: b14860e741967bf1e1962b731b5e6410041dcd2f0a7b306e36b617ae08fdac11
4
- data.tar.gz: 22c4cff5793fe6f6e4c20e25203f92e463a986feaf7a6a5d54542e3199e8bc02
3
+ metadata.gz: 8ec8cc8d382038811076977a5e7894c20fdbed04b52fc649ab0ba9f77d1ebe6b
4
+ data.tar.gz: eafb0e38eedbceffcf698115d09bcb54ff3c837060b3a72bb161c733c0836872
5
5
  SHA512:
6
- metadata.gz: 2d3cf9617030efc50565b6b468997b5812ae6b5701abb92c3094452fab63e0d39fff69faed885b502559c81dea16e69c0747ab017f5ec1d4ff5d579ffdd9cd7f
7
- data.tar.gz: 02eb89e280b18fdf83f6acde3abc29108a5ee50e712e27bd6467e6c4a98b97d0582fbde87e082305772dff5cef9b137e295fa273b514cae81dc3b87238a64048
6
+ metadata.gz: 90763936644e27cb3ec5b5118d04f84e1713a893c2b7768279995d57f83cf5ee9d5a732774373e4e81d92376c68532114b8ae0a028a7e0db71bc0ceb2f2c0e45
7
+ data.tar.gz: bd88e48d677e1a2451a2e18bc61b0c35156fe21e8121858b4eb4c9df4fe90512a6953024ac8e6b8ab5ae4d3c1fa9629968aac47b20de8081f1323efccead0055
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yk_command (0.5.4)
4
+ yk_command (0.5.5)
5
5
  bundler
6
6
  cocoapods
7
7
  cocoapods-core
@@ -29,7 +29,7 @@ module YkCommand
29
29
 
30
30
  FileUtils.copy_entry "#{current_class_path.to_s + '/YKProjectTemplate'}", "#{current_class_path.to_s + '/temp'}"
31
31
 
32
- prepare_template(YkConfig.new.read_config at_path,PROJECT_CONFIG_FILE)
32
+ prepare_template(YkConfig.new(at_path).read_config PROJECT_CONFIG_FILE)
33
33
 
34
34
  Pod::TemplateConfigurator.new(pod_name, framework, prefix, author, "#{current_class_path.to_s + '/temp'}").run
35
35
  #move temp folder to destination
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module YkCommand
4
- VERSION = '0.5.4'.freeze
4
+ VERSION = '0.5.5'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yk_command
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Major Tom