mutils 0.2.29 → 0.2.30

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: 73edd303d9278f50e16a8a2bb819778c041e4d601d03973633d5e2271c664c6e
4
- data.tar.gz: 819efcb0747ddd764dd0974de3ee70594863707a5c6c43c4ec351bfbbb2575e6
3
+ metadata.gz: 6104ffdc9e1dc80a9c9cc6b2a13f2280416fbff6d7f893d3210a4118218d6708
4
+ data.tar.gz: 27efc06e5d5bc8c30cda66d0cd3beee7492302d930ecf5e29725e45a1706db6f
5
5
  SHA512:
6
- metadata.gz: 388625be70e8959b88653c1b7c0ef81ad0f719af4286571ec77f5e09e411f56f0a2ce046325dacc3bf4adf64f1c5828bfe0c704cf76e760efbe746475ae8d44f
7
- data.tar.gz: 9b69c71ee43b773c2e7fc1b11ac0926b58b5f8e6f3b79c4c736251959f6d673f722a5fc08eec08308abc18912c66a1e0d0a05baf301be22d080f19043d2e44e7
6
+ metadata.gz: f8d754ab9f4ae4eae65ff530ed146c87f1721648559adcb399f36f9e20d440373f5c4588e113f8b27b3d27fc921e4fd1b08ad66cd1037d401584d588749a474d
7
+ data.tar.gz: 9eb004e12331532f1410606d1b0bb039f181e0637b8aefe8a716705a27d0af2f15b482ff863a76246f7a5b9f06f22b698d110cbc1e8775e8358e3fce13762ce9
data/.travis.yml CHANGED
@@ -3,5 +3,5 @@ sudo: false
3
3
  language: ruby
4
4
  cache: bundler
5
5
  rvm:
6
- - 2.5.1
6
+ - 2.6.5
7
7
  before_install: gem install bundler -v 2.0.1
