anjlab-bootstrap-rails 2.0.3.0 → 2.0.3.1

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 Bootstrap
2
2
  module Rails
3
- VERSION = "2.0.3.0"
3
+ VERSION = "2.0.3.1"
4
4
  end
5
5
  end
@@ -95,7 +95,7 @@
95
95
  , transition: function (method, startEvent, completeEvent) {
96
96
  var that = this
97
97
  , complete = function () {
98
- if (startEvent == 'show') that.reset()
98
+ if (startEvent.type == 'show') that.reset()
99
99
  that.transitioning = 0
100
100
  that.$element.trigger(completeEvent)
101
101
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anjlab-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3.0
4
+ version: 2.0.3.1
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: 2012-04-24 00:00:00.000000000 Z
12
+ date: 2012-04-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  segments:
166
166
  - 0
167
- hash: 2767815511305180857
167
+ hash: -2395355776385090371
168
168
  required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  none: false
170
170
  requirements:
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  segments:
175
175
  - 0
176
- hash: 2767815511305180857
176
+ hash: -2395355776385090371
177
177
  requirements: []
178
178
  rubyforge_project:
179
179
  rubygems_version: 1.8.22