gifted 1.1.0 → 1.1.1

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: 771896785e32c55f38fa3e812a186732b8fe73b17efb928ff0ba32f52d0dd56b
4
- data.tar.gz: 219d65c1ad5bc79cb642fb520c1d36bfc1bd5ffafedf3ca283ecad1fdcfdf6fe
3
+ metadata.gz: a6eb93513a2bde400a1f231c422421d382b9cd4b95405a904776e9cbd97a0ba9
4
+ data.tar.gz: 48bef09ee90ac0235c2c1f1dae1916ea61883547185c99eaa3b541d5d73ee1a9
5
5
  SHA512:
6
- metadata.gz: 971b7dcd04ffb0bfb1abccef815188824cfb5a4d878821844f625a4157a8f20266263374f54eea9d05bfbbed64be309579495aaa1eb8ccf27cf9e4448fc837a9
7
- data.tar.gz: 7c196d2fcbc46f1d43bb7dfe0b969e4a56e88ecc3eaccdcb4d20b7d06620f77515f663edb1a28b8d913c39a303b1fe51e99d5c6c9c2136f5f215c7e2c91b8bc2
6
+ metadata.gz: 6fd47419d630d51cbfb144ce8a1789f840b589525c98d583206d75198afee38014711af28a17ee38630164fdeef3e2367c29ccee3c81b4d17a2e6fac22128e94
7
+ data.tar.gz: f309b165d5d21599099d5f2208ae60baed1da4c316a3417b865600205f6d48b1ebcbebd9d89a759c5b923bc703851ff1da4261652fa69e53903c855594aac190
data/.gitignore CHANGED
@@ -6,4 +6,5 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
- **/*.log
9
+ **/*.log
10
+ .DS_Store
data/Gemfile.lock CHANGED
@@ -1,138 +1,142 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gifted (1.0.0)
4
+ gifted (1.1.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actioncable (6.0.3.1)
10
- actionpack (= 6.0.3.1)
9
+ actioncable (6.1.3.1)
10
+ actionpack (= 6.1.3.1)
11
+ activesupport (= 6.1.3.1)
11
12
  nio4r (~> 2.0)
12
13
  websocket-driver (>= 0.6.1)
13
- actionmailbox (6.0.3.1)
14
- actionpack (= 6.0.3.1)
15
- activejob (= 6.0.3.1)
16
- activerecord (= 6.0.3.1)
17
- activestorage (= 6.0.3.1)
18
- activesupport (= 6.0.3.1)
14
+ actionmailbox (6.1.3.1)
15
+ actionpack (= 6.1.3.1)
16
+ activejob (= 6.1.3.1)
17
+ activerecord (= 6.1.3.1)
18
+ activestorage (= 6.1.3.1)
19
+ activesupport (= 6.1.3.1)
19
20
  mail (>= 2.7.1)
20
- actionmailer (6.0.3.1)
21
- actionpack (= 6.0.3.1)
22
- actionview (= 6.0.3.1)
23
- activejob (= 6.0.3.1)
21
+ actionmailer (6.1.3.1)
22
+ actionpack (= 6.1.3.1)
23
+ actionview (= 6.1.3.1)
24
+ activejob (= 6.1.3.1)
25
+ activesupport (= 6.1.3.1)
24
26
  mail (~> 2.5, >= 2.5.4)
25
27
  rails-dom-testing (~> 2.0)
26
- actionpack (6.0.3.1)
27
- actionview (= 6.0.3.1)
28
- activesupport (= 6.0.3.1)
29
- rack (~> 2.0, >= 2.0.8)
28
+ actionpack (6.1.3.1)
29
+ actionview (= 6.1.3.1)
30
+ activesupport (= 6.1.3.1)
31
+ rack (~> 2.0, >= 2.0.9)
30
32
  rack-test (>= 0.6.3)
31
33
  rails-dom-testing (~> 2.0)
32
34
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
33
- actiontext (6.0.3.1)
34
- actionpack (= 6.0.3.1)
35
- activerecord (= 6.0.3.1)
36
- activestorage (= 6.0.3.1)
37
- activesupport (= 6.0.3.1)
35
+ actiontext (6.1.3.1)
36
+ actionpack (= 6.1.3.1)
37
+ activerecord (= 6.1.3.1)
38
+ activestorage (= 6.1.3.1)
39
+ activesupport (= 6.1.3.1)
38
40
  nokogiri (>= 1.8.5)
39
- actionview (6.0.3.1)
40
- activesupport (= 6.0.3.1)
41
+ actionview (6.1.3.1)
42
+ activesupport (= 6.1.3.1)
41
43
  builder (~> 3.1)
42
44
  erubi (~> 1.4)
43
45
  rails-dom-testing (~> 2.0)
44
46
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
45
- activejob (6.0.3.1)
46
- activesupport (= 6.0.3.1)
47
+ activejob (6.1.3.1)
48
+ activesupport (= 6.1.3.1)
47
49
  globalid (>= 0.3.6)
48
- activemodel (6.0.3.1)
49
- activesupport (= 6.0.3.1)
50
- activerecord (6.0.3.1)
51
- activemodel (= 6.0.3.1)
52
- activesupport (= 6.0.3.1)
53
- activestorage (6.0.3.1)
54
- actionpack (= 6.0.3.1)
55
- activejob (= 6.0.3.1)
56
- activerecord (= 6.0.3.1)
57
- marcel (~> 0.3.1)
58
- activesupport (6.0.3.1)
50
+ activemodel (6.1.3.1)
51
+ activesupport (= 6.1.3.1)
52
+ activerecord (6.1.3.1)
53
+ activemodel (= 6.1.3.1)
54
+ activesupport (= 6.1.3.1)
55
+ activestorage (6.1.3.1)
56
+ actionpack (= 6.1.3.1)
57
+ activejob (= 6.1.3.1)
58
+ activerecord (= 6.1.3.1)
59
+ activesupport (= 6.1.3.1)
60
+ marcel (~> 1.0.0)
61
+ mini_mime (~> 1.0.2)
62
+ activesupport (6.1.3.1)
59
63
  concurrent-ruby (~> 1.0, >= 1.0.2)
60
- i18n (>= 0.7, < 2)
61
- minitest (~> 5.1)
62
- tzinfo (~> 1.1)
63
- zeitwerk (~> 2.2, >= 2.2.2)
64
+ i18n (>= 1.6, < 2)
65
+ minitest (>= 5.1)
66
+ tzinfo (~> 2.0)
67
+ zeitwerk (~> 2.3)
64
68
  addressable (2.7.0)
65
69
  public_suffix (>= 2.0.2, < 5.0)
66
70
  builder (3.2.4)
67
71
  byebug (11.1.3)
68
- capybara (3.32.2)
72
+ capybara (3.35.3)
69
73
  addressable
70
74
  mini_mime (>= 0.1.3)
71
75
  nokogiri (~> 1.8)
72
76
  rack (>= 1.6.0)
73
77
  rack-test (>= 0.6.3)
74
- regexp_parser (~> 1.5)
78
+ regexp_parser (>= 1.5, < 3.0)
75
79
  xpath (~> 3.2)
76
80
  childprocess (3.0.0)
77
- concurrent-ruby (1.1.6)
81
+ concurrent-ruby (1.1.8)
78
82
  crass (1.0.6)
79
- erubi (1.9.0)
83
+ erubi (1.10.0)
80
84
  globalid (0.4.2)
81
85
  activesupport (>= 4.2.0)
82
- i18n (1.8.3)
86
+ i18n (1.8.10)
83
87
  concurrent-ruby (~> 1.0)
84
- json (2.3.0)
85
- loofah (2.5.0)
88
+ json (2.5.1)
89
+ loofah (2.9.1)
86
90
  crass (~> 1.0.2)
87
91
  nokogiri (>= 1.5.9)
88
92
  mail (2.7.1)
89
93
  mini_mime (>= 0.1.1)
90
- marcel (0.3.3)
91
- mimemagic (~> 0.3.2)
94
+ marcel (1.0.1)
92
95
  method_source (1.0.0)
93
- mimemagic (0.3.5)
94
- mini_mime (1.0.2)
95
- mini_portile2 (2.4.0)
96
- minitest (5.14.1)
97
- nio4r (2.5.2)
98
- nokogiri (1.10.9)
99
- mini_portile2 (~> 2.4.0)
100
- power_assert (1.2.0)
101
- public_suffix (4.0.5)
102
- puma (4.3.5)
96
+ mini_mime (1.0.3)
97
+ mini_portile2 (2.5.0)
98
+ minitest (5.14.4)
99
+ nio4r (2.5.7)
100
+ nokogiri (1.11.3)
101
+ mini_portile2 (~> 2.5.0)
102
+ racc (~> 1.4)
103
+ power_assert (2.0.0)
104
+ public_suffix (4.0.6)
105
+ puma (5.2.2)
103
106
  nio4r (~> 2.0)
107
+ racc (1.5.2)
104
108
  rack (2.2.3)
105
109
  rack-test (1.1.0)
106
110
  rack (>= 1.0, < 3)
107
- rails (6.0.3.1)
108
- actioncable (= 6.0.3.1)
109
- actionmailbox (= 6.0.3.1)
110
- actionmailer (= 6.0.3.1)
111
- actionpack (= 6.0.3.1)
112
- actiontext (= 6.0.3.1)
113
- actionview (= 6.0.3.1)
114
- activejob (= 6.0.3.1)
115
- activemodel (= 6.0.3.1)
116
- activerecord (= 6.0.3.1)
117
- activestorage (= 6.0.3.1)
118
- activesupport (= 6.0.3.1)
119
- bundler (>= 1.3.0)
120
- railties (= 6.0.3.1)
111
+ rails (6.1.3.1)
112
+ actioncable (= 6.1.3.1)
113
+ actionmailbox (= 6.1.3.1)
114
+ actionmailer (= 6.1.3.1)
115
+ actionpack (= 6.1.3.1)
116
+ actiontext (= 6.1.3.1)
117
+ actionview (= 6.1.3.1)
118
+ activejob (= 6.1.3.1)
119
+ activemodel (= 6.1.3.1)
120
+ activerecord (= 6.1.3.1)
121
+ activestorage (= 6.1.3.1)
122
+ activesupport (= 6.1.3.1)
123
+ bundler (>= 1.15.0)
124
+ railties (= 6.1.3.1)
121
125
  sprockets-rails (>= 2.0.0)
122
126
  rails-dom-testing (2.0.3)
123
127
  activesupport (>= 4.2.0)
124
128
  nokogiri (>= 1.6)
125
129
  rails-html-sanitizer (1.3.0)
126
130
  loofah (~> 2.3)
127
- railties (6.0.3.1)
128
- actionpack (= 6.0.3.1)
129
- activesupport (= 6.0.3.1)
131
+ railties (6.1.3.1)
132
+ actionpack (= 6.1.3.1)
133
+ activesupport (= 6.1.3.1)
130
134
  method_source
131
135
  rake (>= 0.8.7)
132
- thor (>= 0.20.3, < 2.0)
133
- rake (13.0.1)
134
- regexp_parser (1.7.1)
135
- rr (1.2.1)
136
+ thor (~> 1.0)
137
+ rake (13.0.3)
138
+ regexp_parser (2.1.1)
139
+ rr (3.0.0)
136
140
  rubyzip (2.3.0)
137
141
  selenium-webdriver (3.142.7)
138
142
  childprocess (>= 0.5, < 4.0)
@@ -140,21 +144,21 @@ GEM
140
144
  sprockets (4.0.2)
141
145
  concurrent-ruby (~> 1.0)
142
146
  rack (> 1, < 3)
143
- sprockets-rails (3.2.1)
147
+ sprockets-rails (3.2.2)
144
148
  actionpack (>= 4.0)
145
149
  activesupport (>= 4.0)
146
150
  sprockets (>= 3.0.0)
147
151
  sqlite3 (1.4.2)
148
- test-unit (3.3.6)
152
+ test-unit (3.4.0)
149
153
  power_assert
150
154
  test-unit-activesupport (1.0.9)
151
155
  activesupport
152
156
  test-unit
153
- test-unit-capybara (1.0.9)
157
+ test-unit-capybara (1.1.1)
154
158
  capybara (>= 2.1.0)
155
159
  json
156
160
  test-unit (>= 2.5.3)
157
- test-unit-rails (6.0.0)
161
+ test-unit-rails (6.1.0)
158
162
  rails (>= 5.1.2)
159
163
  test-unit (>= 3.1.7)
160
164
  test-unit-activesupport (>= 1.0.8)
@@ -163,16 +167,15 @@ GEM
163
167
  test-unit-rr (1.0.5)
164
168
  rr (>= 1.1.1)
165
169
  test-unit (>= 2.5.2)
166
- thor (1.0.1)
167
- thread_safe (0.3.6)
168
- tzinfo (1.2.7)
169
- thread_safe (~> 0.1)
170
- websocket-driver (0.7.2)
170
+ thor (1.1.0)
171
+ tzinfo (2.0.4)
172
+ concurrent-ruby (~> 1.0)
173
+ websocket-driver (0.7.3)
171
174
  websocket-extensions (>= 0.1.0)
172
175
  websocket-extensions (0.1.5)
173
176
  xpath (3.2.0)
174
177
  nokogiri (~> 1.8)
175
- zeitwerk (2.3.0)
178
+ zeitwerk (2.4.2)
176
179
 
177
180
  PLATFORMS
178
181
  ruby
@@ -189,4 +192,4 @@ DEPENDENCIES
189
192
  test-unit-rails
190
193
 
191
194
  BUNDLED WITH
192
- 2.1.4
195
+ 2.2.15
data/gifted.gemspec CHANGED
@@ -1,27 +1,28 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- lib = File.expand_path("../lib", __FILE__)
3
+ lib = File.expand_path('lib', __dir__)
4
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
- require "gifted/version"
5
+ require 'gifted/version'
6
6
 
7
7
  Gem::Specification.new do |spec|
8
- spec.name = "gifted"
8
+ spec.name = 'gifted'
9
9
  spec.version = Gifted::VERSION
10
- spec.authors = ["Joel Moss"]
11
- spec.email = ["joel@developwithstyle.com"]
10
+ spec.authors = ['Joel Moss']
11
+ spec.email = ['joel@developwithstyle.com']
12
12
 
13
- spec.summary = %q{Simple, yet Powerful Rails Decorators}
14
- spec.description = %q{Simple, yet Powerful Rails Decorators}
13
+ spec.summary = 'Simple, yet Powerful Rails Decorators'
14
+ spec.description = 'Simple, yet Powerful Rails Decorators'
15
15
  spec.homepage = 'https://github.com/joelmoss/gifted'
16
+ spec.license = 'MIT'
16
17
 
17
18
  # Specify which files should be added to the gem when it is released.
18
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
19
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
20
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
20
21
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
22
  end
22
- spec.bindir = "exe"
23
+ spec.bindir = 'exe'
23
24
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
- spec.require_paths = ["lib"]
25
+ spec.require_paths = ['lib']
25
26
 
26
27
  spec.add_development_dependency 'bundler', '~> 2.0'
27
28
  spec.add_development_dependency 'test-unit-rails'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gifted
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gifted
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Moss
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-15 00:00:00.000000000 Z
11
+ date: 2021-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -129,7 +129,6 @@ executables: []
129
129
  extensions: []
130
130
  extra_rdoc_files: []
131
131
  files:
132
- - ".DS_Store"
133
132
  - ".gitignore"
134
133
  - ".travis.yml"
135
134
  - Gemfile
@@ -152,9 +151,10 @@ files:
152
151
  - lib/gifted/view_context.rb
153
152
  - lib/gifted/view_helpers.rb
154
153
  homepage: https://github.com/joelmoss/gifted
155
- licenses: []
154
+ licenses:
155
+ - MIT
156
156
  metadata: {}
157
- post_install_message:
157
+ post_install_message:
158
158
  rdoc_options: []
159
159
  require_paths:
160
160
  - lib
@@ -169,8 +169,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  - !ruby/object:Gem::Version
170
170
  version: '0'
171
171
  requirements: []
172
- rubygems_version: 3.1.2
173
- signing_key:
172
+ rubygems_version: 3.2.3
173
+ signing_key:
174
174
  specification_version: 4
175
175
  summary: Simple, yet Powerful Rails Decorators
176
176
  test_files: []
data/.DS_Store DELETED
Binary file