generamba 1.4.1 → 1.5.0

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
  SHA1:
3
- metadata.gz: a758f12b5ab6e8a49f6217a684dc02e060ba7b39
4
- data.tar.gz: f506c4e664d143852f90befbef6685064d9f1922
3
+ metadata.gz: 47b77acf6130598fd7277932a0c41134eec2b3f4
4
+ data.tar.gz: d8c1a06641b261d25afd3197c6e7dc5ca85c8ea5
5
5
  SHA512:
6
- metadata.gz: 8c1a731b6a2edfa03e2d991e372eed5cb4a2ad1c82e38ee396577b91847ce0ccfe900eaef0154e619d581e48a6851a1b4c72bce80ba0bbf56345bb2babe92011
7
- data.tar.gz: 88fed38a3f5ba03b639fb5a541e97c249ecdfa7d2121a66028d06217b8d623c62e6b62a91f5d14027912d3dd776d0a317008ba5470525b85ecadc4bf4e089fd1
6
+ metadata.gz: 50abb3a7e3f6a77d74de1edeb9d406464c10ebb4aba95eb06a8ec52515e505af91ed17a6dbcb8fbb6b427e306f21fc2fc0ba0d2423ed09af4df8270995a3d88c
7
+ data.tar.gz: 850b651054dfabd608cb11cff75eec1b5033b1d97c90bce95b7f7c1ef7be4fcc1ce0f3d5a633a6b9a6e1947f17242cf4813f085d16dd92f532e1d880641cadf7
@@ -11,7 +11,7 @@ rvm:
11
11
  - 2.3.1
12
12
 
13
13
  before_install:
14
- - gem update --system --no-doc --no-ri
15
- - gem install bundler --no-doc --no-ri
14
+ - gem update --system --no-document
15
+ - gem install bundler -v 1.17.3 --no-document
16
16
 
17
17
  script: bundle exec rake
