bootstrap-sass 3.3.0.1 → 3.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +1 -0
  3. data/.travis.yml +8 -14
  4. data/CHANGELOG.md +64 -0
  5. data/CONTRIBUTING.md +8 -1
  6. data/Gemfile +1 -4
  7. data/LICENSE +2 -1
  8. data/README.md +135 -114
  9. data/Rakefile +58 -12
  10. data/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  11. data/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +273 -214
  12. data/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  13. data/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  14. data/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  15. data/assets/javascripts/bootstrap/affix.js +11 -9
  16. data/assets/javascripts/bootstrap/alert.js +6 -5
  17. data/assets/javascripts/bootstrap/button.js +25 -16
  18. data/assets/javascripts/bootstrap/carousel.js +25 -18
  19. data/assets/javascripts/bootstrap/collapse.js +13 -12
  20. data/assets/javascripts/bootstrap/dropdown.js +51 -47
  21. data/assets/javascripts/bootstrap/modal.js +112 -35
  22. data/assets/javascripts/bootstrap/popover.js +31 -27
  23. data/assets/javascripts/bootstrap/scrollspy.js +19 -22
  24. data/assets/javascripts/bootstrap/tab.js +14 -12
  25. data/assets/javascripts/bootstrap/tooltip.js +255 -56
  26. data/assets/javascripts/bootstrap/transition.js +5 -5
  27. data/assets/javascripts/bootstrap-sprockets.js +2 -2
  28. data/assets/javascripts/bootstrap.js +1282 -962
  29. data/assets/javascripts/bootstrap.min.js +6 -0
  30. data/assets/stylesheets/_bootstrap-compass.scss +2 -0
  31. data/assets/stylesheets/_bootstrap-mincer.scss +4 -2
  32. data/assets/stylesheets/_bootstrap-sprockets.scss +2 -0
  33. data/assets/stylesheets/_bootstrap.scss +6 -0
  34. data/assets/stylesheets/bootstrap/_alerts.scss +8 -3
  35. data/assets/stylesheets/bootstrap/_badges.scss +16 -5
  36. data/assets/stylesheets/bootstrap/_breadcrumbs.scss +3 -1
  37. data/assets/stylesheets/bootstrap/_button-groups.scss +11 -14
  38. data/assets/stylesheets/bootstrap/_buttons.scss +18 -10
  39. data/assets/stylesheets/bootstrap/_carousel.scss +40 -36
  40. data/assets/stylesheets/bootstrap/_close.scss +2 -0
  41. data/assets/stylesheets/bootstrap/_code.scss +3 -3
  42. data/assets/stylesheets/bootstrap/_component-animations.scss +2 -2
  43. data/assets/stylesheets/bootstrap/_dropdowns.scss +24 -24
  44. data/assets/stylesheets/bootstrap/_forms.scss +149 -103
  45. data/assets/stylesheets/bootstrap/_glyphicons.scss +85 -12
  46. data/assets/stylesheets/bootstrap/_grid.scss +10 -0
  47. data/assets/stylesheets/bootstrap/_input-groups.scss +10 -5
  48. data/assets/stylesheets/bootstrap/_jumbotron.scss +11 -5
  49. data/assets/stylesheets/bootstrap/_labels.scss +1 -1
  50. data/assets/stylesheets/bootstrap/_list-group.scss +30 -34
  51. data/assets/stylesheets/bootstrap/_media.scss +19 -0
  52. data/assets/stylesheets/bootstrap/_mixins.scss +1 -0
  53. data/assets/stylesheets/bootstrap/_modals.scss +9 -8
  54. data/assets/stylesheets/bootstrap/_navbar.scss +77 -82
  55. data/assets/stylesheets/bootstrap/_navs.scss +4 -6
  56. data/assets/stylesheets/bootstrap/_normalize.scss +13 -13
  57. data/assets/stylesheets/bootstrap/_pager.scss +2 -2
  58. data/assets/stylesheets/bootstrap/_pagination.scss +15 -17
  59. data/assets/stylesheets/bootstrap/_panels.scss +16 -6
  60. data/assets/stylesheets/bootstrap/_popovers.scss +50 -58
  61. data/assets/stylesheets/bootstrap/_print.scss +90 -98
  62. data/assets/stylesheets/bootstrap/_progress-bars.scss +3 -3
  63. data/assets/stylesheets/bootstrap/_responsive-embed.scss +10 -10
  64. data/assets/stylesheets/bootstrap/_responsive-utilities.scss +11 -6
  65. data/assets/stylesheets/bootstrap/_scaffolding.scss +18 -7
  66. data/assets/stylesheets/bootstrap/_tables.scss +24 -24
  67. data/assets/stylesheets/bootstrap/_theme.scss +57 -22
  68. data/assets/stylesheets/bootstrap/_thumbnails.scss +1 -1
  69. data/assets/stylesheets/bootstrap/_tooltip.scss +49 -32
  70. data/assets/stylesheets/bootstrap/_type.scss +12 -12
  71. data/assets/stylesheets/bootstrap/_utilities.scss +0 -1
  72. data/assets/stylesheets/bootstrap/_variables.scss +27 -17
  73. data/assets/stylesheets/bootstrap/_wells.scss +2 -2
  74. data/assets/stylesheets/bootstrap/mixins/_alerts.scss +2 -1
  75. data/assets/stylesheets/bootstrap/mixins/_background-variant.scss +2 -1
  76. data/assets/stylesheets/bootstrap/mixins/_border-radius.scss +4 -4
  77. data/assets/stylesheets/bootstrap/mixins/_buttons.scss +20 -11
  78. data/assets/stylesheets/bootstrap/mixins/_center-block.scss +1 -1
  79. data/assets/stylesheets/bootstrap/mixins/_clearfix.scss +1 -1
  80. data/assets/stylesheets/bootstrap/mixins/_forms.scss +4 -4
  81. data/assets/stylesheets/bootstrap/mixins/_gradients.scss +6 -8
  82. data/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +2 -2
  83. data/assets/stylesheets/bootstrap/mixins/_grid.scss +8 -8
  84. data/assets/stylesheets/bootstrap/mixins/_hide-text.scss +3 -3
  85. data/assets/stylesheets/bootstrap/mixins/_image.scss +5 -10
  86. data/assets/stylesheets/bootstrap/mixins/_list-group.scss +3 -2
  87. data/assets/stylesheets/bootstrap/mixins/_opacity.scss +2 -3
  88. data/assets/stylesheets/bootstrap/mixins/_pagination.scss +2 -1
  89. data/assets/stylesheets/bootstrap/mixins/_reset-text.scss +18 -0
  90. data/assets/stylesheets/bootstrap/mixins/_resize.scss +1 -1
  91. data/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +1 -5
  92. data/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +3 -3
  93. data/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +2 -1
  94. data/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +4 -4
  95. data/bootstrap-sass.gemspec +10 -9
  96. data/bower.json +6 -20
  97. data/composer.json +2 -2
  98. data/eyeglass-exports.js +7 -0
  99. data/lib/bootstrap-sass/engine.rb +6 -1
  100. data/lib/bootstrap-sass/version.rb +2 -2
  101. data/lib/bootstrap-sass.rb +32 -13
  102. data/package-lock.json +1611 -0
  103. data/package.json +21 -7
  104. data/sache.json +1 -1
  105. data/tasks/bower.rake +2 -5
  106. data/tasks/converter/fonts_conversion.rb +1 -1
  107. data/tasks/converter/js_conversion.rb +7 -5
  108. data/tasks/converter/less_conversion.rb +48 -37
  109. data/tasks/converter/network.rb +12 -7
  110. data/tasks/converter.rb +1 -1
  111. data/templates/project/_bootstrap-variables.sass +27 -18
  112. data/templates/project/styles.sass +3 -0
  113. data/test/compilation_test.rb +24 -12
  114. data/test/dummy_rails/app/assets/stylesheets/{application.css.sass → application.sass} +0 -0
  115. data/test/dummy_rails/app/views/pages/root.html.slim +43 -0
  116. data/test/dummy_rails/config/application.rb +2 -1
  117. data/test/dummy_rails/config/boot.rb +1 -1
  118. data/test/dummy_rails/config/environments/development.rb +0 -3
  119. data/test/dummy_rails/config/environments/production.rb +7 -1
  120. data/test/dummy_rails/config/environments/test.rb +9 -1
  121. data/test/dummy_sass_only/Gemfile +1 -1
  122. data/test/dummy_sass_only/compile.rb +14 -7
  123. data/test/dummy_sass_only/import_all.scss +2 -0
  124. data/test/gemfiles/default.gemfile +3 -0
  125. data/test/node_mincer_test.rb +2 -3
  126. data/test/node_sass_compile_test.sh +4 -3
  127. data/test/sass_test.rb +10 -7
  128. data/test/sprockets_rails_test.rb +12 -8
  129. data/test/support/dummy_rails_integration.rb +1 -1
  130. data/test/support/reporting.rb +10 -0
  131. data/test/test_helper.rb +3 -2
  132. metadata +56 -46
  133. data/test/compass_test.rb +0 -9
  134. data/test/dummy_rails/log/development.log +0 -0
  135. data/test/dummy_sass_only/import_all.sass +0 -2
  136. data/test/gemfiles/sass_3_2.gemfile +0 -6
  137. data/test/gemfiles/sass_3_3.gemfile +0 -6
  138. data/test/gemfiles/sass_3_4.gemfile +0 -7
  139. data/test/gemfiles/sass_head.gemfile +0 -6
