iCuke 0.6.4 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +3 -7
- data/VERSION +1 -1
- data/iCuke.gemspec +1 -1
- metadata +3 -3
data/README.markdown
CHANGED
@@ -84,16 +84,10 @@ iCuke does not support pinches yet. They'll be here soon!
|
|
84
84
|
|
85
85
|
iCuke compiles against the latest 3.1 and 4.0 SDKs it can find. Compiling against 3.2 is not currently supported as Apple have released two versions with different ABIs.
|
86
86
|
|
87
|
-
Future development
|
88
|
-
------------------
|
89
|
-
|
90
|
-
The initial development of iCuke was sponsored by Unboxed Consulting. That sponsorship has now ended. In order to help support the future development of iCuke please consider donating.
|
91
|
-
|
92
|
-
<a href='http://www.pledgie.com/campaigns/13697'><img alt='Click here to lend your support to: iCuke and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/13697.png?skin_name=chrome' border='0' /></a>
|
93
|
-
|
94
87
|
Contributors
|
95
88
|
------------
|
96
89
|
|
90
|
+
* Rob Holland
|
97
91
|
* Nigel Taylor
|
98
92
|
* Aslak Hellesøy
|
99
93
|
* Dominic Baggott
|
@@ -110,6 +104,8 @@ Thanks go to the people who's work iCuke is based on:
|
|
110
104
|
* Ian Dees
|
111
105
|
* Felipe Barreto
|
112
106
|
|
107
|
+
As the original author, Rob Holland of Unboxed Consulting deserves your special thanks.
|
108
|
+
|
113
109
|
Note on Patches/Pull Requests
|
114
110
|
-----------------------------
|
115
111
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.5
|
data/iCuke.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iCuke
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 5
|
10
|
+
version: 0.6.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Rob Holland
|