voting_schemes-dummy 0.15.2 → 0.16.0

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: 306a0bf978e1b54f16767dcf214bc900ddf1a64c23a485e21e71d005eec29844
4
- data.tar.gz: 5e3f66693f445d1b50cc3dd57260aa1deea32a365cf7d07b922610f106906d15
3
+ metadata.gz: c09dafa48171474a4ce596172081bde9e086b896bc4fbc828ae94339c5fa0304
4
+ data.tar.gz: 36be6534c0a12af812aba33b99fc55cfad9ac9939109749ef30a93923efd6a23
5
5
  SHA512:
6
- metadata.gz: 458afcce0885e748a23786cb3c4e5bdcaa9d0e4071e3ca1b274ba59608e5b67b0b66cda72219e1798d360ebc6cd67349b6130fcab6e1a35d8e5f3bcfca84cb3f
7
- data.tar.gz: 613968a30a07350471f3e0c0073461d2d4edc0a3e6595ac8e933b8dd7fe7404364d48d97257c8f573aaecb93731c04bdeb5141956df0eb7fd88a2e7391d7ea47
6
+ metadata.gz: 12d0d7b8792d563a5f43c1b6b257bf2917066e51455a4147529cf448db6f228db65ee050534ca4c81669c40981a7fd3ac964019bc091afc4b94a15a94ae9dec2
7
+ data.tar.gz: 8a7317ef41092360a87f29a09245a276e99b69fea3fcf2aad8462681a4e75432e82c5371628f4506bb2e75fbd7105558859def355d8f360ef9534e67921c1455
data/.gitignore CHANGED
@@ -1,4 +1,4 @@
1
- /.bundle/
1
+ /.bundle
2
2
  /.yardoc
3
3
  /_yardoc/
4
4
  /coverage/
data/Gemfile.lock CHANGED
@@ -1,66 +1,67 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- voting_schemes-dummy (0.15.2)
4
+ voting_schemes-dummy (0.16.0)
5
+ mimemagic (~> 0.3.7)
5
6
  rails (>= 5.0.0)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
- actioncable (6.1.3)
11
- actionpack (= 6.1.3)
12
- activesupport (= 6.1.3)
11
+ actioncable (6.1.3.1)
12
+ actionpack (= 6.1.3.1)
13
+ activesupport (= 6.1.3.1)
13
14
  nio4r (~> 2.0)
14
15
  websocket-driver (>= 0.6.1)
15
- actionmailbox (6.1.3)
16
- actionpack (= 6.1.3)
17
- activejob (= 6.1.3)
18
- activerecord (= 6.1.3)
19
- activestorage (= 6.1.3)
20
- activesupport (= 6.1.3)
16
+ actionmailbox (6.1.3.1)
17
+ actionpack (= 6.1.3.1)
18
+ activejob (= 6.1.3.1)
19
+ activerecord (= 6.1.3.1)
20
+ activestorage (= 6.1.3.1)
21
+ activesupport (= 6.1.3.1)
21
22
  mail (>= 2.7.1)
22
- actionmailer (6.1.3)
23
- actionpack (= 6.1.3)
24
- actionview (= 6.1.3)
25
- activejob (= 6.1.3)
26
- activesupport (= 6.1.3)
23
+ actionmailer (6.1.3.1)
24
+ actionpack (= 6.1.3.1)
25
+ actionview (= 6.1.3.1)
26
+ activejob (= 6.1.3.1)
27
+ activesupport (= 6.1.3.1)
27
28
  mail (~> 2.5, >= 2.5.4)
28
29
  rails-dom-testing (~> 2.0)
29
- actionpack (6.1.3)
30
- actionview (= 6.1.3)
31
- activesupport (= 6.1.3)
30
+ actionpack (6.1.3.1)
31
+ actionview (= 6.1.3.1)
32
+ activesupport (= 6.1.3.1)
32
33
  rack (~> 2.0, >= 2.0.9)
33
34
  rack-test (>= 0.6.3)
34
35
  rails-dom-testing (~> 2.0)
35
36
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.1.3)
37
- actionpack (= 6.1.3)
38
- activerecord (= 6.1.3)
39
- activestorage (= 6.1.3)
40
- activesupport (= 6.1.3)
37
+ actiontext (6.1.3.1)
38
+ actionpack (= 6.1.3.1)
39
+ activerecord (= 6.1.3.1)
40
+ activestorage (= 6.1.3.1)
41
+ activesupport (= 6.1.3.1)
41
42
  nokogiri (>= 1.8.5)
42
- actionview (6.1.3)
43
- activesupport (= 6.1.3)
43
+ actionview (6.1.3.1)
44
+ activesupport (= 6.1.3.1)
44
45
  builder (~> 3.1)
45
46
  erubi (~> 1.4)
46
47
  rails-dom-testing (~> 2.0)
47
48
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.1.3)
49
- activesupport (= 6.1.3)
49
+ activejob (6.1.3.1)
50
+ activesupport (= 6.1.3.1)
50
51
  globalid (>= 0.3.6)
