maglove 1.1.3 → 1.1.4
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +20 -22
- data/lib/maglove/asset/theme.rb +1 -0
- data/lib/maglove/middleware/live_reload.rb +4 -0
- data/lib/maglove/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b199dba9d5f78647e160d9d42c0078ff2155707c
|
|
4
|
+
data.tar.gz: 49fb2603772917364ddbfbe53549fe83f526b5a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34ec3c0f3a6b84f10af55953358cabe83e9bd2e4df1bb537e9e206959b701aca1e10b42fa8acf9d5982e061a1d3ec598ea80c8381ef29566e0bc863a4ad18834
|
|
7
|
+
data.tar.gz: c9a8a25143b091def1d5aceb3ca5eba912db8c2aae205d01fe12268649ea46b494c95cb4ce60f133a52012d7cbd27efa7a497c85bb540291bfb5dac268b273fb
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
maglove (1.1.
|
|
4
|
+
maglove (1.1.4)
|
|
5
5
|
actionpack (>= 4.0)
|
|
6
6
|
activesupport (>= 4.0)
|
|
7
7
|
bundler (~> 1.10)
|
|
@@ -52,7 +52,7 @@ GEM
|
|
|
52
52
|
tzinfo (~> 1.1)
|
|
53
53
|
addressable (2.5.2)
|
|
54
54
|
public_suffix (>= 2.0.2, < 4.0)
|
|
55
|
-
ast (2.
|
|
55
|
+
ast (2.4.0)
|
|
56
56
|
builder (3.2.3)
|
|
57
57
|
closure-compiler (1.1.13)
|
|
58
58
|
coffee-script (2.4.1)
|
|
@@ -76,7 +76,7 @@ GEM
|
|
|
76
76
|
em-socksify (>= 0.3)
|
|
77
77
|
eventmachine (>= 1.0.3)
|
|
78
78
|
http_parser.rb (>= 0.6.0)
|
|
79
|
-
em-socksify (0.3.
|
|
79
|
+
em-socksify (0.3.2)
|
|
80
80
|
eventmachine (>= 1.0.0.beta.4)
|
|
81
81
|
erubi (1.7.0)
|
|
82
82
|
ethon (0.11.0)
|
|
@@ -84,7 +84,7 @@ GEM
|
|
|
84
84
|
eventmachine (1.2.5)
|
|
85
85
|
execjs (2.7.0)
|
|
86
86
|
exifr (1.3.3)
|
|
87
|
-
faraday (0.
|
|
87
|
+
faraday (0.14.0)
|
|
88
88
|
multipart-post (>= 1.2, < 3)
|
|
89
89
|
faraday-conductivity (0.3.1)
|
|
90
90
|
faraday (~> 0.8)
|
|
@@ -112,7 +112,7 @@ GEM
|
|
|
112
112
|
haml (~> 5.0)
|
|
113
113
|
nokogiri (~> 1.8)
|
|
114
114
|
http_parser.rb (0.6.0)
|
|
115
|
-
i18n (0.9.
|
|
115
|
+
i18n (0.9.3)
|
|
116
116
|
concurrent-ruby (~> 1.0)
|
|
117
117
|
image_optim (0.26.1)
|
|
118
118
|
exifr (~> 1.2, >= 1.2.2)
|
|
@@ -120,7 +120,7 @@ GEM
|
|
|
120
120
|
image_size (~> 1.5)
|
|
121
121
|
in_threads (~> 1.3)
|
|
122
122
|
progress (~> 3.0, >= 3.0.1)
|
|
123
|
-
image_optim_pack (0.5.0.
|
|
123
|
+
image_optim_pack (0.5.0.20180124)
|
|
124
124
|
fspath (>= 2.1, < 4)
|
|
125
125
|
image_optim (~> 0.19)
|
|
126
126
|
image_size (1.5.0)
|
|
@@ -135,23 +135,23 @@ GEM
|
|
|
135
135
|
loofah (2.1.1)
|
|
136
136
|
crass (~> 1.0.2)
|
|
137
137
|
nokogiri (>= 1.5.9)
|
|
138
|
-
maglove-widgets (1.1.
|
|
138
|
+
maglove-widgets (1.1.8)
|
|
139
139
|
bundler (~> 1.14)
|
|
140
140
|
hamloft (~> 0.2)
|
|
141
141
|
mini_portile2 (2.3.0)
|
|
142
|
-
minitest (5.
|
|
143
|
-
multi_json (1.
|
|
142
|
+
minitest (5.11.3)
|
|
143
|
+
multi_json (1.13.1)
|
|
144
144
|
multipart-post (2.0.0)
|
|
145
145
|
nokogiri (1.8.1)
|
|
146
146
|
mini_portile2 (~> 2.3.0)
|
|
147
147
|
open_uri_redirections (0.2.1)
|
|
148
|
-
parallel (1.
|
|
149
|
-
parser (2.4.0.
|
|
150
|
-
ast (~> 2.
|
|
148
|
+
parallel (1.12.1)
|
|
149
|
+
parser (2.4.0.2)
|
|
150
|
+
ast (~> 2.3)
|
|
151
151
|
powerpack (0.1.1)
|
|
152
152
|
progress (3.4.0)
|
|
153
153
|
public_suffix (3.0.1)
|
|
154
|
-
puma (3.11.
|
|
154
|
+
puma (3.11.2)
|
|
155
155
|
rack (2.0.3)
|
|
156
156
|
rack-test (0.8.2)
|
|
157
157
|
rack (>= 1.0, < 3)
|
|
@@ -160,23 +160,21 @@ GEM
|
|
|
160
160
|
nokogiri (>= 1.6)
|
|
161
161
|
rails-html-sanitizer (1.0.3)
|
|
162
162
|
loofah (~> 2.0)
|
|
163
|
-
rainbow (
|
|
164
|
-
rake
|
|
165
|
-
rake (12.0.0)
|
|
163
|
+
rainbow (3.0.0)
|
|
166
164
|
rb-fsevent (0.10.2)
|
|
167
165
|
rb-inotify (0.9.10)
|
|
168
166
|
ffi (>= 0.5.0, < 2)
|
|
169
167
|
ref (2.0.0)
|
|
170
|
-
rubocop (0.
|
|
168
|
+
rubocop (0.52.1)
|
|
171
169
|
parallel (~> 1.10)
|
|
172
|
-
parser (>= 2.
|
|
170
|
+
parser (>= 2.4.0.2, < 3.0)
|
|
173
171
|
powerpack (~> 0.1)
|
|
174
|
-
rainbow (>=
|
|
172
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
175
173
|
ruby-progressbar (~> 1.7)
|
|
176
174
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
177
|
-
ruby-progressbar (1.
|
|
175
|
+
ruby-progressbar (1.9.0)
|
|
178
176
|
rubyzip (1.2.1)
|
|
179
|
-
sass (3.5.
|
|
177
|
+
sass (3.5.5)
|
|
180
178
|
sass-listen (~> 4.0.0)
|
|
181
179
|
sass-css-importer (1.0.0.beta.0)
|
|
182
180
|
sass (>= 3.1)
|
|
@@ -208,4 +206,4 @@ DEPENDENCIES
|
|
|
208
206
|
rubocop (~> 0.32)
|
|
209
207
|
|
|
210
208
|
BUNDLED WITH
|
|
211
|
-
1.16.
|
|
209
|
+
1.16.1
|
data/lib/maglove/asset/theme.rb
CHANGED
|
@@ -63,6 +63,8 @@ module MagLove
|
|
|
63
63
|
if workspace_file(".", filename).exists? and event != :delete
|
|
64
64
|
if filename =~ %r{^src/base/#{theme_config(:base_version)}/.*\.coffee}
|
|
65
65
|
path = "theme.coffee"
|
|
66
|
+
elsif filename =~ %r{^src/base/#{theme_config(:base_version)}/.*\.js}
|
|
67
|
+
path = "theme.coffee"
|
|
66
68
|
elsif filename =~ %r{^src/base/#{theme_config(:base_version)}/.*\.less}
|
|
67
69
|
path = "theme.less"
|
|
68
70
|
elsif filename =~ %r{^src/base/#{theme_config(:base_version)}/.*\.scss}
|
|
@@ -73,6 +75,8 @@ module MagLove
|
|
|
73
75
|
path = "theme.scss"
|
|
74
76
|
elsif filename =~ %r{^src/themes/#{@theme}/.*\.coffee}
|
|
75
77
|
path = "theme.coffee"
|
|
78
|
+
elsif filename =~ %r{^src/themes/#{@theme}/.*\.js}
|
|
79
|
+
path = "theme.coffee"
|
|
76
80
|
else
|
|
77
81
|
path = filename.gsub("src/themes/#{@theme}/", '')
|
|
78
82
|
end
|
data/lib/maglove/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maglove
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tobias Strebitzer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|