xcodeproj 1.28.0 → 1.28.1
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/lib/xcodeproj/gem_version.rb +1 -1
- metadata +29 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3bc6327af9b83686a56b22d7dfa7fa958ee26be2a2a7657f9af5c58777021427
|
|
4
|
+
data.tar.gz: 3fc22e54c97d13705df626a220907519e1f154c684e4c81f61b1eb88cbc608f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3586b808698a84fb677f81fa41b11d30a694e21ee2ea61c4c0ed1042d8720581457b2daf565d61d6844ebb5019d18da626ebac306ab5eab9e49a1d2d2fe6db6c
|
|
7
|
+
data.tar.gz: fe41825accb697156f239d8cb4efb8888479f8125679ea750049319a15a56b609ff29a73dc54276979805298ae500aa023aa6ed86c8ff3bdb35629ba87dcaa49
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xcodeproj
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.28.
|
|
4
|
+
version: 1.28.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eloy Duran
|
|
@@ -112,6 +112,34 @@ dependencies:
|
|
|
112
112
|
- - "<"
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
114
|
version: '4.0'
|
|
115
|
+
- !ruby/object:Gem::Dependency
|
|
116
|
+
name: nkf
|
|
117
|
+
requirement: !ruby/object:Gem::Requirement
|
|
118
|
+
requirements:
|
|
119
|
+
- - ">="
|
|
120
|
+
- !ruby/object:Gem::Version
|
|
121
|
+
version: '0'
|
|
122
|
+
type: :runtime
|
|
123
|
+
prerelease: false
|
|
124
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
125
|
+
requirements:
|
|
126
|
+
- - ">="
|
|
127
|
+
- !ruby/object:Gem::Version
|
|
128
|
+
version: '0'
|
|
129
|
+
- !ruby/object:Gem::Dependency
|
|
130
|
+
name: base64
|
|
131
|
+
requirement: !ruby/object:Gem::Requirement
|
|
132
|
+
requirements:
|
|
133
|
+
- - ">="
|
|
134
|
+
- !ruby/object:Gem::Version
|
|
135
|
+
version: '0'
|
|
136
|
+
type: :runtime
|
|
137
|
+
prerelease: false
|
|
138
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
139
|
+
requirements:
|
|
140
|
+
- - ">="
|
|
141
|
+
- !ruby/object:Gem::Version
|
|
142
|
+
version: '0'
|
|
115
143
|
description: Xcodeproj lets you create and modify Xcode projects from Ruby. Script
|
|
116
144
|
boring management tasks or build Xcode-friendly libraries. Also includes support
|
|
117
145
|
for Xcode workspaces (.xcworkspace) and configuration files (.xcconfig).
|