@@ -1,5 +1,23 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.5.0](https://github.com/rambler-digital-solutions/Generamba/tree/1.5.0) (2019-04-29)
4
+ [Full Changelog](https://github.com/rambler-digital-solutions/Generamba/compare/1.4.1...1.5.0)
5
+
6
+ **Merged pull requests:**
7
+
8
+ * Resolve Cocoapods Dependency hell [\#230](https://github.com/strongself/Generamba/pull/230)
9
+ * Update xcodeproj & cocoapods-core dependencies [\#222](https://github.com/strongself/Generamba/pull/222)
10
+ * Bump gems versions [\#201](https://github.com/strongself/Generamba/pull/201)
11
+ * Remove the author-specific information from Rambafile [\#1](https://github.com/strongself/Generamba/issues/1)
12
+ * Grammar fixes [\#1](https://github.com/strongself/Generamba/pull/198)
13
+
14
+ ## [1.4.1](https://github.com/rambler-digital-solutions/Generamba/tree/1.4.1) (2017-09-04)
15
+ [Full Changelog](https://github.com/rambler-digital-solutions/Generamba/compare/1.4.0...1.4.1)
16
+
17
+ **Merged pull requests:**
18
+
19
+ * Do not clear tests group if **test\_group\_path** is the same as **project\_group\_path** [\#193](https://github.com/rambler-digital-solutions/Generamba/pull/193) ([RamTararam](https://github.com/RamTararam))
20
+
3
21
  ## [1.2.2](https://github.com/rambler-digital-solutions/Generamba/tree/1.2.2) (2016-09-27)
4
22
  [Full Changelog](https://github.com/rambler-digital-solutions/Generamba/compare/1.2.1...1.2.2)
5
23
 
@@ -170,4 +188,4 @@
170
188
  ## [0.5.0](https://github.com/rambler-digital-solutions/Generamba/tree/0.5.0) (2015-11-01)
171
189
 
172
190
 
173
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
191
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
data/README.md CHANGED
@@ -13,13 +13,13 @@
13
13
  - [Changelog](https://github.com/rambler-digital-solutions/Generamba/blob/develop/CHANGELOG.md),
14
14
  - [Release notes](https://github.com/rambler-digital-solutions/Generamba/releases).
15
15
 
16
- Besides it, we started work on 2.0 version with powerful DSL and plugins. Check the [release roadmap](https://github.com/rambler-digital-solutions/Generamba/blob/develop/docs/2.x/roadmap.md)!
16
+ Besides, we started working on 2.0 version with powerful DSL and plugins. Check the [release roadmap](https://github.com/rambler-digital-solutions/Generamba/blob/develop/docs/2.x/roadmap.md)!
17
17
 
18
18
  ![Generamba Screenshot](https://habrastorage.org/files/b98/770/b37/b98770b37dc54de98daf0e22fea38478.gif)
19
19
 
20
20
  ### Key features
21
21
 
22
- - Supports work with *.xcodeproj* files out of the box. All generated class files are automatically placed on specific folders and groups of Xcode project.
22
+ - Supports work with *.xcodeproj* files out of the box. All generated class files are automatically placed to specific folders and groups of Xcode project.
23
23
  - Can generate both code itself and tests adding them to right targets.
24
24
  - Based on work with [liquid-templates](https://github.com/Shopify/liquid) that have plain and readable syntax in comparison with templates for Xcode.
25
25
  - It is very easy to create a new module: `generamba gen [MODULE_NAME] [TEMPLATE_NAME]`. You do not need to input a bunch of data each time because each project corresponds to only one configuration file that holds standard file system and Xcode-project pathes, names of targets, information about the author.
@@ -21,10 +21,10 @@ Gem::Specification.new do |spec|
21
21
  spec.required_ruby_version = '>= 2.2'
22
22
 
23
23
  spec.add_runtime_dependency 'thor', '0.19.1'
24
- spec.add_runtime_dependency 'xcodeproj', '1.4.2'
24
+ spec.add_runtime_dependency 'xcodeproj', '>= 1.5.0', '< 2.0.0'
25
25
  spec.add_runtime_dependency 'liquid', '4.0.0'
26
26
  spec.add_runtime_dependency 'git', '1.2.9.1'
27
- spec.add_runtime_dependency 'cocoapods-core', '1.0.1'
27
+ spec.add_runtime_dependency 'cocoapods-core', '>= 1.4.0', '< 2.0.0'
28
28
  spec.add_runtime_dependency 'terminal-table', '1.4.5'
29
29
 
30
30
  spec.add_development_dependency 'bundler', '~> 1.10'
@@ -1,5 +1,5 @@
1
1
  module Generamba
2
- VERSION = '1.4.1'
3
- RELEASE_DATE = '29.08.2017'
2
+ VERSION = '1.5.0'
3
+ RELEASE_DATE = '29.04.2019'
4
4
  RELEASE_LINK = "https://github.com/rambler-digital-solutions/Generamba/releases/tag/#{VERSION}"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: generamba
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Egor Tolstoy
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-08-29 00:00:00.000000000 Z
14
+ date: 2019-04-29 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: thor
@@ -31,16 +31,22 @@ dependencies:
31
31
  name: xcodeproj
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  requirements:
34
- - - '='
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: 1.5.0
37
+ - - "<"
35
38
  - !ruby/object:Gem::Version
36
- version: 1.4.2
39
+ version: 2.0.0
37
40
  type: :runtime
38
41
  prerelease: false
39
42
  version_requirements: !ruby/object:Gem::Requirement
40
43
  requirements:
41
- - - '='
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: 1.5.0
47
+ - - "<"
42
48
  - !ruby/object:Gem::Version
43
- version: 1.4.2
49
+ version: 2.0.0
44
50
  - !ruby/object:Gem::Dependency
45
51
  name: liquid
46
52
  requirement: !ruby/object:Gem::Requirement
@@ -73,16 +79,22 @@ dependencies:
73
79
  name: cocoapods-core
74
80
  requirement: !ruby/object:Gem::Requirement
75
81
  requirements:
76
- - - '='
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: 1.4.0
85
+ - - "<"
77
86
  - !ruby/object:Gem::Version
78
- version: 1.0.1
87
+ version: 2.0.0
79
88
  type: :runtime
80
89
  prerelease: false
81
90
  version_requirements: !ruby/object:Gem::Requirement
82
91
  requirements:
83
- - - '='
92
+ - - ">="
93
+ - !ruby/object:Gem::Version
94
+ version: 1.4.0
95
+ - - "<"
84
96
  - !ruby/object:Gem::Version
85
- version: 1.0.1
97
+ version: 2.0.0
86
98
  - !ruby/object:Gem::Dependency
87
99
  name: terminal-table
88
100
  requirement: !ruby/object:Gem::Requirement
@@ -267,7 +279,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
267
279
  version: '0'
268
280
  requirements: []
269
281
  rubyforge_project:
270
- rubygems_version: 2.6.6
282
+ rubygems_version: 2.5.2.3
271
283
  signing_key:
272
284
  specification_version: 4
273
285
  summary: Advanced code generator for Xcode projects with a nice and flexible template