51
- activemodel (6.1.3)
52
- activesupport (= 6.1.3)
53
- activerecord (6.1.3)
54
- activemodel (= 6.1.3)
55
- activesupport (= 6.1.3)
56
- activestorage (6.1.3)
57
- actionpack (= 6.1.3)
58
- activejob (= 6.1.3)
59
- activerecord (= 6.1.3)
60
- activesupport (= 6.1.3)
61
- marcel (~> 0.3.1)
62
- mimemagic (~> 0.3.2)
63
- activesupport (6.1.3)
52
+ activemodel (6.1.3.1)
53
+ activesupport (= 6.1.3.1)
54
+ activerecord (6.1.3.1)
55
+ activemodel (= 6.1.3.1)
56
+ activesupport (= 6.1.3.1)
57
+ activestorage (6.1.3.1)
58
+ actionpack (= 6.1.3.1)
59
+ activejob (= 6.1.3.1)
60
+ activerecord (= 6.1.3.1)
61
+ activesupport (= 6.1.3.1)
62
+ marcel (~> 1.0.0)
63
+ mini_mime (~> 1.0.2)
64
+ activesupport (6.1.3.1)
64
65
  concurrent-ruby (~> 1.0, >= 1.0.2)
65
66
  i18n (>= 1.6, < 2)
66
67
  minitest (>= 5.1)
@@ -83,11 +84,12 @@ GEM
83
84
  nokogiri (>= 1.5.9)
84
85
  mail (2.7.1)
85
86
  mini_mime (>= 0.1.1)
86
- marcel (0.3.3)
87
- mimemagic (~> 0.3.2)
87
+ marcel (1.0.1)
88
88
  method_source (1.0.0)
89
- mimemagic (0.3.5)
90
- mini_mime (1.0.2)
89
+ mimemagic (0.3.10)
90
+ nokogiri (~> 1)
91
+ rake
92
+ mini_mime (1.0.3)
91
93
  mini_portile2 (2.5.0)
92
94
  minitest (5.14.4)
93
95
  nio4r (2.5.7)
@@ -101,29 +103,29 @@ GEM
101
103
  rack (2.2.3)
102
104
  rack-test (1.1.0)
103
105
  rack (>= 1.0, < 3)
104
- rails (6.1.3)
105
- actioncable (= 6.1.3)
106
- actionmailbox (= 6.1.3)
107
- actionmailer (= 6.1.3)
108
- actionpack (= 6.1.3)
109
- actiontext (= 6.1.3)
110
- actionview (= 6.1.3)
111
- activejob (= 6.1.3)
112
- activemodel (= 6.1.3)
113
- activerecord (= 6.1.3)
114
- activestorage (= 6.1.3)
115
- activesupport (= 6.1.3)
106
+ rails (6.1.3.1)
107
+ actioncable (= 6.1.3.1)
108
+ actionmailbox (= 6.1.3.1)
109
+ actionmailer (= 6.1.3.1)
110
+ actionpack (= 6.1.3.1)
111
+ actiontext (= 6.1.3.1)
112
+ actionview (= 6.1.3.1)
113
+ activejob (= 6.1.3.1)
114
+ activemodel (= 6.1.3.1)
115
+ activerecord (= 6.1.3.1)
116
+ activestorage (= 6.1.3.1)
117
+ activesupport (= 6.1.3.1)
116
118
  bundler (>= 1.15.0)
117
- railties (= 6.1.3)
119
+ railties (= 6.1.3.1)
118
120
  sprockets-rails (>= 2.0.0)
119
121
  rails-dom-testing (2.0.3)
120
122
  activesupport (>= 4.2.0)
121
123
  nokogiri (>= 1.6)
122
124
  rails-html-sanitizer (1.3.0)
123
125
  loofah (~> 2.3)
124
- railties (6.1.3)
125
- actionpack (= 6.1.3)
126
- activesupport (= 6.1.3)
126
+ railties (6.1.3.1)
127
+ actionpack (= 6.1.3.1)
128
+ activesupport (= 6.1.3.1)
127
129
  method_source
128
130
  rake (>= 0.8.7)
129
131
  thor (~> 1.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VotingSchemes
4
4
  module Dummy
5
- VERSION = "0.15.2"
5
+ VERSION = "0.16.0"
6
6
  end
7
7
  end
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
26
26
  s.require_paths = ["lib"]
27
27
 
28
28
  s.add_dependency "rails", ">= 5.0.0"
29
+ s.add_dependency "mimemagic", "~> 0.3.7"
29
30
 
30
31
  s.add_development_dependency "rake", "~> 13.0"
31
32
  s.add_development_dependency "rspec", "~> 3.7"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voting_schemes-dummy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.2
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Morcillo
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2021-03-19 00:00:00.000000000 Z
14
+ date: 2021-04-06 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -27,6 +27,20 @@ dependencies:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
29
  version: 5.0.0
30
+ - !ruby/object:Gem::Dependency
31
+ name: mimemagic
32
+ requirement: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - "~>"
35
+ - !ruby/object:Gem::Version
36
+ version: 0.3.7
37
+ type: :runtime
38
+ prerelease: false
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - "~>"
42
+ - !ruby/object:Gem::Version
43
+ version: 0.3.7
30
44
  - !ruby/object:Gem::Dependency
31
45
  name: rake
32
46
  requirement: !ruby/object:Gem::Requirement