@@ -16,9 +16,6 @@ Dummy::Application.configure do
16
16
  # Print deprecation notices to the Rails logger.
17
17
  config.active_support.deprecation = :log
18
18
 
19
- # Raise an error on page load if there are pending migrations
20
- config.active_record.migration_error = :page_load
21
-
22
19
  # Debug mode disables concatenation and preprocessing of assets.
23
20
  # This option may cause significant delays in view rendering with a large
24
21
  # number of complex assets.
@@ -20,7 +20,13 @@ Dummy::Application.configure do
20
20
  # config.action_dispatch.rack_cache = true
21
21
 
22
22
  # Disable Rails's static asset server (Apache or nginx will already do this).
23
- config.serve_static_assets = false
23
+ if config.respond_to?(:serve_static_files)
24
+ # rails >= 4.2
25
+ config.serve_static_files = true
26
+ elsif config.respond_to?(:serve_static_assets)
27
+ # rails < 4.2
28
+ config.serve_static_assets = true
29
+ end
24
30
 
25
31
  # Compress JavaScripts and CSS.
26
32
  config.assets.js_compressor = :uglifier
@@ -13,7 +13,13 @@ Dummy::Application.configure do
13
13
  config.eager_load = false
14
14
 
15
15
  # Configure static asset server for tests with Cache-Control for performance.
