sproutcore 1.4.0-java → 1.4.1-java

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/CHANGELOG ADDED
@@ -0,0 +1,3 @@
1
+ *SproutCore 1.4.1 (September 21, 2010)*
2
+
3
+ * Fixed string escaping issue in call to YUI Compressor [PDW]
data/VERSION.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 4
4
- :patch: 0
4
+ :patch: 1
5
5
  :digest: e038ba5746bb757cd0ff2391828c5f03496fbb64
6
6
  :dist:
7
7
  frameworks/sproutcore: 7174adeb47aa0930c95ddae79e2c9cf042fded45
@@ -0,0 +1,3 @@
1
+ *SproutCore 1.4.1 (September, 21 2010)*
2
+
3
+ * Update the X-SproutCore-Version header to 1.4 [MO]
@@ -68,7 +68,7 @@ SC.Request = SC.Object.extend(SC.Copyable, SC.Freezable,
68
68
  this.header('X-Requested-With', 'XMLHttpRequest');
69
69
  //TODO: we need to have the SC version in a SC variable.
70
70
  //For now I'm harcoding the variable.
71
- this.header('X-SproutCore-Version', '1.0');
71
+ this.header('X-SproutCore-Version', '1.4');
72
72
  },
73
73
 
74
74
  /**
@@ -87,7 +87,7 @@ module SC
87
87
  end
88
88
 
89
89
  if $to_minify.length > 0
90
- filecompress = "java -jar \"" + SC.yui_jar + "\" --charset utf-8 --line-break 80 \"" + $to_minify * '\" \"' + "\" 2>&1"
90
+ filecompress = "java -jar \"" + SC.yui_jar + "\" --charset utf-8 --line-break 80 \"" + $to_minify * '" "' + "\" 2>&1"
91
91
  SC.logger.info 'Compressing with YUI...'
92
92
 
93
93
  output = `#{filecompress}` # It'd be nice to just read STDERR, but
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 4
8
- - 0
9
- version: 1.4.0
8
+ - 1
9
+ version: 1.4.1
10
10
  platform: java
11
11
  authors:
12
12
  - Strobe, Inc., Sprout Systems, Inc. Apple Inc. and contributors
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-09-20 00:00:00 -07:00
17
+ date: 2010-09-21 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -214,6 +214,7 @@ extra_rdoc_files:
214
214
  - History.txt
215
215
  - README.txt
216
216
  files:
217
+ - CHANGELOG
217
218
  - DISTRIBUTION.yml
218
219
  - Gemfile
219
220
  - History.txt
@@ -806,7 +807,8 @@ files:
806
807
  - spec/spec_helper.rb
807
808
  - sproutcore.gemspec
808
809
  - lib/frameworks/sproutcore/Buildfile
809
- - lib/frameworks/sproutcore/CHANGELOG.md
810
+ - lib/frameworks/sproutcore/CHANGELOG
811
+ - lib/frameworks/sproutcore/CHANGELOG-1.4.md
810
812
  - lib/frameworks/sproutcore/HISTORY
811
813
  - lib/frameworks/sproutcore/license.js
812
814
  - lib/frameworks/sproutcore/README.md