digipolitan-framework-swift-template-cli 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
  SHA1:
3
- metadata.gz: 5571342caf9f982a183fc3ee87cb375769a4689c
4
- data.tar.gz: aeed228fc9b9612d6f1f6e54aa51e9ed6b495544
3
+ metadata.gz: 4c8a1eff1219e8202d1cdf56839d7e3eeea543b6
4
+ data.tar.gz: 736bfeed1927df78ddcab0866510d6857e648029
5
5
  SHA512:
6
- metadata.gz: b6ba0c909b17201d60373670ce6152142c9b51c09d9e34aa04f2420b1a1ccee7a9851adf1df944935916fd963bcae2d84bd7a69578ad528f2674eb73690d737c
7
- data.tar.gz: f8b0d37b35faa1c8ca816788cd80e3932c7cfc9792df3905dd0776f2abaf5285891a9e5a6988e2b2adac389623c5538afce4efffafd14a6b84481ce3fc35fd10
6
+ metadata.gz: 7bedf45d9de476274fa2dc46f9b3457711d868ced5805ccf4d1f3a1a3f4cc16492964e24a6357aa0c3615a3d8bb7b41930c88758b452f2260b7ade728dadd6af
7
+ data.tar.gz: cbe0d64933caa1ab5fed8d821c66b23ffee24c45eda2639ca7ce54867fafebd466b6d38979698cff1584af8058aa59c98c920e563aa4d205c189f6b4f5635642
@@ -2,3 +2,9 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
  `digipolitan-framework-swift-template-cli` adheres to [Semantic Versioning](http://semver.org/).
5
+
6
+ ----
7
+
8
+ ## [0.1.2](https://github.com/Digipolitan/framework-swift-template-cli/releases/tag/v0.1.2)
9
+
10
+ update warning & dependencies
@@ -34,12 +34,12 @@ module Digipolitan
34
34
  template_path = nil
35
35
  Digipolitan::FileUtils.remove_dir(unzip_destination_path)
36
36
  Zip::InputStream.open(zip_path) { |zip_file|
37
- while entry = zip_file.get_next_entry
37
+ while (entry = zip_file.get_next_entry)
38
38
  f_path = File.join(unzip_destination_path, entry.name)
39
39
  if template_path == nil
40
40
  template_path = f_path
41
41
  end
42
- if(entry.name_is_directory?)
42
+ if entry.name_is_directory?
43
43
  Digipolitan::FileUtils.mkdir_p(f_path)
44
44
  else
45
45
  Digipolitan::FileUtils.mkdir_p(File.dirname(f_path))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: digipolitan-framework-swift-template-cli
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
  - bbriatte
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-02-21 00:00:00.000000000 Z
12
+ date: 2017-10-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: digipolitan-apps-tools
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: 0.2.1
20
+ version: '0.2'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: 0.2.1
27
+ version: '0.2'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rubyzip
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.5.1
78
+ rubygems_version: 2.5.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Digipolitan Ruby tools to use swift framework template