golf 0.3.5 → 0.3.6
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/lib/golf/version.rb +1 -1
- data/resources/jquery.golf.js +1 -1
- metadata +3 -3
data/lib/golf/version.rb
CHANGED
data/resources/jquery.golf.js
CHANGED
|
@@ -841,7 +841,7 @@ $.golf = {
|
|
|
841
841
|
},
|
|
842
842
|
|
|
843
843
|
errorPage: function(type, desc) {
|
|
844
|
-
$.get("
|
|
844
|
+
$.get("app_error.html", function(data) {
|
|
845
845
|
$(".golfbody").empty().append(data);
|
|
846
846
|
$(".golfbody .type").text(type);
|
|
847
847
|
$(".golfbody .description").append(desc);
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: golf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.3.
|
|
5
|
+
version: 0.3.6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Micha Niskin, Alan Dipert, Julio Capote
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-04-
|
|
13
|
+
date: 2011-04-12 00:00:00 -07:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
194
194
|
requirements: []
|
|
195
195
|
|
|
196
196
|
rubyforge_project: golf
|
|
197
|
-
rubygems_version: 1.6.
|
|
197
|
+
rubygems_version: 1.6.2
|
|
198
198
|
signing_key:
|
|
199
199
|
specification_version: 3
|
|
200
200
|
summary: Component based front end JS Framework
|