less-rails-bootswatch 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +2 -2
- data/Rakefile +1 -1
- data/lib/less/rails/bootswatch/engine.rb +3 -0
- data/lib/less/rails/bootswatch/version.rb +1 -1
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/amelia/bootswatch.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/amelia/variables.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/cerulean/bootswatch.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/cerulean/variables.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/cyborg/bootswatch.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/cyborg/variables.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/default/variables.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/journal/bootswatch.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/journal/variables.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/readable/bootswatch.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/readable/variables.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/simplex/bootswatch.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/simplex/variables.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/slate/bootswatch.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/slate/variables.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/spacelab/bootswatch.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/spacelab/variables.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/spruce/bootswatch.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/spruce/variables.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/superhero/bootswatch.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/superhero/variables.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/united/bootswatch.less +0 -0
- data/vendor/{assets → frameworks}/stylesheets/bootswatch/united/variables.less +0 -0
- metadata +26 -26
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
less-rails-bootswatch (0.1.
|
4
|
+
less-rails-bootswatch (0.1.1)
|
5
5
|
less-rails-bootstrap (~> 2.0.8)
|
6
6
|
|
7
7
|
GEM
|
@@ -38,7 +38,7 @@ GEM
|
|
38
38
|
less-rails-bootstrap (2.0.8)
|
39
39
|
less-rails (~> 2.1.0)
|
40
40
|
libv8 (3.3.10.4)
|
41
|
-
multi_json (1.
|
41
|
+
multi_json (1.2.0)
|
42
42
|
rack (1.4.1)
|
43
43
|
rack-cache (1.2)
|
44
44
|
rack (>= 0.4)
|
data/Rakefile
CHANGED
@@ -3,7 +3,7 @@ require "bundler/gem_tasks"
|
|
3
3
|
ORIGIN = 'https://github.com/thomaspark/bootswatch.git'
|
4
4
|
BOOTSWATCH_DIR = 'tmp/bootswatch'
|
5
5
|
|
6
|
-
STYLESHEETS_DIR = 'vendor/
|
6
|
+
STYLESHEETS_DIR = 'vendor/frameworks/stylesheets/bootswatch'
|
7
7
|
|
8
8
|
task :default => [:update]
|
9
9
|
|
@@ -3,6 +3,9 @@ module Less
|
|
3
3
|
module Bootswatch
|
4
4
|
class Engine < ::Rails::Engine
|
5
5
|
engine_name 'less-rails-bootswatch'
|
6
|
+
initializer 'less-rails-bootswatch.setup', :after => 'less-rails.after.load_config_initializers', :group => :all do |app|
|
7
|
+
app.config.less.paths << File.join(config.root, 'vendor', 'frameworks', 'stylesheets')
|
8
|
+
end
|
6
9
|
end
|
7
10
|
end
|
8
11
|
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: less-rails-bootswatch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-03-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: less-rails-bootstrap
|
16
|
-
requirement: &
|
16
|
+
requirement: &70232337736420 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 2.0.8
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70232337736420
|
25
25
|
description: less-rails-bootswatch is straightforward Bootswatches integration with
|
26
26
|
Rails, works well with less-rails-bootstrap.
|
27
27
|
email:
|
@@ -39,29 +39,29 @@ files:
|
|
39
39
|
- lib/less/rails/bootswatch/engine.rb
|
40
40
|
- lib/less/rails/bootswatch/version.rb
|
41
41
|
- lib/less/rails/bootswatch.rb
|
42
|
-
- vendor/
|
43
|
-
- vendor/
|
44
|
-
- vendor/
|
45
|
-
- vendor/
|
46
|
-
- vendor/
|
47
|
-
- vendor/
|
48
|
-
- vendor/
|
49
|
-
- vendor/
|
50
|
-
- vendor/
|
51
|
-
- vendor/
|
52
|
-
- vendor/
|
53
|
-
- vendor/
|
54
|
-
- vendor/
|
55
|
-
- vendor/
|
56
|
-
- vendor/
|
57
|
-
- vendor/
|
58
|
-
- vendor/
|
59
|
-
- vendor/
|
60
|
-
- vendor/
|
61
|
-
- vendor/
|
62
|
-
- vendor/
|
63
|
-
- vendor/
|
64
|
-
- vendor/
|
42
|
+
- vendor/frameworks/stylesheets/bootswatch/amelia/bootswatch.less
|
43
|
+
- vendor/frameworks/stylesheets/bootswatch/amelia/variables.less
|
44
|
+
- vendor/frameworks/stylesheets/bootswatch/cerulean/bootswatch.less
|
45
|
+
- vendor/frameworks/stylesheets/bootswatch/cerulean/variables.less
|
46
|
+
- vendor/frameworks/stylesheets/bootswatch/cyborg/bootswatch.less
|
47
|
+
- vendor/frameworks/stylesheets/bootswatch/cyborg/variables.less
|
48
|
+
- vendor/frameworks/stylesheets/bootswatch/default/variables.less
|
49
|
+
- vendor/frameworks/stylesheets/bootswatch/journal/bootswatch.less
|
50
|
+
- vendor/frameworks/stylesheets/bootswatch/journal/variables.less
|
51
|
+
- vendor/frameworks/stylesheets/bootswatch/readable/bootswatch.less
|
52
|
+
- vendor/frameworks/stylesheets/bootswatch/readable/variables.less
|
53
|
+
- vendor/frameworks/stylesheets/bootswatch/simplex/bootswatch.less
|
54
|
+
- vendor/frameworks/stylesheets/bootswatch/simplex/variables.less
|
55
|
+
- vendor/frameworks/stylesheets/bootswatch/slate/bootswatch.less
|
56
|
+
- vendor/frameworks/stylesheets/bootswatch/slate/variables.less
|
57
|
+
- vendor/frameworks/stylesheets/bootswatch/spacelab/bootswatch.less
|
58
|
+
- vendor/frameworks/stylesheets/bootswatch/spacelab/variables.less
|
59
|
+
- vendor/frameworks/stylesheets/bootswatch/spruce/bootswatch.less
|
60
|
+
- vendor/frameworks/stylesheets/bootswatch/spruce/variables.less
|
61
|
+
- vendor/frameworks/stylesheets/bootswatch/superhero/bootswatch.less
|
62
|
+
- vendor/frameworks/stylesheets/bootswatch/superhero/variables.less
|
63
|
+
- vendor/frameworks/stylesheets/bootswatch/united/bootswatch.less
|
64
|
+
- vendor/frameworks/stylesheets/bootswatch/united/variables.less
|
65
65
|
homepage: https://github.com/takai/less-rails-bootswatch
|
66
66
|
licenses: []
|
67
67
|
post_install_message:
|