spinjs-rails 1.2.7 → 1.2.8

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.
@@ -1,5 +1,5 @@
1
1
  module Spinjs
2
2
  module Rails
3
- VERSION = "1.2.7"
3
+ VERSION = "1.2.8"
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- //fgnass.github.com/spin.js#v1.2.7
1
+ //fgnass.github.com/spin.js#v1.2.8
2
2
  !function(window, document, undefined) {
3
3
 
4
4
  /**
@@ -137,7 +137,7 @@
137
137
  }
138
138
 
139
139
  /** The constructor */
140
- var Spinner = function Spinner(o) {
140
+ function Spinner(o) {
141
141
  if (!this.spin) return new Spinner(o)
142
142
  this.opts = merge(o || {}, Spinner.defaults, defaults)
143
143
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spinjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: 1.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-15 00:00:00.000000000 Z
12
+ date: 2013-02-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -60,7 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  segments:
62
62
  - 0
63
- hash: 4259367262514581161
63
+ hash: 382156763220495077
64
64
  required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  none: false
66
66
  requirements:
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  version: '0'
70
70
  segments:
71
71
  - 0
72
- hash: 4259367262514581161
72
+ hash: 382156763220495077
73
73
  requirements: []
74
74
  rubyforge_project: spinjs-rails
75
75
  rubygems_version: 1.8.24