kirigami 0.4.1 → 0.4.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60ed3177cc250c128a6538bbb233f551da97b3ca0095f2756b00566cd398342b
4
- data.tar.gz: 0700b5789b609f48200481112f51fb4275aba946d5bbb7bc9672f5d3f9046d15
3
+ metadata.gz: f184e8272864d609c3d794a193bc1f0f8705af0e6f966cbdb7c744506fc4bf93
4
+ data.tar.gz: bae9d7adfeab8740c33605a2142bc99b03809661996d784bafcbfd1f589f73a2
5
5
  SHA512:
6
- metadata.gz: 1faa9029b11ad59b55a6e0c38fc666af51a5c1a22dda8a8dc949cd6c75d9d16f8d3020f4e766dcc80cdf65c774c91a6a886e0b5174566915028b30dc2f1a6f88
7
- data.tar.gz: b92ddf1971349ca6a438d5d729a5eb8574df1f964e997ddc55ece147b3b3b585d64db0fc6729ea1583078fb1260c4a9a4271b84c8488f3639c7084afc2c7efa3
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.1)
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.2.1)
13
- actionpack (= 5.2.2.1)
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.2.1)
17
- actionpack (= 5.2.2.1)
18
- actionview (= 5.2.2.1)
19
- activejob (= 5.2.2.1)
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.2.1)
23
- actionview (= 5.2.2.1)
24
- activesupport (= 5.2.2.1)
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.2.1)
30
- activesupport (= 5.2.2.1)
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.2.1)
36
- activesupport (= 5.2.2.1)
35
+ activejob (5.2.3)
36
+ activesupport (= 5.2.3)
37
37
  globalid (>= 0.3.6)
38
- activemodel (5.2.2.1)
39
- activesupport (= 5.2.2.1)
40
- activerecord (5.2.2.1)
41
- activemodel (= 5.2.2.1)
42
- activesupport (= 5.2.2.1)
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.2.1)
45
- actionpack (= 5.2.2.1)
46
- activerecord (= 5.2.2.1)
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.2.1)
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.8.0)
72
- mini_mime (1.0.1)
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.3.1)
76
- nokogiri (1.10.1)
75
+ nio4r (2.4.0)
76
+ nokogiri (1.10.3)
77
77
  mini_portile2 (~> 2.4.0)
78
- rack (2.0.6)
78
+ rack (2.0.7)
79
79
  rack-test (1.1.0)
80
80
  rack (>= 1.0, < 3)
81
- rails (5.2.2.1)
82
- actioncable (= 5.2.2.1)
83
- actionmailer (= 5.2.2.1)
84
- actionpack (= 5.2.2.1)
85
- actionview (= 5.2.2.1)
86
- activejob (= 5.2.2.1)
87
- activemodel (= 5.2.2.1)
88
- activerecord (= 5.2.2.1)
89
- activestorage (= 5.2.2.1)
90
- activesupport (= 5.2.2.1)
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.2.1)
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.2.1)
100
- actionpack (= 5.2.2.1)
101
- activesupport (= 5.2.2.1)
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.0)
117
+ websocket-driver (0.7.1)
118
118
  websocket-extensions (>= 0.1.0)
119
- websocket-extensions (0.1.3)
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.2
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"
@@ -1,3 +1,3 @@
1
1
  module Kirigami
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
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.1
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-03-20 00:00:00.000000000 Z
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: '0'
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: '0'
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
- rubyforge_project:
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