generamba 1.4.1 → 1.5.0
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 +4 -4
- data/.travis.yml +2 -2
- data/CHANGELOG.md +19 -1
- data/README.md +2 -2
- data/generamba.gemspec +2 -2
- data/lib/generamba/version.rb +2 -2
- metadata +23 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47b77acf6130598fd7277932a0c41134eec2b3f4
|
|
4
|
+
data.tar.gz: d8c1a06641b261d25afd3197c6e7dc5ca85c8ea5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50abb3a7e3f6a77d74de1edeb9d406464c10ebb4aba95eb06a8ec52515e505af91ed17a6dbcb8fbb6b427e306f21fc2fc0ba0d2423ed09af4df8270995a3d88c
|
|
7
|
+
data.tar.gz: 850b651054dfabd608cb11cff75eec1b5033b1d97c90bce95b7f7c1ef7be4fcc1ce0f3d5a633a6b9a6e1947f17242cf4813f085d16dd92f532e1d880641cadf7
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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
|

|
|
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
|
|
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.
|
data/generamba.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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'
|
data/lib/generamba/version.rb
CHANGED
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
|
+
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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.
|
|
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
|