anjlab-bootstrap-rails 2.0.3.1 → 2.0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Rails
3
- VERSION = "2.0.3.1"
3
+ VERSION = "2.0.3.2"
4
4
  end
5
5
  end
@@ -35,7 +35,7 @@
35
35
  this.selector = (this.options.target
36
36
  || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
37
37
  || '') + ' .nav li > a'
38
- this.$body = $('body').on('click.scroll.data-api', this.selector, process)
38
+ this.$body = $('body')
39
39
  this.refresh()
40
40
  this.process()
41
41
  }
@@ -56,7 +56,7 @@
56
56
  }
57
57
 
58
58
  , show: function () {
59
- var pos = $.extend({}, this.$element.position(), {
59
+ var pos = $.extend({}, this.$element.offset(), {
60
60
  height: this.$element[0].offsetHeight
61
61
  })
62
62
 
@@ -120,7 +120,7 @@
120
120
  color: $white;
121
121
  background-color: $navbarSearchBackground;
122
122
  border: 1px solid $navbarSearchBorder;
123
- @include box-shadow((inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15)));
123
+ @include box-shadow((inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)));
124
124
  @include transition(none);
125
125
 
126
126
  // Placeholder text gets special styles; can't be a grouped selector
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.1
4
+ version: 2.0.3.2
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-25 00:00:00.000000000 Z
12
+ date: 2012-04-26 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: -2395355776385090371
167
+ hash: 3176541500452665960
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: -2395355776385090371
176
+ hash: 3176541500452665960
177
177
  requirements: []
178
178
  rubyforge_project:
179
179
  rubygems_version: 1.8.22