xcode 0.1.1 → 0.1.2
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 +1 -1
- data/lib/xcode/project/packer.rb +1 -0
- data/xcode.gemspec +3 -3
- metadata +5 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/lib/xcode/project/packer.rb
CHANGED
|
@@ -40,6 +40,7 @@ module Xcode
|
|
|
40
40
|
arguments = %w[xcodebuild]
|
|
41
41
|
arguments += %W[-project #{project.path}]
|
|
42
42
|
arguments += %W[-configuration #{project.configuration}]
|
|
43
|
+
arguments += %w[-nodependencies]
|
|
43
44
|
arguments += project.variables.map{ |key, value| "#{key}=#{value}" }
|
|
44
45
|
arguments += %w[clean build]
|
|
45
46
|
|
data/xcode.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{xcode}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Ivan Kuchin"]
|
|
12
|
-
s.date = %q{2011-02-
|
|
12
|
+
s.date = %q{2011-02-02}
|
|
13
13
|
s.extra_rdoc_files = [
|
|
14
14
|
"LICENSE-xcodeide",
|
|
15
15
|
"LICENSE.txt",
|
|
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
|
|
|
40
40
|
s.homepage = %q{http://github.com/toy/xcode}
|
|
41
41
|
s.licenses = ["MIT"]
|
|
42
42
|
s.require_paths = ["lib"]
|
|
43
|
-
s.rubygems_version = %q{1.
|
|
43
|
+
s.rubygems_version = %q{1.5.0}
|
|
44
44
|
s.summary = %q{Rake tasks to deploy xcode project}
|
|
45
45
|
|
|
46
46
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xcode
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.1.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ivan Kuchin
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-02-
|
|
18
|
+
date: 2011-02-02 00:00:00 +03:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
151
151
|
requirements: []
|
|
152
152
|
|
|
153
153
|
rubyforge_project:
|
|
154
|
-
rubygems_version: 1.
|
|
154
|
+
rubygems_version: 1.5.0
|
|
155
155
|
signing_key:
|
|
156
156
|
specification_version: 3
|
|
157
157
|
summary: Rake tasks to deploy xcode project
|