meta_presenter 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +33 -31
  3. data/meta_presenter.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dafe12c2d0102434b73bd52a3cae71e3440740c446e820b8662712b5ef4eadcf
4
- data.tar.gz: 560a8503f1b03eff464209141890f3abe5ee584d65678125de8a36626e58547b
3
+ metadata.gz: c82a743718f5aadff23b8c43bfb6890fc95ab2d5eb3d754328b94a2cefab1363
4
+ data.tar.gz: 91a96f06fcb1daa1a0992e5a2b6cf793b6747728abf5e2d23abc1906fe1f130d
5
5
  SHA512:
6
- metadata.gz: 75cb715a37300dfecf0f000b8e15852f4151c70a136612c059f2839a8f98e8626a477e4c8a7332308f042d105353d43533d8287e78228f5fce9f6758137112ed
7
- data.tar.gz: 1e1e3d6b586785072e71aae7ea7982e0157e99fa853f8c2624867d0f9b080b4354eb460d6167cec98b5d2f0214f2b34a40771442fd0368d984f04e085cee3f04
6
+ metadata.gz: b573c02a269b12d30c3655ba86218aa1cd8b02b5ef8b65c27edd61984eb197950e21338817a21134a3e1e2673ab24cd47639692c90912ad3d66c86235a14820d
7
+ data.tar.gz: b841eb0383da7bd3bb9eb750a8421218097717c923b6299d1d71742b7d700100a26b191e32606725d795c23ec13474903e4f579d9bb5fefeff792daa2569c178
@@ -1,69 +1,70 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- meta_presenter (0.2.2)
4
+ meta_presenter (0.2.3)
5
5
  actionmailer (>= 3.0.12)
6
6
  actionpack (>= 3.0.12)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (5.2.2)
12
- actionpack (= 5.2.2)
13
- actionview (= 5.2.2)
14
- activejob (= 5.2.2)
11
+ actionmailer (6.0.0)
12
+ actionpack (= 6.0.0)
13
+ actionview (= 6.0.0)
14
+ activejob (= 6.0.0)
15
15
  mail (~> 2.5, >= 2.5.4)
16
16
  rails-dom-testing (~> 2.0)
17
- actionpack (5.2.2)
18
- actionview (= 5.2.2)
19
- activesupport (= 5.2.2)
17
+ actionpack (6.0.0)
18
+ actionview (= 6.0.0)
19
+ activesupport (= 6.0.0)
20
20
  rack (~> 2.0)
21
21
  rack-test (>= 0.6.3)
22
22
  rails-dom-testing (~> 2.0)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (5.2.2)
25
- activesupport (= 5.2.2)
23
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
24
+ actionview (6.0.0)
25
+ activesupport (= 6.0.0)
26
26
  builder (~> 3.1)
27
27
  erubi (~> 1.4)
28
28
  rails-dom-testing (~> 2.0)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
30
- activejob (5.2.2)
31
- activesupport (= 5.2.2)
29
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
30
+ activejob (6.0.0)
31
+ activesupport (= 6.0.0)
32
32
  globalid (>= 0.3.6)
33
- activesupport (5.2.2)
33
+ activesupport (6.0.0)
34
34
  concurrent-ruby (~> 1.0, >= 1.0.2)
35
35
  i18n (>= 0.7, < 2)
36
36
  minitest (~> 5.1)
37
37
  tzinfo (~> 1.1)
38
+ zeitwerk (~> 2.1, >= 2.1.8)
38
39
  appraisal (2.2.0)
39
40
  bundler
40
41
  rake
41
42
  thor (>= 0.14.0)
42
43
  builder (3.2.3)
43
44
  coderay (1.1.2)
44
- concurrent-ruby (1.1.4)
45
- coveralls (0.8.22)
45
+ concurrent-ruby (1.1.5)
46
+ coveralls (0.8.23)
46
47
  json (>= 1.8, < 3)
47
48
  simplecov (~> 0.16.1)
48
49
  term-ansicolor (~> 1.3)
49
- thor (~> 0.19.4)
50
+ thor (>= 0.19.4, < 2.0)
50
51
  tins (~> 1.6)
51
52
  crass (1.0.4)
52
53
  diff-lcs (1.3)
53
- docile (1.3.1)
54
+ docile (1.3.2)
54
55
  erubi (1.8.0)
55
56
  globalid (0.4.2)
56
57
  activesupport (>= 4.2.0)
57
- i18n (1.5.2)
58
+ i18n (1.6.0)
58
59
  concurrent-ruby (~> 1.0)
59
- json (2.1.0)
60
+ json (2.2.0)
60
61
  loofah (2.2.3)
61
62
  crass (~> 1.0.2)
62
63
  nokogiri (>= 1.5.9)
63
64
  mail (2.7.1)
64
65
  mini_mime (>= 0.1.1)
65
66
  method_source (0.9.2)
66
- mini_mime (1.0.1)
67
+ mini_mime (1.0.2)
67
68
  mini_portile2 (2.4.0)
68
69
  minitest (5.11.3)
69
70
  nokogiri (1.10.4)
@@ -71,29 +72,29 @@ GEM
71
72
  pry (0.12.2)
72
73
  coderay (~> 1.1.0)
73
74
  method_source (~> 0.9.0)
74
- rack (2.0.6)
75
+ rack (2.0.7)
75
76
  rack-test (1.1.0)
76
77
  rack (>= 1.0, < 3)
77
78
  rails-dom-testing (2.0.3)
78
79
  activesupport (>= 4.2.0)
79
80
  nokogiri (>= 1.6)
80
- rails-html-sanitizer (1.0.4)
81
+ rails-html-sanitizer (1.2.0)
81
82
  loofah (~> 2.2, >= 2.2.2)
82
- rake (12.3.2)
83
+ rake (12.3.3)
83
84
  rb-readline (0.5.5)
84
85
  rspec (3.8.0)
85
86
  rspec-core (~> 3.8.0)
86
87
  rspec-expectations (~> 3.8.0)
87
88
  rspec-mocks (~> 3.8.0)
88
- rspec-core (3.8.0)
89
+ rspec-core (3.8.2)
89
90
  rspec-support (~> 3.8.0)
90
- rspec-expectations (3.8.2)
91
+ rspec-expectations (3.8.4)
91
92
  diff-lcs (>= 1.2.0, < 2.0)
92
93
  rspec-support (~> 3.8.0)
93
- rspec-mocks (3.8.0)
94
+ rspec-mocks (3.8.1)
94
95
  diff-lcs (>= 1.2.0, < 2.0)
95
96
  rspec-support (~> 3.8.0)
96
- rspec-support (3.8.0)
97
+ rspec-support (3.8.2)
97
98
  simplecov (0.16.1)
98
99
  docile (~> 1.1)
99
100
  json (>= 1.8, < 3)
@@ -101,11 +102,12 @@ GEM
101
102
  simplecov-html (0.10.2)
102
103
  term-ansicolor (1.7.1)
103
104
  tins (~> 1.0)
104
- thor (0.19.4)
105
+ thor (0.20.3)
105
106
  thread_safe (0.3.6)
106
- tins (1.20.2)
107
+ tins (1.21.1)
107
108
  tzinfo (1.2.5)
108
109
  thread_safe (~> 0.1)
110
+ zeitwerk (2.1.9)
109
111
 
110
112
  PLATFORMS
111
113
  ruby
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'meta_presenter'
5
- s.version = '0.2.3'
5
+ s.version = '0.2.4'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ['szTheory']
8
8
  s.description = %q{Write highly focused and testable view presenter classes for your Rails controllers and actions}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meta_presenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - szTheory