hotcocoa 0.6.2 → 0.6.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/History.markdown +15 -1
- data/lib/hotcocoa/version.rb +1 -1
- metadata +1 -1
data/History.markdown
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 0.6.
|
|
3
|
+
## 0.6.3 2012-01-03
|
|
4
|
+
|
|
5
|
+
* Fixes:
|
|
6
|
+
* Update the history file for 0.6.2
|
|
7
|
+
|
|
8
|
+
## 0.6.2 2012-01-03
|
|
9
|
+
|
|
10
|
+
* Enhancements:
|
|
11
|
+
* Check at install time if proper BridgeSupport is available (Snow Leopard only)
|
|
12
|
+
|
|
13
|
+
* Fixes:
|
|
14
|
+
* Update links in the README
|
|
15
|
+
* Remove redundant #to_s call in NSString#camelize
|
|
16
|
+
|
|
17
|
+
## 0.6.1 2011-12-04
|
|
4
18
|
|
|
5
19
|
* Enhancements:
|
|
6
20
|
* Bridgesupport embedding now enabled by default for new projects
|
data/lib/hotcocoa/version.rb
CHANGED