rails-bootstrap 3.0.0.2 → 3.0.0.3

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 Rails
2
2
  module Bootstrap
3
- VERSION = "3.0.0.2"
3
+ VERSION = "3.0.0.3"
4
4
  end
5
5
  end
@@ -2385,8 +2385,8 @@ input[type="button"].btn-block {
2385
2385
 
2386
2386
  @font-face {
2387
2387
  font-family: 'Glyphicons Halflings';
2388
- src: url('../assets/glyphicons-halflings-regular.eot');
2389
- src: url('../assets/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../assets/glyphicons-halflings-regular.woff') format('woff'), url('../assets/glyphicons-halflings-regular.ttf') format('truetype'), url('../assets/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
2388
+ src: url('glyphicons-halflings-regular.eot');
2389
+ src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
2390
2390
  }
2391
2391
 
2392
2392
  .glyphicon {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 123
4
+ hash: 121
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
9
  - 0
10
- - 2
11
- version: 3.0.0.2
10
+ - 3
11
+ version: 3.0.0.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Joshua Bussdieker
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2013-12-31 00:00:00 Z
19
+ date: 2014-01-03 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: bundler