querobolsa-bootstrap-sass 0.2.1 → 0.2.2

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.
@@ -14,5 +14,5 @@ end
14
14
 
15
15
  # Javascripts
16
16
  %w(alert button carousel collapse dropdown modal popover scrollspy tab tooltip transition typeahead).each do |file|
17
- javascript "#{basedir}/javascripts/bootstrap-#{file}.js", :to => "bootstrap-#{file}.js"
17
+ javascript "#{basedir}/javascripts/querobolsa-bootstrap-#{file}.js", :to => "querobolsa-bootstrap-#{file}.js"
18
18
  end
@@ -1,5 +1,5 @@
1
1
  // I gather this file is a starting point for the project.
2
- @import "bootstrap";
2
+ @import "querobolsa-bootstrap";
3
3
 
4
4
  // Include responsive Bootstrap styles
5
- // @import "bootstrap-responsive";
5
+ // @import "querobolsa-bootstrap-responsive";
@@ -1,12 +1,12 @@
1
- //= require bootstrap-transition
2
- //= require bootstrap-alert
3
- //= require bootstrap-button
4
- //= require bootstrap-carousel
5
- //= require bootstrap-collapse
6
- //= require bootstrap-dropdown
7
- //= require bootstrap-modal
8
- //= require bootstrap-scrollspy
9
- //= require bootstrap-tab
10
- //= require bootstrap-tooltip
11
- //= require bootstrap-popover
12
- //= require bootstrap-typeahead
1
+ //= require querobolsa-bootstrap-transition
2
+ //= require querobolsa-bootstrap-alert
3
+ //= require querobolsa-bootstrap-button
4
+ //= require querobolsa-bootstrap-carousel
5
+ //= require querobolsa-bootstrap-collapse
6
+ //= require querobolsa-bootstrap-dropdown
7
+ //= require querobolsa-bootstrap-modal
8
+ //= require querobolsa-bootstrap-scrollspy
9
+ //= require querobolsa-bootstrap-tab
10
+ //= require querobolsa-bootstrap-tooltip
11
+ //= require querobolsa-bootstrap-popover
12
+ //= require querobolsa-bootstrap-typeahead
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: querobolsa-bootstrap-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -62,18 +62,18 @@ files:
62
62
  - templates/project/styles.scss
63
63
  - vendor/assets/images/glyphicons-halflings-white.png
64
64
  - vendor/assets/images/glyphicons-halflings.png
65
- - vendor/assets/javascripts/bootstrap-alert.js
66
- - vendor/assets/javascripts/bootstrap-button.js
67
- - vendor/assets/javascripts/bootstrap-carousel.js
68
- - vendor/assets/javascripts/bootstrap-collapse.js
69
- - vendor/assets/javascripts/bootstrap-dropdown.js
70
- - vendor/assets/javascripts/bootstrap-modal.js
71
- - vendor/assets/javascripts/bootstrap-popover.js
72
- - vendor/assets/javascripts/bootstrap-scrollspy.js
73
- - vendor/assets/javascripts/bootstrap-tab.js
74
- - vendor/assets/javascripts/bootstrap-tooltip.js
75
- - vendor/assets/javascripts/bootstrap-transition.js
76
- - vendor/assets/javascripts/bootstrap-typeahead.js
65
+ - vendor/assets/javascripts/querobolsa-bootstrap-alert.js
66
+ - vendor/assets/javascripts/querobolsa-bootstrap-button.js
67
+ - vendor/assets/javascripts/querobolsa-bootstrap-carousel.js
68
+ - vendor/assets/javascripts/querobolsa-bootstrap-collapse.js
69
+ - vendor/assets/javascripts/querobolsa-bootstrap-dropdown.js
70
+ - vendor/assets/javascripts/querobolsa-bootstrap-modal.js
71
+ - vendor/assets/javascripts/querobolsa-bootstrap-popover.js
72
+ - vendor/assets/javascripts/querobolsa-bootstrap-scrollspy.js
73
+ - vendor/assets/javascripts/querobolsa-bootstrap-tab.js
74
+ - vendor/assets/javascripts/querobolsa-bootstrap-tooltip.js
75
+ - vendor/assets/javascripts/querobolsa-bootstrap-transition.js
76
+ - vendor/assets/javascripts/querobolsa-bootstrap-typeahead.js
77
77
  - vendor/assets/javascripts/querobolsa-bootstrap.js
78
78
  - vendor/assets/stylesheets/_querobolsa-bootstrap-responsive.scss
79
79
  - vendor/assets/stylesheets/_querobolsa-bootstrap.scss