xcode 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/{README.md → README.markdown} +0 -0
- data/VERSION +1 -1
- data/xcode.gemspec +8 -8
- metadata +7 -9
|
File without changes
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
data/xcode.gemspec
CHANGED
|
@@ -4,22 +4,22 @@
|
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
|
-
s.name =
|
|
8
|
-
s.version = "0.1.
|
|
7
|
+
s.name = "xcode"
|
|
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 = ["Ivan Kuchin"]
|
|
12
|
-
s.date =
|
|
12
|
+
s.date = "2011-10-18"
|
|
13
13
|
s.extra_rdoc_files = [
|
|
14
14
|
"LICENSE-xcodeide",
|
|
15
15
|
"LICENSE.txt",
|
|
16
|
-
"README.
|
|
16
|
+
"README.markdown"
|
|
17
17
|
]
|
|
18
18
|
s.files = [
|
|
19
19
|
".tmignore",
|
|
20
20
|
"LICENSE-xcodeide",
|
|
21
21
|
"LICENSE.txt",
|
|
22
|
-
"README.
|
|
22
|
+
"README.markdown",
|
|
23
23
|
"Rakefile",
|
|
24
24
|
"VERSION",
|
|
25
25
|
"lib/xcode.rb",
|
|
@@ -37,11 +37,11 @@ Gem::Specification.new do |s|
|
|
|
37
37
|
"lib/xcode/tasks.rb",
|
|
38
38
|
"xcode.gemspec"
|
|
39
39
|
]
|
|
40
|
-
s.homepage =
|
|
40
|
+
s.homepage = "http://github.com/toy/xcode"
|
|
41
41
|
s.licenses = ["MIT"]
|
|
42
42
|
s.require_paths = ["lib"]
|
|
43
|
-
s.rubygems_version =
|
|
44
|
-
s.summary =
|
|
43
|
+
s.rubygems_version = "1.8.11"
|
|
44
|
+
s.summary = "Rake tasks to deploy xcode project"
|
|
45
45
|
|
|
46
46
|
if s.respond_to? :specification_version then
|
|
47
47
|
s.specification_version = 3
|
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: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.1.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ivan Kuchin
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-10-18 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: plist
|
|
@@ -99,12 +98,12 @@ extensions: []
|
|
|
99
98
|
extra_rdoc_files:
|
|
100
99
|
- LICENSE-xcodeide
|
|
101
100
|
- LICENSE.txt
|
|
102
|
-
- README.
|
|
101
|
+
- README.markdown
|
|
103
102
|
files:
|
|
104
103
|
- .tmignore
|
|
105
104
|
- LICENSE-xcodeide
|
|
106
105
|
- LICENSE.txt
|
|
107
|
-
- README.
|
|
106
|
+
- README.markdown
|
|
108
107
|
- Rakefile
|
|
109
108
|
- VERSION
|
|
110
109
|
- lib/xcode.rb
|
|
@@ -121,7 +120,6 @@ files:
|
|
|
121
120
|
- lib/xcode/project/version.rb
|
|
122
121
|
- lib/xcode/tasks.rb
|
|
123
122
|
- xcode.gemspec
|
|
124
|
-
has_rdoc: true
|
|
125
123
|
homepage: http://github.com/toy/xcode
|
|
126
124
|
licenses:
|
|
127
125
|
- MIT
|
|
@@ -151,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
151
149
|
requirements: []
|
|
152
150
|
|
|
153
151
|
rubyforge_project:
|
|
154
|
-
rubygems_version: 1.
|
|
152
|
+
rubygems_version: 1.8.11
|
|
155
153
|
signing_key:
|
|
156
154
|
specification_version: 3
|
|
157
155
|
summary: Rake tasks to deploy xcode project
|