xcodeproj 0.4.0.rc9 → 0.4.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.
- data/lib/xcodeproj.rb +1 -1
- metadata +7 -4
data/lib/xcodeproj.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xcodeproj
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.0
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.4.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Eloy Duran
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-11-
|
|
12
|
+
date: 2012-11-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -100,6 +100,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
100
100
|
- - ! '>='
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
102
|
version: '0'
|
|
103
|
+
segments:
|
|
104
|
+
- 0
|
|
105
|
+
hash: 2142726412192456048
|
|
103
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
107
|
none: false
|
|
105
108
|
requirements:
|
|
@@ -108,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
108
111
|
version: '0'
|
|
109
112
|
requirements: []
|
|
110
113
|
rubyforge_project:
|
|
111
|
-
rubygems_version: 1.8.
|
|
114
|
+
rubygems_version: 1.8.24
|
|
112
115
|
signing_key:
|
|
113
116
|
specification_version: 3
|
|
114
117
|
summary: Create and modify Xcode projects from Ruby.
|