16
- config.serve_static_assets = true
16
+ if config.respond_to?(:serve_static_files)
17
+ # rails >= 4.2
18
+ config.serve_static_files = true
19
+ elsif config.respond_to?(:serve_static_assets)
20
+ # rails < 4.2
21
+ config.serve_static_assets = true
22
+ end
17
23
  config.static_cache_control = "public, max-age=3600"
18
24
 
19
25
  # Show full error reports and disable caching.
@@ -26,5 +32,7 @@ Dummy::Application.configure do
26
32
  # Disable request forgery protection in test environment.
27
33
  config.action_controller.allow_forgery_protection = false
28
34
 
35
+ config.active_support.test_order = :random
36
+
29
37
  config.active_support.deprecation = :stderr
30
38
  end
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'sass', '~> 3.2'
3
+ gem 'sassc', '>= 2.0.0'
4
4
  gem 'bootstrap-sass', path: '../..'
@@ -1,13 +1,20 @@
1
- require 'sass'
1
+ # frozen_string_literal: true
2
+
3
+ require 'sassc'
2
4
  require 'bootstrap-sass'
3
5
  require 'fileutils'
4
6
 
5
- scss_path = File.expand_path('./import_all.sass', File.dirname(__FILE__))
6
- css = Sass.compile File.read(scss_path), syntax: 'sass'
7
+ load_path = ARGV[0]
8
+ out_path = ARGV[1]
9
+
10
+ output = SassC::Engine.new(
11
+ File.read(File.expand_path('./import_all.scss', __dir__)),
12
+ syntax: :scss, load_paths: ['.', load_path]
13
+ ).render
7
14
 
8
- if ARGV[0]
9
- FileUtils.mkdir_p File.dirname(ARGV[0])
10
- File.open(ARGV[0], 'w') { |f| f.write css }
15
+ if out_path
16
+ FileUtils.mkdir_p(File.dirname(out_path))
17
+ File.write(out_path, output)
11
18
  else
12
- puts css
19
+ puts output
13
20
  end
@@ -0,0 +1,2 @@
1
+ @import 'bootstrap';
2
+ @import 'bootstrap/theme';
@@ -0,0 +1,3 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec path: '../../'
@@ -22,15 +22,14 @@ class NodeMincerTest < Minitest::Test
22
22
 
