hotcocoa 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,20 @@
1
1
  # Release History
2
2
 
3
- ## 0.6.1 2011-12-4
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
@@ -1,3 +1,3 @@
1
1
  module HotCocoa
2
- VERSION = '0.6.2'
2
+ VERSION = '0.6.3'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hotcocoa
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.2
5
+ version: 0.6.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Richard Kilmer