css2cocoa 0.2.2 → 0.2.3
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/bin/{css2cocoa.rb → css2cocoa} +0 -0
- data/css2cocoa.gemspec +4 -4
- metadata +6 -6
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.3
|
|
File without changes
|
data/css2cocoa.gemspec
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{css2cocoa}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Seivan Heidari"]
|
|
12
12
|
s.date = %q{2010-12-01}
|
|
13
|
-
s.default_executable = %q{css2cocoa
|
|
13
|
+
s.default_executable = %q{css2cocoa}
|
|
14
14
|
s.description = %q{Converts CSS3 webkit stylish code to OBJ-C, like gradients}
|
|
15
15
|
s.email = %q{seivan@kth.se}
|
|
16
|
-
s.executables = ["css2cocoa
|
|
16
|
+
s.executables = ["css2cocoa"]
|
|
17
17
|
s.extra_rdoc_files = [
|
|
18
18
|
"LICENSE.txt",
|
|
19
19
|
"README.rdoc"
|
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
|
|
27
27
|
"README.rdoc",
|
|
28
28
|
"Rakefile",
|
|
29
29
|
"VERSION",
|
|
30
|
-
"bin/css2cocoa
|
|
30
|
+
"bin/css2cocoa",
|
|
31
31
|
"css2cocoa.gemspec",
|
|
32
32
|
"lib/.DS_Store",
|
|
33
33
|
"lib/css2cocoa.rb",
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.2.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Seivan Heidari
|
|
@@ -15,7 +15,7 @@ bindir: bin
|
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
17
|
date: 2010-12-01 00:00:00 +01:00
|
|
18
|
-
default_executable: css2cocoa
|
|
18
|
+
default_executable: css2cocoa
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: rspec
|
|
@@ -78,7 +78,7 @@ dependencies:
|
|
|
78
78
|
description: Converts CSS3 webkit stylish code to OBJ-C, like gradients
|
|
79
79
|
email: seivan@kth.se
|
|
80
80
|
executables:
|
|
81
|
-
- css2cocoa
|
|
81
|
+
- css2cocoa
|
|
82
82
|
extensions: []
|
|
83
83
|
|
|
84
84
|
extra_rdoc_files:
|
|
@@ -93,7 +93,7 @@ files:
|
|
|
93
93
|
- README.rdoc
|
|
94
94
|
- Rakefile
|
|
95
95
|
- VERSION
|
|
96
|
-
- bin/css2cocoa
|
|
96
|
+
- bin/css2cocoa
|
|
97
97
|
- css2cocoa.gemspec
|
|
98
98
|
- lib/.DS_Store
|
|
99
99
|
- lib/css2cocoa.rb
|
|
@@ -117,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
117
117
|
requirements:
|
|
118
118
|
- - ">="
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
|
-
hash:
|
|
120
|
+
hash: -2462370433945846191
|
|
121
121
|
segments:
|
|
122
122
|
- 0
|
|
123
123
|
version: "0"
|