23
23
  def setup
24
24
  tmp_dir = File.join GEM_PATH, 'tmp/node-mincer'
25
- command = "node manifest.js #{tmp_dir}"
26
25
  success = Dir.chdir DUMMY_PATH do
27
26
  silence_stdout_if !ENV['VERBOSE'] do
28
- system(command)
27
+ system 'node', 'manifest.js', tmp_dir
29
28
  end
30
29
  end
31
30
  assert success, 'Node.js Mincer compilation failed'
32
31
  manifest = JSON.parse(File.read("#{tmp_dir}/manifest.json"))
33
- css_name = manifest["assets"]["application.css"]
32
+ css_name = manifest['assets']['application.css']
34
33
  @css = File.read("#{tmp_dir}/#{css_name}")
35
34
  end
36
35
  end
@@ -1,8 +1,9 @@
1
- #!/bin/sh
1
+ #!/bin/bash
2
2
 
3
3
  # Test compilation with node-sass binary
4
4
 
5
5
  mkdir -p tmp/node-sass
6
- node-sass assets/stylesheets/bootstrap -o tmp/node-sass/bootstrap.css && \
7
- node-sass assets/stylesheets/bootstrap/theme -o tmp/node-sass/bootstrap-theme.css || \
6
+ node_modules/.bin/node-sass assets/stylesheets/_bootstrap.scss -o tmp/node-sass/bootstrap.css && \
7
+ node_modules/.bin/node-sass --include-path=assets/stylesheets/ \
8
+ assets/stylesheets/bootstrap/_theme.scss -o tmp/node-sass/bootstrap-theme.css || \
8
9
  (echo "node-sass compilation failed" && exit 1)
data/test/sass_test.rb CHANGED
@@ -1,23 +1,26 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'test_helper'
2
4
  require 'shellwords'
5
+ require 'fileutils'
6
+ require 'bootstrap-sass'
3
7
 
4
8
  class SassTest < Minitest::Test
5
9
  DUMMY_PATH = 'test/dummy_sass_only'
6
10
 
7
11
  def test_font_helper
