sproutcore 1.6.0.beta.2 → 1.6.0.beta.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ *SproutCore 1.6.0.beta.3 (May 10, 2011)*
2
+
3
+ * Fixed framework issues that cause sc-build to fail
4
+
5
+
1
6
  *SproutCore 1.6.0.beta.2 (May 10, 2011)*
2
7
 
3
8
  * Framework updates
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 6
4
- :patch: 0.beta.2
4
+ :patch: 0.beta.3
@@ -2,6 +2,11 @@
2
2
  CHANGE LOG FOR 1.6
3
3
  ==================
4
4
 
5
+ 1.6.0.beta.3
6
+ ------------
7
+ * Removed stray debugger statement that broke sc-build
8
+
9
+
5
10
  1.6.0.beta.2
6
11
  ------------
7
12
  * Allow native touch scrolling inside an SC.TemplatePane.
@@ -64,10 +64,8 @@ SC.TextField = SC.TemplateView.extend(
64
64
  this._value = value;
65
65
  input.val(value);
66
66
  } else if (input.length) {
67
- if(window.billy) { debugger; }
68
67
  this._value = value = input.val();
69
68
  } else {
70
- if(window.billy) { debugger; }
71
69
  value = this._value;
72
70
  }
73
71
 
@@ -36,7 +36,7 @@ if (typeof console === 'undefined') {
36
36
  // rest of the methods go into the mixin defined below.
37
37
 
38
38
  /**
39
- @version 1.6.0.beta.2
39
+ @version 1.6.0.beta.3
40
40
  @namespace
41
41
 
42
42
  All SproutCore methods and functions are defined
@@ -57,7 +57,7 @@ if (typeof console === 'undefined') {
57
57
  window.SC = window.SC || {} ;
58
58
  window.SproutCore = window.SproutCore || SC ;
59
59
 
60
- SC.VERSION = '1.6.0.beta.2';
60
+ SC.VERSION = '1.6.0.beta.3';
61
61
 
62
62
  /**
63
63
  @private
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sproutcore
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 1.6.0.beta.2
5
+ version: 1.6.0.beta.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Strobe, Inc., Apple Inc. and contributors
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-10 00:00:00 -07:00
14
- default_executable:
13
+ date: 2011-05-10 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: rack
@@ -2299,7 +2298,6 @@ files:
2299
2298
  - lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/48/19.png
2300
2299
  - lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/48/2.png
2301
2300
  - lib/frameworks/sproutcore/themes/legacy_theme/theme.js
2302
- has_rdoc: true
2303
2301
  homepage: http://www.sproutcore.com
2304
2302
  licenses: []
2305
2303
 
@@ -2325,7 +2323,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2325
2323
  requirements: []
2326
2324
 
2327
2325
  rubyforge_project: sproutcore
2328
- rubygems_version: 1.5.2
2326
+ rubygems_version: 1.7.2
2329
2327
  signing_key:
2330
2328
  specification_version: 3
2331
2329
  summary: SproutCore is a platform for building native look-and-feel applications on the web