bootswitch 0.0.9 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: efebd3921f5a6ca71bc6665fe5d1fc6673867445
4
- data.tar.gz: ce44571dedf560b777a5d8552db4e601cbbede0d
3
+ metadata.gz: eda6265f83b80b9f6ca6851dd1e4d07fef52025c
4
+ data.tar.gz: 50f8ab241dd04850ddfeab57e7fcb08ac83d8434
5
5
  SHA512:
6
- metadata.gz: c8575937b9d4fd81bafbce942276a0f09b857a4da509340127da807077cabcf36e5bd85dd2bbfa7e3c86e37e076043e04c74f2d40ffeff8a83873474276b0805
7
- data.tar.gz: 987e94ee9cb249e24b21a2bfcbc3f2047ce050d4ceadfb185a63c9aada540526aaf12d1c387ed9f51fd7f5ff1b709b886e376cdee7b46e1546569a19e44d5ce1
6
+ metadata.gz: e86ab8711a386492ae18fd9b37421c5d201527ddcdf953a1efaed84856f9c8e5ed92dc83a946e55ee2ae1a5b57b3e34b656858c7c036719340774741f1ec3314
7
+ data.tar.gz: 7ae14cc92ef07af1825f096ae70f4f9d8fcb795853d9516102200002499b9097030180ddeef707a6ab82828f68564f8dee08e018bdd67737f570a35ddc4ee34e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.0.11
data/bootswitch.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bootswitch 0.0.9 ruby lib
5
+ # stub: bootswitch 0.0.11 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootswitch"
9
- s.version = "0.0.9"
9
+ s.version = "0.0.11"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -32,6 +32,7 @@ Gem::Specification.new do |s|
32
32
  "bootswitch.gemspec",
33
33
  "lib/bootswitch.rb",
34
34
  "lib/bootswitch/configuration.rb",
35
+ "lib/bootswitch/engine.rb",
35
36
  "lib/bootswitch/methods.rb",
36
37
  "lib/bootswitch/version.rb",
37
38
  "lib/generators/bootswitch/install/install_generator.rb",
@@ -0,0 +1,5 @@
1
+ module BootstrapLeather
2
+ class Engine < Rails::Engine
3
+ # isolate_namespace BootstrapLeather
4
+ end
5
+ end
data/lib/bootswitch.rb CHANGED
@@ -5,6 +5,7 @@ module Bootswitch
5
5
  require 'bootswitch/configuration'
6
6
  require 'bootswitch/methods'
7
7
  require 'bootswitch/version'
8
+ require 'bootswitch/engine'
8
9
 
9
10
  require 'bootstrap-sass'
10
11
  end
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,3 +1,3 @@
1
- @import "variables";
1
+ @import "./variables.css.scss";
2
2
  @import "../../bootstrap-sass-official/vendor/assets/stylesheets/bootstrap";
3
- @import "bootswatch";
3
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
@@ -1,9 +1,9 @@
1
1
 
2
2
  // First import bootswatch variables
3
- @import "variables";
3
+ @import "./variables.css.scss";
4
4
 
5
5
  // Then bootstrap itself
6
6
  @import "bootstrap";
7
7
 
8
8
  // And finally bootswatch bootswatch itself
9
- @import "bootswatch";
9
+ @import "./bootswatch.css.scss";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswitch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
@@ -130,6 +130,7 @@ files:
130
130
  - bootswitch.gemspec
131
131
  - lib/bootswitch.rb
132
132
  - lib/bootswitch/configuration.rb
133
+ - lib/bootswitch/engine.rb
133
134
  - lib/bootswitch/methods.rb
134
135
  - lib/bootswitch/version.rb
135
136
  - lib/generators/bootswitch/install/install_generator.rb