xcodeproj 0.2.0.rc3 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/xcodeproj.rb +1 -1
- metadata +4 -7
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.2.0
|
5
|
-
prerelease:
|
4
|
+
version: 0.2.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-
|
12
|
+
date: 2012-07-01 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Xcodeproj lets you create and modify Xcode projects from Ruby. Script
|
15
15
|
boring management tasks or build Xcode-friendly libraries. Also includes support
|
@@ -54,9 +54,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
54
54
|
- - ! '>='
|
55
55
|
- !ruby/object:Gem::Version
|
56
56
|
version: '0'
|
57
|
-
segments:
|
58
|
-
- 0
|
59
|
-
hash: 2502042793205996939
|
60
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
58
|
none: false
|
62
59
|
requirements:
|
@@ -65,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
62
|
version: '0'
|
66
63
|
requirements: []
|
67
64
|
rubyforge_project:
|
68
|
-
rubygems_version: 1.8.
|
65
|
+
rubygems_version: 1.8.23
|
69
66
|
signing_key:
|
70
67
|
specification_version: 3
|
71
68
|
summary: Create and modify Xcode projects from Ruby.
|