xcodeproj 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/xcodeproj.rb +1 -1
- data/lib/xcodeproj/project/object/configuration.rb +1 -0
- metadata +6 -3
data/lib/xcodeproj.rb
CHANGED
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: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-09-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -69,6 +69,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- - ! '>='
|
70
70
|
- !ruby/object:Gem::Version
|
71
71
|
version: '0'
|
72
|
+
segments:
|
73
|
+
- 0
|
74
|
+
hash: 2469752327707929090
|
72
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
76
|
none: false
|
74
77
|
requirements:
|
@@ -77,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
80
|
version: '0'
|
78
81
|
requirements: []
|
79
82
|
rubyforge_project:
|
80
|
-
rubygems_version: 1.8.
|
83
|
+
rubygems_version: 1.8.24
|
81
84
|
signing_key:
|
82
85
|
specification_version: 3
|
83
86
|
summary: Create and modify Xcode projects from Ruby.
|