kirigami 0.4.1 → 0.4.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 +46 -46
- data/kirigami.gemspec +1 -1
- data/lib/kirigami/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f184e8272864d609c3d794a193bc1f0f8705af0e6f966cbdb7c744506fc4bf93
|
4
|
+
data.tar.gz: bae9d7adfeab8740c33605a2142bc99b03809661996d784bafcbfd1f589f73a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbf1edfe781d3a20287336b8be905767d290b288b43bd1761fbd6b52af0da5fe0ef6031c72a25786db4e9a54f0ee1a60ac6153e68d3d90bebc864a87a68a1bcf
|
7
|
+
data.tar.gz: 2a76274bb02361256d991b0d1a8d3b9efefc2c9012023603eff2487f993981dd97fef8facd494ac4b25b8e2fcd5dbedfd5beb502655011fe54c6a8043949230f
|
data/Gemfile.lock
CHANGED
@@ -1,51 +1,51 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
kirigami (0.4.
|
4
|
+
kirigami (0.4.2)
|
5
5
|
activesupport
|
6
|
-
mini_magick
|
6
|
+
mini_magick (>= 4.9.4)
|
7
7
|
rails (>= 3.0.0)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (5.2.
|
13
|
-
actionpack (= 5.2.
|
12
|
+
actioncable (5.2.3)
|
13
|
+
actionpack (= 5.2.3)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailer (5.2.
|
17
|
-
actionpack (= 5.2.
|
18
|
-
actionview (= 5.2.
|
19
|
-
activejob (= 5.2.
|
16
|
+
actionmailer (5.2.3)
|
17
|
+
actionpack (= 5.2.3)
|
18
|
+
actionview (= 5.2.3)
|
19
|
+
activejob (= 5.2.3)
|
20
20
|
mail (~> 2.5, >= 2.5.4)
|
21
21
|
rails-dom-testing (~> 2.0)
|
22
|
-
actionpack (5.2.
|
23
|
-
actionview (= 5.2.
|
24
|
-
activesupport (= 5.2.
|
22
|
+
actionpack (5.2.3)
|
23
|
+
actionview (= 5.2.3)
|
24
|
+
activesupport (= 5.2.3)
|
25
25
|
rack (~> 2.0)
|
26
26
|
rack-test (>= 0.6.3)
|
27
27
|
rails-dom-testing (~> 2.0)
|
28
28
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
-
actionview (5.2.
|
30
|
-
activesupport (= 5.2.
|
29
|
+
actionview (5.2.3)
|
30
|
+
activesupport (= 5.2.3)
|
31
31
|
builder (~> 3.1)
|
32
32
|
erubi (~> 1.4)
|
33
33
|
rails-dom-testing (~> 2.0)
|
34
34
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
35
|
-
activejob (5.2.
|
36
|
-
activesupport (= 5.2.
|
35
|
+
activejob (5.2.3)
|
36
|
+
activesupport (= 5.2.3)
|
37
37
|
globalid (>= 0.3.6)
|
38
|
-
activemodel (5.2.
|
39
|
-
activesupport (= 5.2.
|
40
|
-
activerecord (5.2.
|
41
|
-
activemodel (= 5.2.
|
42
|
-
activesupport (= 5.2.
|
38
|
+
activemodel (5.2.3)
|
39
|
+
activesupport (= 5.2.3)
|
40
|
+
activerecord (5.2.3)
|
41
|
+
activemodel (= 5.2.3)
|
42
|
+
activesupport (= 5.2.3)
|
43
43
|
arel (>= 9.0)
|
44
|
-
activestorage (5.2.
|
45
|
-
actionpack (= 5.2.
|
46
|
-
activerecord (= 5.2.
|
44
|
+
activestorage (5.2.3)
|
45
|
+
actionpack (= 5.2.3)
|
46
|
+
activerecord (= 5.2.3)
|
47
47
|
marcel (~> 0.3.1)
|
48
|
-
activesupport (5.2.
|
48
|
+
activesupport (5.2.3)
|
49
49
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
50
50
|
i18n (>= 0.7, < 2)
|
51
51
|
minitest (~> 5.1)
|
@@ -68,37 +68,37 @@ GEM
|
|
68
68
|
mimemagic (~> 0.3.2)
|
69
69
|
method_source (0.9.2)
|
70
70
|
mimemagic (0.3.3)
|
71
|
-
mini_magick (4.
|
72
|
-
mini_mime (1.0.
|
71
|
+
mini_magick (4.9.5)
|
72
|
+
mini_mime (1.0.2)
|
73
73
|
mini_portile2 (2.4.0)
|
74
74
|
minitest (5.11.3)
|
75
|
-
nio4r (2.
|
76
|
-
nokogiri (1.10.
|
75
|
+
nio4r (2.4.0)
|
76
|
+
nokogiri (1.10.3)
|
77
77
|
mini_portile2 (~> 2.4.0)
|
78
|
-
rack (2.0.
|
78
|
+
rack (2.0.7)
|
79
79
|
rack-test (1.1.0)
|
80
80
|
rack (>= 1.0, < 3)
|
81
|
-
rails (5.2.
|
82
|
-
actioncable (= 5.2.
|
83
|
-
actionmailer (= 5.2.
|
84
|
-
actionpack (= 5.2.
|
85
|
-
actionview (= 5.2.
|
86
|
-
activejob (= 5.2.
|
87
|
-
activemodel (= 5.2.
|
88
|
-
activerecord (= 5.2.
|
89
|
-
activestorage (= 5.2.
|
90
|
-
activesupport (= 5.2.
|
81
|
+
rails (5.2.3)
|
82
|
+
actioncable (= 5.2.3)
|
83
|
+
actionmailer (= 5.2.3)
|
84
|
+
actionpack (= 5.2.3)
|
85
|
+
actionview (= 5.2.3)
|
86
|
+
activejob (= 5.2.3)
|
87
|
+
activemodel (= 5.2.3)
|
88
|
+
activerecord (= 5.2.3)
|
89
|
+
activestorage (= 5.2.3)
|
90
|
+
activesupport (= 5.2.3)
|
91
91
|
bundler (>= 1.3.0)
|
92
|
-
railties (= 5.2.
|
92
|
+
railties (= 5.2.3)
|
93
93
|
sprockets-rails (>= 2.0.0)
|
94
94
|
rails-dom-testing (2.0.3)
|
95
95
|
activesupport (>= 4.2.0)
|
96
96
|
nokogiri (>= 1.6)
|
97
97
|
rails-html-sanitizer (1.0.4)
|
98
98
|
loofah (~> 2.2, >= 2.2.2)
|
99
|
-
railties (5.2.
|
100
|
-
actionpack (= 5.2.
|
101
|
-
activesupport (= 5.2.
|
99
|
+
railties (5.2.3)
|
100
|
+
actionpack (= 5.2.3)
|
101
|
+
activesupport (= 5.2.3)
|
102
102
|
method_source
|
103
103
|
rake (>= 0.8.7)
|
104
104
|
thor (>= 0.19.0, < 2.0)
|
@@ -114,9 +114,9 @@ GEM
|
|
114
114
|
thread_safe (0.3.6)
|
115
115
|
tzinfo (1.2.5)
|
116
116
|
thread_safe (~> 0.1)
|
117
|
-
websocket-driver (0.7.
|
117
|
+
websocket-driver (0.7.1)
|
118
118
|
websocket-extensions (>= 0.1.0)
|
119
|
-
websocket-extensions (0.1.
|
119
|
+
websocket-extensions (0.1.4)
|
120
120
|
|
121
121
|
PLATFORMS
|
122
122
|
ruby
|
@@ -127,4 +127,4 @@ DEPENDENCIES
|
|
127
127
|
rake (~> 10.0)
|
128
128
|
|
129
129
|
BUNDLED WITH
|
130
|
-
1.17.
|
130
|
+
1.17.3
|
data/kirigami.gemspec
CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
|
21
21
|
# spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
22
22
|
spec.require_paths = ["lib"]
|
23
23
|
|
24
|
-
spec.add_dependency 'mini_magick'
|
24
|
+
spec.add_dependency 'mini_magick', ">= 4.9.4"
|
25
25
|
spec.add_dependency 'activesupport'
|
26
26
|
spec.add_dependency 'rails', ">= 3.0.0"
|
27
27
|
spec.add_development_dependency "bundler", "~> 1.16.a"
|
data/lib/kirigami/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kirigami
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bodacious
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mini_magick
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 4.9.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 4.9.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: activesupport
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -121,8 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
- !ruby/object:Gem::Version
|
122
122
|
version: '0'
|
123
123
|
requirements: []
|
124
|
-
|
125
|
-
rubygems_version: 2.7.6
|
124
|
+
rubygems_version: 3.0.3
|
126
125
|
signing_key:
|
127
126
|
specification_version: 4
|
128
127
|
summary: Cut down your assets/images to web-friendly sizes
|