rails-bootstrap 3.0.0.3 → 3.0.0.4

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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OWFhZmJmZmQzMTc4MjFiOTllMTk1ZTYxOTViMTA0MWIzZjQzNmNlYQ==
5
+ data.tar.gz: !binary |-
6
+ YzMwZDBlMGExMDJhYWRhMzM0MjRjNzlkNWQzNTczNTY4NDYxZjFjNQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ N2JjN2E3Zjg1MzNiMzc1YmZhZjU3ZWFjZTAzMDJiMzU3MTRhZWM3MDhiZGE5
10
+ NDhmOGQwZjYzNzE0OTA2YWE3ZDI1YTFjZTczZGM1NDhjZDI3MzFlNTE4Nzcz
11
+ NjMxZjUyYTkwMGQ4Y2M5ZTM3YWVmYjhjOWY4OTcxZTNjYjZlYjg=
12
+ data.tar.gz: !binary |-
13
+ NDYyNDZkYTk5OTk2MDJhMTRiYjNjZmE2ZTgzZGUwMWQyOTc5OTQ4ZDBhZGNh
14
+ OTBmZjlhNzU0NDcxMDBkZmJmOTI1MmMzMzdkNTQwMjk3ODg3MzIyYmQ4YmI4
15
+ ODJkYzk1NGEwZjc0N2FlYWJjYTcyMmMzMjk3NjE5NGZmMTZiNDI=
@@ -2385,8 +2385,8 @@ input[type="button"].btn-block {
2385
2385
 
2386
2386
  @font-face {
2387
2387
  font-family: 'Glyphicons Halflings';
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');
2388
+ src: url('<%= font_path('glyphicons-halflings-regular.eot') %>');
2389
+ src: url('<%= font_path('glyphicons-halflings-regular.eot') %>?#iefix') format('embedded-opentype'), url('<%= font_path('glyphicons-halflings-regular.woff') %>') format('woff'), url('<%= font_path('glyphicons-halflings-regular.ttf') %>') format('truetype'), url('<%= font_path('glyphicons-halflings-regular.svg') %>#glyphicons-halflingsregular') format('svg');
2390
2390
  }
2391
2391
 
2392
2392
  .glyphicon {
@@ -1,5 +1,5 @@
1
1
  module Rails
2
2
  module Bootstrap
3
- VERSION = "3.0.0.3"
3
+ VERSION = "3.0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,109 +1,87 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: rails-bootstrap
3
- version: !ruby/object:Gem::Version
4
- hash: 121
5
- prerelease:
6
- segments:
7
- - 3
8
- - 0
9
- - 0
10
- - 3
11
- version: 3.0.0.3
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.0.0.4
12
5
  platform: ruby
13
- authors:
6
+ authors:
14
7
  - Joshua Bussdieker
15
8
  autorequire:
16
9
  bindir: bin
17
10
  cert_chain: []
18
-
19
- date: 2014-01-03 00:00:00 Z
20
- dependencies:
21
- - !ruby/object:Gem::Dependency
11
+ date: 2014-03-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
22
14
  name: bundler
23
- prerelease: false
24
- requirement: &id001 !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
27
17
  - - ~>
28
- - !ruby/object:Gem::Version
29
- hash: 9
30
- segments:
31
- - 1
32
- - 3
33
- version: "1.3"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.3'
34
20
  type: :development
35
- version_requirements: *id001
36
- - !ruby/object:Gem::Dependency
37
- name: rake
38
21
  prerelease: false
39
- requirement: &id002 !ruby/object:Gem::Requirement
40
- none: false
41
- requirements:
42
- - - ">="
43
- - !ruby/object:Gem::Version
44
- hash: 3
45
- segments:
46
- - 0
47
- version: "0"
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
48
34
  type: :development
49
- version_requirements: *id002
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
50
41
  description:
51
- email:
42
+ email:
52
43
  - jbussdieker@gmail.com
53
44
  executables: []
54
-
55
45
  extensions: []
56
-
57
46
  extra_rdoc_files: []
58
-
59
- files:
47
+ files:
60
48
  - .gitignore
61
49
  - Gemfile
62
50
  - LICENSE.txt
63
51
  - README.md
64
52
  - Rakefile
53
+ - app/assets/fonts/glyphicons-halflings-regular.eot
54
+ - app/assets/fonts/glyphicons-halflings-regular.svg
55
+ - app/assets/fonts/glyphicons-halflings-regular.ttf
56
+ - app/assets/fonts/glyphicons-halflings-regular.woff
57
+ - app/assets/javascripts/bootstrap.js
58
+ - app/assets/stylesheets/bootstrap.css.erb
65
59
  - lib/generators/bootstrap/install_generator.rb
66
60
  - lib/rails/bootstrap.rb
67
61
  - lib/rails/bootstrap/version.rb
68
62
  - rails-bootstrap.gemspec
69
- - vendor/assets/fonts/glyphicons-halflings-regular.eot
70
- - vendor/assets/fonts/glyphicons-halflings-regular.svg
71
- - vendor/assets/fonts/glyphicons-halflings-regular.ttf
72
- - vendor/assets/fonts/glyphicons-halflings-regular.woff
73
- - vendor/assets/javascripts/bootstrap.js
74
- - vendor/assets/stylesheets/bootstrap.css
75
- homepage: ""
76
- licenses:
63
+ homepage: ''
64
+ licenses:
77
65
  - MIT
66
+ metadata: {}
78
67
  post_install_message:
79
68
  rdoc_options: []
80
-
81
- require_paths:
69
+ require_paths:
82
70
  - lib
83
- required_ruby_version: !ruby/object:Gem::Requirement
84
- none: false
85
- requirements:
86
- - - ">="
87
- - !ruby/object:Gem::Version
88
- hash: 3
89
- segments:
90
- - 0
91
- version: "0"
92
- required_rubygems_version: !ruby/object:Gem::Requirement
93
- none: false
94
- requirements:
95
- - - ">="
96
- - !ruby/object:Gem::Version
97
- hash: 3
98
- segments:
99
- - 0
100
- version: "0"
71
+ required_ruby_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ! '>='
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ! '>='
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
101
81
  requirements: []
102
-
103
82
  rubyforge_project:
104
- rubygems_version: 1.8.15
83
+ rubygems_version: 2.2.2
105
84
  signing_key:
106
- specification_version: 3
85
+ specification_version: 4
107
86
  summary: Bootstrap for Rails
108
87
  test_files: []
109
-