maglove 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +34 -35
- data/lib/maglove/version.rb +1 -1
- data/maglove.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a539ea377b8f42b0cfe572cbd822ec14e6ff992
|
4
|
+
data.tar.gz: 3298e712b993bb65904eb8229a9d86bb9cb12eef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b04f4bd1dad3d71b6d49d9f19c180cd648558f0abf08ddd952822da86fef8e2bef146831d718dea5a458ac84193dffd2e2f6574bf23ef3c275854c454d66b0f
|
7
|
+
data.tar.gz: 1bafc95975b28ef8db0cc039bb0d614acfa7e0832f19e8bff5afad1d378fa832f1f71bc312fd258be6a69827ed58935e1d5f031a9266175e4b706419288cbc3e
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
maglove (0.7.
|
4
|
+
maglove (0.7.2)
|
5
5
|
actionpack (~> 5.0)
|
6
6
|
activesupport (~> 5.0)
|
7
7
|
bundler (~> 1.10)
|
@@ -10,7 +10,7 @@ PATH
|
|
10
10
|
dotenv (~> 2.0)
|
11
11
|
filewatcher (~> 0.5)
|
12
12
|
haml (~> 4.0)
|
13
|
-
hamloft (~> 0.1.
|
13
|
+
hamloft (~> 0.1.8)
|
14
14
|
image_optim (~> 0.21)
|
15
15
|
image_optim_pack (~> 0.2)
|
16
16
|
less (~> 2.6)
|
@@ -25,29 +25,27 @@ PATH
|
|
25
25
|
GEM
|
26
26
|
remote: https://rubygems.org/
|
27
27
|
specs:
|
28
|
-
actionpack (5.0.0)
|
29
|
-
actionview (= 5.0.0)
|
30
|
-
activesupport (= 5.0.0)
|
28
|
+
actionpack (5.0.0.1)
|
29
|
+
actionview (= 5.0.0.1)
|
30
|
+
activesupport (= 5.0.0.1)
|
31
31
|
rack (~> 2.0)
|
32
32
|
rack-test (~> 0.6.3)
|
33
33
|
rails-dom-testing (~> 2.0)
|
34
34
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
35
|
-
actionview (5.0.0)
|
36
|
-
activesupport (= 5.0.0)
|
35
|
+
actionview (5.0.0.1)
|
36
|
+
activesupport (= 5.0.0.1)
|
37
37
|
builder (~> 3.1)
|
38
38
|
erubis (~> 2.7.0)
|
39
39
|
rails-dom-testing (~> 2.0)
|
40
40
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
41
|
-
activesupport (5.0.0)
|
41
|
+
activesupport (5.0.0.1)
|
42
42
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
43
43
|
i18n (~> 0.7)
|
44
44
|
minitest (~> 5.1)
|
45
45
|
tzinfo (~> 1.1)
|
46
|
-
ast (2.
|
47
|
-
astrolabe (1.3.1)
|
48
|
-
parser (~> 2.2)
|
46
|
+
ast (2.3.0)
|
49
47
|
builder (3.2.2)
|
50
|
-
coderay (1.1.
|
48
|
+
coderay (1.1.1)
|
51
49
|
coffee-script (2.4.1)
|
52
50
|
coffee-script-source
|
53
51
|
execjs
|
@@ -63,7 +61,7 @@ GEM
|
|
63
61
|
exifr (1.2.5)
|
64
62
|
filewatcher (0.5.3)
|
65
63
|
trollop (~> 2.0)
|
66
|
-
fspath (3.0.
|
64
|
+
fspath (3.0.1)
|
67
65
|
haml (4.0.7)
|
68
66
|
tilt
|
69
67
|
hamloft (0.1.8)
|
@@ -71,13 +69,13 @@ GEM
|
|
71
69
|
nokogiri (~> 1.6)
|
72
70
|
highline (1.7.8)
|
73
71
|
i18n (0.7.0)
|
74
|
-
image_optim (0.
|
72
|
+
image_optim (0.24.0)
|
75
73
|
exifr (~> 1.2, >= 1.2.2)
|
76
74
|
fspath (~> 3.0)
|
77
75
|
image_size (~> 1.3)
|
78
76
|
in_threads (~> 1.3)
|
79
77
|
progress (~> 3.0, >= 3.0.1)
|
80
|
-
image_optim_pack (0.3.0)
|
78
|
+
image_optim_pack (0.3.0.20160812)
|
81
79
|
fspath (>= 2.1, < 4)
|
82
80
|
image_optim (~> 0.19)
|
83
81
|
image_size (1.4.2)
|
@@ -99,12 +97,12 @@ GEM
|
|
99
97
|
nokogiri (1.6.8)
|
100
98
|
mini_portile2 (~> 2.1.0)
|
101
99
|
pkg-config (~> 1.1.7)
|
102
|
-
parser (2.
|
103
|
-
ast (
|
100
|
+
parser (2.3.1.2)
|
101
|
+
ast (~> 2.2)
|
104
102
|
pkg-config (1.1.7)
|
105
103
|
powerpack (0.1.1)
|
106
104
|
progress (3.2.2)
|
107
|
-
pry (0.10.
|
105
|
+
pry (0.10.4)
|
108
106
|
coderay (~> 1.1.0)
|
109
107
|
method_source (~> 0.8.1)
|
110
108
|
slop (~> 3.4)
|
@@ -116,28 +114,28 @@ GEM
|
|
116
114
|
nokogiri (~> 1.6.0)
|
117
115
|
rails-html-sanitizer (1.0.3)
|
118
116
|
loofah (~> 2.0)
|
119
|
-
rainbow (2.
|
117
|
+
rainbow (2.1.0)
|
120
118
|
ref (2.0.0)
|
121
|
-
rspec (3.
|
122
|
-
rspec-core (~> 3.
|
123
|
-
rspec-expectations (~> 3.
|
124
|
-
rspec-mocks (~> 3.
|
125
|
-
rspec-core (3.
|
126
|
-
rspec-support (~> 3.
|
127
|
-
rspec-expectations (3.
|
119
|
+
rspec (3.5.0)
|
120
|
+
rspec-core (~> 3.5.0)
|
121
|
+
rspec-expectations (~> 3.5.0)
|
122
|
+
rspec-mocks (~> 3.5.0)
|
123
|
+
rspec-core (3.5.2)
|
124
|
+
rspec-support (~> 3.5.0)
|
125
|
+
rspec-expectations (3.5.0)
|
128
126
|
diff-lcs (>= 1.2.0, < 2.0)
|
129
|
-
rspec-support (~> 3.
|
130
|
-
rspec-mocks (3.
|
127
|
+
rspec-support (~> 3.5.0)
|
128
|
+
rspec-mocks (3.5.0)
|
131
129
|
diff-lcs (>= 1.2.0, < 2.0)
|
132
|
-
rspec-support (~> 3.
|
133
|
-
rspec-support (3.
|
134
|
-
rubocop (0.
|
135
|
-
|
136
|
-
parser (>= 2.2.2.5, < 3.0)
|
130
|
+
rspec-support (~> 3.5.0)
|
131
|
+
rspec-support (3.5.0)
|
132
|
+
rubocop (0.42.0)
|
133
|
+
parser (>= 2.3.1.1, < 3.0)
|
137
134
|
powerpack (~> 0.1)
|
138
135
|
rainbow (>= 1.99.1, < 3.0)
|
139
|
-
ruby-progressbar (~> 1.
|
140
|
-
|
136
|
+
ruby-progressbar (~> 1.7)
|
137
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
138
|
+
ruby-progressbar (1.8.1)
|
141
139
|
rubyzip (1.2.0)
|
142
140
|
sass (3.4.22)
|
143
141
|
slop (3.6.0)
|
@@ -149,6 +147,7 @@ GEM
|
|
149
147
|
trollop (2.1.2)
|
150
148
|
tzinfo (1.2.2)
|
151
149
|
thread_safe (~> 0.1)
|
150
|
+
unicode-display_width (1.1.0)
|
152
151
|
webrick (1.3.1)
|
153
152
|
|
154
153
|
PLATFORMS
|
data/lib/maglove/version.rb
CHANGED
data/maglove.gemspec
CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.add_runtime_dependency "bundler", "~> 1.10"
|
17
17
|
s.add_runtime_dependency "dotenv", "~> 2.0"
|
18
18
|
s.add_runtime_dependency 'haml', "~> 4.0"
|
19
|
-
s.add_runtime_dependency 'hamloft', "~> 0.1.
|
19
|
+
s.add_runtime_dependency 'hamloft', "~> 0.1.8"
|
20
20
|
s.add_runtime_dependency "rubyzip", "~> 1.1"
|
21
21
|
s.add_runtime_dependency "activesupport", "~> 5.0"
|
22
22
|
s.add_runtime_dependency "actionpack", "~> 5.0"
|
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: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Strebitzer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-08-
|
11
|
+
date: 2016-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.1.
|
61
|
+
version: 0.1.8
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.1.
|
68
|
+
version: 0.1.8
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rubyzip
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|