data/Gemfile.lock CHANGED
@@ -1,59 +1,59 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mutils (0.2.29)
4
+ mutils (0.2.30)
5
5
  activesupport (>= 4.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (6.0.1)
11
- actionview (= 6.0.1)
12
- activesupport (= 6.0.1)
13
- rack (~> 2.0)
10
+ actionpack (6.0.2.1)
11
+ actionview (= 6.0.2.1)
12
+ activesupport (= 6.0.2.1)
13
+ rack (~> 2.0, >= 2.0.8)
14
14
  rack-test (>= 0.6.3)
15
15
  rails-dom-testing (~> 2.0)
16
16
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
- actionview (6.0.1)
18
- activesupport (= 6.0.1)
17
+ actionview (6.0.2.1)
18
+ activesupport (= 6.0.2.1)
19
19
  builder (~> 3.1)
20
20
  erubi (~> 1.4)
21
21
  rails-dom-testing (~> 2.0)
22
22
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
23
- activesupport (6.0.1)
23
+ activesupport (6.0.2.1)
24
24
  concurrent-ruby (~> 1.0, >= 1.0.2)
25
25
  i18n (>= 0.7, < 2)
26
26
  minitest (~> 5.1)
27
27
  tzinfo (~> 1.1)
28
28
  zeitwerk (~> 2.2)
29
- builder (3.2.3)
30
- concurrent-ruby (1.1.5)
29
+ builder (3.2.4)
30
+ concurrent-ruby (1.1.6)
31
31
  coveralls (0.8.23)
32
32
  json (>= 1.8, < 3)
33
33
  simplecov (~> 0.16.1)
34
34
  term-ansicolor (~> 1.3)
35
35
  thor (>= 0.19.4, < 2.0)
36
36
  tins (~> 1.6)
37
- crass (1.0.5)
37
+ crass (1.0.6)
38
38
  diff-lcs (1.3)
39
39
  diffy (3.3.0)
40
40
  docile (1.3.2)
41
41
  erubi (1.9.0)
42
- i18n (1.7.0)
42
+ i18n (1.8.2)
43
43
  concurrent-ruby (~> 1.0)
44
- json (2.2.0)
45
- loofah (2.3.1)
44
+ json (2.3.0)
45
+ loofah (2.4.0)
46
46
  crass (~> 1.0.2)
47
47
  nokogiri (>= 1.5.9)
48
48
  method_source (0.9.2)
49
49
  mini_portile2 (2.4.0)
50
- minitest (5.13.0)
50
+ minitest (5.14.0)
51
51
  naws_xml (0.1.1.pre)
52
52
  ox (~> 2)
53
- nokogiri (1.10.5)
53
+ nokogiri (1.10.9)
54
54
  mini_portile2 (~> 2.4.0)
55
- ox (2.11.0)
56
- rack (2.0.7)
55
+ ox (2.13.2)
56
+ rack (2.2.2)
57
57
  rack-test (1.1.0)
58
58
  rack (>= 1.0, < 3)
59
59
  rails-dom-testing (2.0.3)
@@ -61,23 +61,23 @@ GEM
61
61
  nokogiri (>= 1.6)
62
62
  rails-html-sanitizer (1.3.0)
63
63
  loofah (~> 2.3)
64
- railties (6.0.1)
65
- actionpack (= 6.0.1)
66
- activesupport (= 6.0.1)
64
+ railties (6.0.2.1)
65
+ actionpack (= 6.0.2.1)
66
+ activesupport (= 6.0.2.1)
67
67
  method_source
68
68
  rake (>= 0.8.7)
69
69
  thor (>= 0.20.3, < 2.0)
70
70
  rake (10.5.0)
71
- rspec-core (3.9.0)
72
- rspec-support (~> 3.9.0)
73
- rspec-expectations (3.9.0)
71
+ rspec-core (3.9.1)
72
+ rspec-support (~> 3.9.1)
73
+ rspec-expectations (3.9.1)
74
74
  diff-lcs (>= 1.2.0, < 2.0)
75
75
  rspec-support (~> 3.9.0)
76
76
  rspec-json_expectations (2.2.0)
77
- rspec-mocks (3.9.0)
77
+ rspec-mocks (3.9.1)
78
78
  diff-lcs (>= 1.2.0, < 2.0)
79
79
  rspec-support (~> 3.9.0)
80
- rspec-rails (3.9.0)
80
+ rspec-rails (3.9.1)
81
81
  actionpack (>= 3.0)
82
82
  activesupport (>= 3.0)
83
83
  railties (>= 3.0)
@@ -85,7 +85,7 @@ GEM
85
85
  rspec-expectations (~> 3.9.0)
86
86
  rspec-mocks (~> 3.9.0)
87
87
  rspec-support (~> 3.9.0)
88
- rspec-support (3.9.0)
88
+ rspec-support (3.9.2)
89
89
  rspec-xml_helpers (1.0.5)
90
90
  diff-lcs (~> 1.3)
91
91
  diffy (~> 3.2)
@@ -95,14 +95,16 @@ GEM
95
95
  json (>= 1.8, < 3)
96
96
  simplecov-html (~> 0.10.0)
97
97
  simplecov-html (0.10.2)
98
+ sync (0.5.0)
98
99
  term-ansicolor (1.7.1)
99
100
  tins (~> 1.0)
100
- thor (0.20.3)
101
+ thor (1.0.1)
101
102
  thread_safe (0.3.6)
102
- tins (1.22.2)
103
- tzinfo (1.2.5)
103
+ tins (1.24.1)
104
+ sync
105
+ tzinfo (1.2.6)
104
106
  thread_safe (~> 0.1)
105
- zeitwerk (2.2.1)
107
+ zeitwerk (2.3.0)
106
108
 
107
109
  PLATFORMS
108
110
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mutils
4
- VERSION = '0.2.29'
4
+ VERSION = '0.2.30'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.29
4
+ version: 0.2.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nitesh Purohit
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-07 00:00:00.000000000 Z
11
+ date: 2020-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -154,7 +154,7 @@ licenses:
154
154
  - MIT
155
155
  metadata:
156
156
  bug_tracker_uri: https://github.com/niteshpurohit/mutils/issues
157
- source_code_uri: https://github.com/niteshpurohit/mutils/tree/v0.2.29
157
+ source_code_uri: https://github.com/niteshpurohit/mutils/tree/v0.2.30
158
158
  post_install_message:
159
159
  rdoc_options: []
160
160
  require_paths: