xcodeproj 0.1.0 → 0.2.0.rc1

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.
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcodeproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
5
- prerelease:
4
+ version: 0.2.0.rc1
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Eloy Duran
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-10 00:00:00.000000000 Z
12
+ date: 2012-05-31 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Xcodeproj lets you create and modify Xcode projects from MacRuby. Script
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
16
16
  for Xcode workspaces (.xcworkspace) and configuration files (.xcconfig).
17
17
  email: eloy.de.enige@gmail.com
@@ -22,9 +22,21 @@ extra_rdoc_files: []
22
22
  files:
23
23
  - lib/xcodeproj/config.rb
24
24
  - lib/xcodeproj/inflector.rb
25
+ - lib/xcodeproj/project/association/has_many.rb
26
+ - lib/xcodeproj/project/association/has_one.rb
27
+ - lib/xcodeproj/project/association/reflection.rb
28
+ - lib/xcodeproj/project/association.rb
29
+ - lib/xcodeproj/project/object/build_phase.rb
30
+ - lib/xcodeproj/project/object/configuration.rb
31
+ - lib/xcodeproj/project/object/file_reference.rb
32
+ - lib/xcodeproj/project/object/group.rb
33
+ - lib/xcodeproj/project/object/native_target.rb
34
+ - lib/xcodeproj/project/object.rb
35
+ - lib/xcodeproj/project/object_list.rb
25
36
  - lib/xcodeproj/project.rb
26
37
  - lib/xcodeproj/workspace.rb
27
38
  - lib/xcodeproj.rb
39
+ - ext/xcodeproj/extconf.h
28
40
  - ext/xcodeproj/extconf.rb
29
41
  - ext/xcodeproj/xcodeproj_ext.c
30
42
  - README.md
@@ -51,8 +63,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
63
  version: '0'
52
64
  requirements: []
53
65
  rubyforge_project:
54
- rubygems_version: 1.8.11
66
+ rubygems_version: 1.8.23
55
67
  signing_key:
56
68
  specification_version: 3
57
- summary: Create and modify Xcode projects from MacRuby.
69
+ summary: Create and modify Xcode projects from Ruby.
58
70
  test_files: []
71
+ has_rdoc: