pbxproject 0.1.3 → 0.1.4

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -249,7 +249,7 @@ module PBXProject
249
249
  end
250
250
 
251
251
  class XCVersionGroup < ISAType
252
- has_fields :isa, :children, :currentVersion, :path, :sourceTree, :versionGroupType
252
+ has_fields :isa, :children, :currentVersion, :name, :path, :sourceTree, :versionGroupType
253
253
  has_format :multiline
254
254
  end
255
255
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pbxproject}
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mikko Kokkonen"]
12
- s.date = %q{2011-04-23}
12
+ s.date = %q{2011-04-25}
13
13
  s.default_executable = %q{pbxproject}
14
14
  s.description = %q{makes managing XCode 4 project files as easy as modifying ruby classes.}
15
15
  s.email = %q{mikko.kokkonen@me.com}
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pbxproject
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mikko Kokkonen
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-23 00:00:00 +09:00
13
+ date: 2011-04-25 00:00:00 +09:00
14
14
  default_executable: pbxproject
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -99,7 +99,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
- hash: -2308137766681399492
102
+ hash: -948625442068784968
103
103
  segments:
104
104
  - 0
105
105
  version: "0"