twitter-bootstrap-rails 3.2.1.rc1 → 3.2.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of twitter-bootstrap-rails might be problematic. Click here for more details.

@@ -14,4 +14,8 @@ require 'twitter-bootstrap-rails'
14
14
  require 'abstract_controller'
15
15
  require 'action_controller'
16
16
  require 'mocha/api'
17
- require 'pry'
17
+ require 'pry'
18
+
19
+ RSpec.configure do |config|
20
+ config.include RSpecHtmlMatchers
21
+ end
@@ -3,12 +3,12 @@
3
3
 
4
4
  @font-face {
5
5
  font-family: 'FontAwesome';
6
- src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
7
- src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
8
- url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
9
- url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
10
- url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
11
- // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
6
+ src: @fontAwesomeEotPath;
7
+ src: @fontAwesomeEotPath_iefix format('embedded-opentype'),
8
+ @fontAwesomeWoffPath format('woff'),
9
+ @fontAwesomeTtfPath format('truetype'),
10
+ @fontAwesomeSvgPath format('svg');
11
+ // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
12
12
  font-weight: normal;
13
13
  font-style: normal;
14
- }
14
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1.rc1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seyhun Akyurek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-13 00:00:00.000000000 Z
11
+ date: 2015-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -79,7 +79,7 @@ dependencies:
79
79
  - - ">="
80
80
  - !ruby/object:Gem::Version
81
81
  version: '3.1'
82
- type: :runtime
82
+ type: :development
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
@@ -127,7 +127,7 @@ dependencies:
127
127
  - !ruby/object:Gem::Version
128
128
  version: 0.12.1
129
129
  description: twitter-bootstrap-rails project integrates Bootstrap CSS toolkit for
130
- Rails 3.1 Asset Pipeline
130
+ Rails 4, 3.x Asset Pipeline
131
131
  email:
132
132
  - seyhunak@gmail.com
133
133
  executables: []
@@ -210,6 +210,7 @@ files:
210
210
  - lib/twitter/bootstrap/rails/version.rb
211
211
  - spec/lib/breadcrumbs_spec.rb
212
212
  - spec/lib/twitter_bootstrap_rails/badge_label_helper_spec.rb
213
+ - spec/lib/twitter_bootstrap_rails/bootstrap_flash_helper_spec.rb
213
214
  - spec/lib/twitter_bootstrap_rails/form_errors_helper_spec.rb
214
215
  - spec/lib/twitter_bootstrap_rails/glyph_helper_spec.rb
215
216
  - spec/lib/twitter_bootstrap_rails/modal_helper_spec.rb
@@ -323,18 +324,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
323
324
  version: '0'
324
325
  required_rubygems_version: !ruby/object:Gem::Requirement
325
326
  requirements:
326
- - - ">"
327
+ - - ">="
327
328
  - !ruby/object:Gem::Version
328
- version: 1.3.1
329
+ version: '0'
329
330
  requirements: []
330
331
  rubyforge_project: twitter-bootstrap-rails
331
- rubygems_version: 2.2.2
332
+ rubygems_version: 2.4.5
332
333
  signing_key:
333
334
  specification_version: 4
334
- summary: Bootstrap CSS toolkit for Rails 3.1 Asset Pipeline
335
+ summary: Bootstrap CSS toolkit for Rails 4, 3.x Asset Pipeline
335
336
  test_files:
336
337
  - spec/lib/breadcrumbs_spec.rb
337
338
  - spec/lib/twitter_bootstrap_rails/badge_label_helper_spec.rb
339
+ - spec/lib/twitter_bootstrap_rails/bootstrap_flash_helper_spec.rb
338
340
  - spec/lib/twitter_bootstrap_rails/form_errors_helper_spec.rb
339
341
  - spec/lib/twitter_bootstrap_rails/glyph_helper_spec.rb
340
342
  - spec/lib/twitter_bootstrap_rails/modal_helper_spec.rb