golf 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
data/lib/golf/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Golf
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
@@ -841,7 +841,7 @@ $.golf = {
841
841
  },
842
842
 
843
843
  errorPage: function(type, desc) {
844
- $.get("?path=app_error.html", function(data) {
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
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-11 00:00:00 -07:00
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.1
197
+ rubygems_version: 1.6.2
198
198
  signing_key:
199
199
  specification_version: 3
200
200
  summary: Component based front end JS Framework