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
data/VERSION.yml
CHANGED
|
File without changes
|
|
@@ -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.
|
|
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 * '
|
|
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
|
-
-
|
|
9
|
-
version: 1.4.
|
|
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-
|
|
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
|
|
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
|