8
- assert_match %r(url\(['"]?.*eot['"]?\)), @css
12
+ assert_match %r{url\(['"]?.*eot['"]?\)}, @css
9
13
  end
10
14
 
11
15
  def setup
12
- Dir.chdir DUMMY_PATH do
13
- %x[rm -rf .sass-cache/]
14
- %x[bundle]
15
- end
16
+ FileUtils.rm_rf(File.join(DUMMY_PATH, '.sass-cache'), secure: true)
16
17
  css_path = File.join GEM_PATH, 'tmp/bootstrap-sass-only.css'
17
- command = "bundle exec ruby compile.rb #{Shellwords.escape css_path}"
18
18
  success = Dir.chdir DUMMY_PATH do
19
19
  silence_stdout_if !ENV['VERBOSE'] do
20
- system(command)
20
+ Bundler.with_original_env do
21
+ system('bundle') && system('bundle', 'exec', 'ruby', 'compile.rb',
22
+ Bootstrap.stylesheets_path, css_path)
23
+ end
21
24
  end
22
25
  end
23
26
  assert success, 'Sass-only compilation failed'
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'test_helper'
2
4
  require 'fileutils'
3
5
  require 'find'
@@ -6,22 +8,24 @@ require 'shellwords'
6
8
  class SprocketsRailsTest < Minitest::Test
7
9
 
8
10
  def test_sprockets_digest_asset_refs
9
- root = 'test/dummy_rails'
10
- command = "bundle exec rake assets:precompile GEMFILE=#{GEM_PATH}/Gemfile RAILS_ENV=production"
11
+ root = 'test/dummy_rails'
11
12
  compiled = Dir.chdir root do
12
13
  silence_stderr_if !ENV['VERBOSE'] do
13
- system(command)
14
+ Bundler.with_original_env do
15
+ system({ 'BUNDLE_GEMFILE' => File.join(GEM_PATH, 'Gemfile'),
16
+ 'RAILS_ENV' => 'production' },
17
+ 'bundle && bundle exec rake assets:precompile')
18
+ end
14
19
  end
15
20
  end
16
21
  assert compiled, 'Could not precompile assets'
17
22
  Dir.glob(File.join(root, 'public', 'assets', 'app*.{css,js}')) do |path|
18
- File.open(path, 'r') do |f|
19
- f.read.scan /url\("?[^"]+\.(?:jpg|png|eot|woff|ttf|svg)[^"]*"?\)/ do |m|
20
- assert_match /-[0-9a-f]{12,}\./, m
21
- end
23
+ File.read(path)
24
+ .scan(/url\("?[^"]+\.(?:jpg|png|eot|woff2?|ttf|svg)[^"]*"?\)/) do |m|
25
+ assert_match(/-[0-9a-f]{12,}\./, m)
22
26
  end
23
27
  end
24
28
  ensure
25
- FileUtils.rm_rf %W(#{root}/public/assets/ #{root}/tmp/cache/), secure: true
29
+ FileUtils.rm_rf %W[#{root}/public/assets/ #{root}/tmp/cache/], secure: true
26
30
  end
27
31
  end
@@ -1,4 +1,4 @@
1
- require 'capybara'
1
+ require 'capybara/dsl'
2
2
  require 'fileutils'
3
3
  module DummyRailsIntegration
4
4
  include Capybara::DSL
@@ -14,4 +14,14 @@ module Kernel
14
14
  run.call
15
15
  end
16
16
  end
17
+
18
+ def silence_stream(stream)
19
+ old_stream = stream.dup
20
+ stream.reopen(File::NULL)
21
+ stream.sync = true
22
+ yield
23
+ ensure
24
+ stream.reopen(old_stream)
25
+ old_stream.close
26
+ end unless method_defined?(:silence_stream)
17
27
  end
data/test/test_helper.rb CHANGED
@@ -10,7 +10,7 @@ Dir['test/support/**/*.rb'].each do |file|
10
10
  require_relative File.join('.', file)
11
11
  end
12
12
 
13
- GEM_PATH = File.expand_path('../', File.dirname(__FILE__))
13
+ GEM_PATH = File.expand_path('../', __dir__)
14
14
 
15
15
  #= Capybara + Poltergeist
16
16
  require 'capybara/poltergeist'
@@ -26,10 +26,11 @@ Capybara.register_driver :poltergeist do |app|
26
26
  end
27
27
 
28
28
  Capybara.configure do |config|
29
+ config.server = :webrick
29
30
  config.app_host = 'http://localhost:7000'
30
31
  config.default_driver = :poltergeist
31
32
  config.javascript_driver = :poltergeist
32
33
  config.server_port = 7000
33
- config.default_wait_time = 10
34
+ config.default_max_wait_time = 10
34
35
  end
35
36
 
metadata CHANGED
@@ -1,59 +1,87 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0.1
4
+ version: 3.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas McDonald
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-30 00:00:00.000000000 Z
11
+ date: 2019-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: sass
14
+ name: sassc
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '3.2'
19
+ version: 2.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 2.0.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: autoprefixer-rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 5.2.1
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
25
39
  - !ruby/object:Gem::Version
26
- version: '3.2'
40
+ version: 5.2.1
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: minitest
29
43
  requirement: !ruby/object:Gem::Requirement
30
44
  requirements:
31
45
  - - "~>"
32
46
  - !ruby/object:Gem::Version
33
- version: 5.4.0
47
+ version: '5.11'
34
48
  type: :development
35
49
  prerelease: false
36
50
  version_requirements: !ruby/object:Gem::Requirement
37
51
  requirements:
38
52
  - - "~>"
39
53
  - !ruby/object:Gem::Version
40
- version: 5.4.0
54
+ version: '5.11'
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: minitest-reporters
43
57
  requirement: !ruby/object:Gem::Requirement
44
58
  requirements:
45
59
  - - "~>"
46
60
  - !ruby/object:Gem::Version
47
- version: 1.0.5
61
+ version: '1.3'
48
62
  type: :development
49
63
  prerelease: false
50
64
  version_requirements: !ruby/object:Gem::Requirement
51
65
  requirements:
52
66
  - - "~>"
53
67
  - !ruby/object:Gem::Version
54
- version: 1.0.5
68
+ version: '1.3'
55
69
  - !ruby/object:Gem::Dependency
56
70
  name: capybara
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '3.6'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '3.6'
83
+ - !ruby/object:Gem::Dependency
84
+ name: poltergeist
57
85
  requirement: !ruby/object:Gem::Requirement
58
86
  requirements:
59
87
  - - ">="
@@ -67,19 +95,19 @@ dependencies:
67
95
  - !ruby/object:Gem::Version
68
96
  version: '0'
69
97
  - !ruby/object:Gem::Dependency
70
- name: poltergeist
98
+ name: sassc-rails
71
99
  requirement: !ruby/object:Gem::Requirement
72
100
  requirements:
73
101
  - - ">="
74
102
  - !ruby/object:Gem::Version
75
- version: '0'
103
+ version: 2.0.0
76
104
  type: :development
77
105
  prerelease: false
78
106
  version_requirements: !ruby/object:Gem::Requirement
79
107
  requirements:
80
108
  - - ">="
81
109
  - !ruby/object:Gem::Version
82
- version: '0'
110
+ version: 2.0.0
83
111
  - !ruby/object:Gem::Dependency
84
112
  name: actionpack
85
113
  requirement: !ruby/object:Gem::Requirement
@@ -136,20 +164,6 @@ dependencies:
136
164
  - - ">="
137
165
  - !ruby/object:Gem::Version
138
166
  version: 2.1.3
139
- - !ruby/object:Gem::Dependency
140
- name: autoprefixer-rails
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - "~>"
144
- - !ruby/object:Gem::Version
145
- version: '1.1'
146
- type: :development
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - "~>"
151
- - !ruby/object:Gem::Version
152
- version: '1.1'
153
167
  - !ruby/object:Gem::Dependency
154
168
  name: jquery-rails
155
169
  requirement: !ruby/object:Gem::Requirement
@@ -224,9 +238,11 @@ files:
224
238
  - assets/fonts/bootstrap/glyphicons-halflings-regular.svg
225
239
  - assets/fonts/bootstrap/glyphicons-halflings-regular.ttf
226
240
  - assets/fonts/bootstrap/glyphicons-halflings-regular.woff
241
+ - assets/fonts/bootstrap/glyphicons-halflings-regular.woff2
227
242
  - assets/images/.keep
228
243
  - assets/javascripts/bootstrap-sprockets.js
229
244
  - assets/javascripts/bootstrap.js
245
+ - assets/javascripts/bootstrap.min.js
230
246
  - assets/javascripts/bootstrap/affix.js
231
247
  - assets/javascripts/bootstrap/alert.js
232
248
  - assets/javascripts/bootstrap/button.js
@@ -304,6 +320,7 @@ files:
304
320
  - assets/stylesheets/bootstrap/mixins/_panels.scss
305
321
  - assets/stylesheets/bootstrap/mixins/_progress-bar.scss
306
322
  - assets/stylesheets/bootstrap/mixins/_reset-filter.scss
323
+ - assets/stylesheets/bootstrap/mixins/_reset-text.scss
307
324
  - assets/stylesheets/bootstrap/mixins/_resize.scss
308
325
  - assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss
309
326
  - assets/stylesheets/bootstrap/mixins/_size.scss
@@ -315,9 +332,11 @@ files:
315
332
  - bootstrap-sass.gemspec
316
333
  - bower.json
317
334
  - composer.json
335
+ - eyeglass-exports.js
318
336
  - lib/bootstrap-sass.rb
319
337
  - lib/bootstrap-sass/engine.rb
320
338
  - lib/bootstrap-sass/version.rb
339
+ - package-lock.json
321
340
  - package.json
322
341
  - sache.json
323
342
  - tasks/bower.rake
@@ -331,7 +350,6 @@ files:
331
350
  - templates/project/_bootstrap-variables.sass
332
351
  - templates/project/manifest.rb
333
352
  - templates/project/styles.sass
334
- - test/compass_test.rb
335
353
  - test/compilation_test.rb
336
354
  - test/dummy_node_mincer/apple-touch-icon-144-precomposed.png
337
355
  - test/dummy_node_mincer/application.css.ejs.scss
@@ -340,7 +358,7 @@ files:
340
358
  - test/dummy_rails/Rakefile
341
359
  - test/dummy_rails/app/assets/images/.keep
342
360
  - test/dummy_rails/app/assets/javascripts/application.js
343
- - test/dummy_rails/app/assets/stylesheets/application.css.sass
361
+ - test/dummy_rails/app/assets/stylesheets/application.sass
344
362
  - test/dummy_rails/app/controllers/application_controller.rb
345
363
  - test/dummy_rails/app/controllers/pages_controller.rb
346
364
  - test/dummy_rails/app/helpers/application_helper.rb
@@ -364,14 +382,10 @@ files:
364
382
  - test/dummy_rails/config/locales/es.yml
365
383
  - test/dummy_rails/config/routes.rb
366
384
  - test/dummy_rails/log/.keep
367
- - test/dummy_rails/log/development.log
368
385
  - test/dummy_sass_only/Gemfile
369
386
  - test/dummy_sass_only/compile.rb
370
- - test/dummy_sass_only/import_all.sass
371
- - test/gemfiles/sass_3_2.gemfile
372
- - test/gemfiles/sass_3_3.gemfile
373
- - test/gemfiles/sass_3_4.gemfile
374
- - test/gemfiles/sass_head.gemfile
387
+ - test/dummy_sass_only/import_all.scss
388
+ - test/gemfiles/default.gemfile
375
389
  - test/node_mincer_test.rb
376
390
  - test/node_sass_compile_test.sh
377
391
  - test/pages_test.rb
@@ -401,12 +415,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
401
415
  version: '0'
402
416
  requirements: []
403
417
  rubyforge_project:
404
- rubygems_version: 2.4.1
418
+ rubygems_version: 2.7.8
405
419
  signing_key:
406
420
  specification_version: 4
407
- summary: Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass
421
+ summary: bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right
422
+ into your Sass powered applications.
408
423
  test_files:
409
- - test/compass_test.rb
410
424
  - test/compilation_test.rb
411
425
  - test/dummy_node_mincer/apple-touch-icon-144-precomposed.png
412
426
  - test/dummy_node_mincer/application.css.ejs.scss
@@ -415,7 +429,7 @@ test_files:
415
429
  - test/dummy_rails/Rakefile
416
430
  - test/dummy_rails/app/assets/images/.keep
417
431
  - test/dummy_rails/app/assets/javascripts/application.js
418
- - test/dummy_rails/app/assets/stylesheets/application.css.sass
432
+ - test/dummy_rails/app/assets/stylesheets/application.sass
419
433
  - test/dummy_rails/app/controllers/application_controller.rb
420
434
  - test/dummy_rails/app/controllers/pages_controller.rb
421
435
  - test/dummy_rails/app/helpers/application_helper.rb
@@ -439,14 +453,10 @@ test_files:
439
453
  - test/dummy_rails/config/locales/es.yml
440
454
  - test/dummy_rails/config/routes.rb
441
455
  - test/dummy_rails/log/.keep
442
- - test/dummy_rails/log/development.log
443
456
  - test/dummy_sass_only/Gemfile
444
457
  - test/dummy_sass_only/compile.rb
445
- - test/dummy_sass_only/import_all.sass
446
- - test/gemfiles/sass_3_2.gemfile
447
- - test/gemfiles/sass_3_3.gemfile
448
- - test/gemfiles/sass_3_4.gemfile
449
- - test/gemfiles/sass_head.gemfile
458
+ - test/dummy_sass_only/import_all.scss
459
+ - test/gemfiles/default.gemfile
450
460
  - test/node_mincer_test.rb
451
461
  - test/node_sass_compile_test.sh
452
462
  - test/pages_test.rb
data/test/compass_test.rb DELETED
@@ -1,9 +0,0 @@
1
- require 'test_helper'
2
-
3
- class CompassTest < Minitest::Test
4
- def test_create_project
5
- command = 'rm -rf tmp/new-compass-project; bundle exec compass create tmp/new-compass-project -r bootstrap-sass --using bootstrap --trace --force'
6
- success = silence_stdout_if(!ENV['VERBOSE']) { system(command) }
7
- assert success, 'Compass project creation failed!'
8
- end
9
- end
File without changes
@@ -1,2 +0,0 @@
1
- @import 'bootstrap'
2
- @import 'bootstrap/theme'
@@ -1,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gem 'sass', '~> 3.2.0'
4
- gem 'compass', require: false
5
-
6
- gemspec path: '../../'
@@ -1,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gem 'sass', '~> 3.3.14'
4
- gem 'compass', '~> 1.0.1', require: false
5
-
6
- gemspec path: '../../'
@@ -1,7 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gem 'sass', '~> 3.4.1'
4
- gem 'compass', '~> 1.0.1', require: false
5
-
6
- gemspec path: '../../'
7
-
@@ -1,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gem 'sass', git: 'https://github.com/nex3/sass', branch: 'stable' # master is not compatible with Compass master
4
- gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master', require: false
5
-
6
- gemspec path: '../../'