gifted 1.0.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdada1f9b8b31d24f6829374d73756040601e798d659d7ba4e2e4545a8d5a5d2
4
- data.tar.gz: 49fb8d3b9f099361c3c9bc830aea2f34a2e3b23f3ba9f845d07c4798d6d18a72
3
+ metadata.gz: 285520860841373a8d53701c252d0cfa4615752423df39eb8a1bfe8595715787
4
+ data.tar.gz: 119be633e82f169c90164863750d25aede45f202345bb2bf953007f753333c8e
5
5
  SHA512:
6
- metadata.gz: 24b253beea64c5e39296e5060a4ff6e44e4397db3d904946ea9f09d3e8a93bd9ef1faf8b0512dfa5272957bd14542b2f392c4c9796689c42493962420ada69a7
7
- data.tar.gz: 6418c3c051f9d1942ef6ce73326203af4e2b6ab9fe5e65e83cbc2d3d6ffbecfc15f2f8206f7b93bcff7c4acf2968d089ea78d66610320c3527a7b05ac0c81c15
6
+ metadata.gz: e47671a357ec668835e10e891903766126c83ed8545e9fa2dc8dfb9612f6baaf3d8d693e2c2bd836f70b442789a8fe4ade105962947d423b3925e4c8f3e2bafa
7
+ data.tar.gz: 704a455b94ed928dc8be35cdbd71074dc5639b4bc9ed50ab4e4e1f0b087de5d28775da49cfd2d7b8f83e7f7365673b42dabd251730cbbd89edb381fbeb893895
data/.gitignore CHANGED
@@ -6,3 +6,5 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ **/*.log
10
+ .DS_Store
data/Gemfile.lock CHANGED
@@ -1,161 +1,185 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gifted (0.2.1)
4
+ gifted (1.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actioncable (6.0.2.1)
10
- actionpack (= 6.0.2.1)
9
+ actioncable (7.0.3)
10
+ actionpack (= 7.0.3)
11
+ activesupport (= 7.0.3)
11
12
  nio4r (~> 2.0)
12
13
  websocket-driver (>= 0.6.1)
13
- actionmailbox (6.0.2.1)
14
- actionpack (= 6.0.2.1)
15
- activejob (= 6.0.2.1)
16
- activerecord (= 6.0.2.1)
17
- activestorage (= 6.0.2.1)
18
- activesupport (= 6.0.2.1)
14
+ actionmailbox (7.0.3)
15
+ actionpack (= 7.0.3)
16
+ activejob (= 7.0.3)
17
+ activerecord (= 7.0.3)
18
+ activestorage (= 7.0.3)
19
+ activesupport (= 7.0.3)
19
20
  mail (>= 2.7.1)
20
- actionmailer (6.0.2.1)
21
- actionpack (= 6.0.2.1)
22
- actionview (= 6.0.2.1)
23
- activejob (= 6.0.2.1)
21
+ net-imap
22
+ net-pop
23
+ net-smtp
24
+ actionmailer (7.0.3)
25
+ actionpack (= 7.0.3)
26
+ actionview (= 7.0.3)
27
+ activejob (= 7.0.3)
28
+ activesupport (= 7.0.3)
24
29
  mail (~> 2.5, >= 2.5.4)
30
+ net-imap
31
+ net-pop
32
+ net-smtp
25
33
  rails-dom-testing (~> 2.0)
26
- actionpack (6.0.2.1)
27
- actionview (= 6.0.2.1)
28
- activesupport (= 6.0.2.1)
29
- rack (~> 2.0, >= 2.0.8)
34
+ actionpack (7.0.3)
35
+ actionview (= 7.0.3)
36
+ activesupport (= 7.0.3)
37
+ rack (~> 2.0, >= 2.2.0)
30
38
  rack-test (>= 0.6.3)
31
39
  rails-dom-testing (~> 2.0)
32
40
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
33
- actiontext (6.0.2.1)
34
- actionpack (= 6.0.2.1)
35
- activerecord (= 6.0.2.1)
36
- activestorage (= 6.0.2.1)
37
- activesupport (= 6.0.2.1)
41
+ actiontext (7.0.3)
42
+ actionpack (= 7.0.3)
43
+ activerecord (= 7.0.3)
44
+ activestorage (= 7.0.3)
45
+ activesupport (= 7.0.3)
46
+ globalid (>= 0.6.0)
38
47
  nokogiri (>= 1.8.5)
39
- actionview (6.0.2.1)
40
- activesupport (= 6.0.2.1)
48
+ actionview (7.0.3)
49
+ activesupport (= 7.0.3)
41
50
  builder (~> 3.1)
42
51
  erubi (~> 1.4)
43
52
  rails-dom-testing (~> 2.0)
44
53
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
45
- activejob (6.0.2.1)
46
- activesupport (= 6.0.2.1)
54
+ activejob (7.0.3)
55
+ activesupport (= 7.0.3)
47
56
  globalid (>= 0.3.6)
48
- activemodel (6.0.2.1)
49
- activesupport (= 6.0.2.1)
50
- activerecord (6.0.2.1)
51
- activemodel (= 6.0.2.1)
52
- activesupport (= 6.0.2.1)
53
- activestorage (6.0.2.1)
54
- actionpack (= 6.0.2.1)
55
- activejob (= 6.0.2.1)
56
- activerecord (= 6.0.2.1)
57
- marcel (~> 0.3.1)
58
- activesupport (6.0.2.1)
57
+ activemodel (7.0.3)
58
+ activesupport (= 7.0.3)
59
+ activerecord (7.0.3)
60
+ activemodel (= 7.0.3)
61
+ activesupport (= 7.0.3)
62
+ activestorage (7.0.3)
63
+ actionpack (= 7.0.3)
64
+ activejob (= 7.0.3)
65
+ activerecord (= 7.0.3)
66
+ activesupport (= 7.0.3)
67
+ marcel (~> 1.0)
68
+ mini_mime (>= 1.1.0)
69
+ activesupport (7.0.3)
59
70
  concurrent-ruby (~> 1.0, >= 1.0.2)
60
- i18n (>= 0.7, < 2)
61
- minitest (~> 5.1)
62
- tzinfo (~> 1.1)
63
- zeitwerk (~> 2.2)
64
- addressable (2.7.0)
71
+ i18n (>= 1.6, < 2)
72
+ minitest (>= 5.1)
73
+ tzinfo (~> 2.0)
74
+ addressable (2.8.0)
65
75
  public_suffix (>= 2.0.2, < 5.0)
66
76
  builder (3.2.4)
67
- byebug (11.1.1)
68
- capybara (3.31.0)
77
+ byebug (11.1.3)
78
+ capybara (3.37.1)
69
79
  addressable
80
+ matrix
70
81
  mini_mime (>= 0.1.3)
71
82
  nokogiri (~> 1.8)
72
83
  rack (>= 1.6.0)
73
84
  rack-test (>= 0.6.3)
74
- regexp_parser (~> 1.5)
85
+ regexp_parser (>= 1.5, < 3.0)
75
86
  xpath (~> 3.2)
76
- childprocess (3.0.0)
77
- concurrent-ruby (1.1.6)
87
+ childprocess (4.1.0)
88
+ concurrent-ruby (1.1.10)
78
89
  crass (1.0.6)
79
- erubi (1.9.0)
80
- globalid (0.4.2)
81
- activesupport (>= 4.2.0)
82
- i18n (1.8.2)
90
+ digest (3.1.0)
91
+ erubi (1.10.0)
92
+ globalid (1.0.0)
93
+ activesupport (>= 5.0)
94
+ i18n (1.10.0)
83
95
  concurrent-ruby (~> 1.0)
84
- json (2.3.0)
85
- loofah (2.4.0)
96
+ json (2.6.2)
97
+ loofah (2.18.0)
86
98
  crass (~> 1.0.2)
87
99
  nokogiri (>= 1.5.9)
88
100
  mail (2.7.1)
89
101
  mini_mime (>= 0.1.1)
90
- marcel (0.3.3)
91
- mimemagic (~> 0.3.2)
92
- method_source (0.9.2)
93
- mimemagic (0.3.4)
94
- mini_mime (1.0.2)
95
- mini_portile2 (2.4.0)
96
- minitest (5.14.0)
97
- nio4r (2.5.2)
98
- nokogiri (1.10.8)
99
- mini_portile2 (~> 2.4.0)
100
- power_assert (1.1.6)
101
- public_suffix (4.0.3)
102
- puma (4.3.1)
102
+ marcel (1.0.2)
103
+ matrix (0.4.2)
104
+ method_source (1.0.0)
105
+ mini_mime (1.1.2)
106
+ mini_portile2 (2.8.0)
107
+ minitest (5.16.2)
108
+ net-imap (0.2.3)
109
+ digest
110
+ net-protocol
111
+ strscan
112
+ net-pop (0.1.1)
113
+ digest
114
+ net-protocol
115
+ timeout
116
+ net-protocol (0.1.3)
117
+ timeout
118
+ net-smtp (0.3.1)
119
+ digest
120
+ net-protocol
121
+ timeout
122
+ nio4r (2.5.8)
123
+ nokogiri (1.13.6)
124
+ mini_portile2 (~> 2.8.0)
125
+ racc (~> 1.4)
126
+ power_assert (2.0.1)
127
+ public_suffix (4.0.7)
128
+ puma (5.6.4)
103
129
  nio4r (~> 2.0)
104
- rack (2.2.2)
105
- rack-test (1.1.0)
106
- rack (>= 1.0, < 3)
107
- rails (6.0.2.1)
108
- actioncable (= 6.0.2.1)
109
- actionmailbox (= 6.0.2.1)
110
- actionmailer (= 6.0.2.1)
111
- actionpack (= 6.0.2.1)
112
- actiontext (= 6.0.2.1)
113
- actionview (= 6.0.2.1)
114
- activejob (= 6.0.2.1)
115
- activemodel (= 6.0.2.1)
116
- activerecord (= 6.0.2.1)
117
- activestorage (= 6.0.2.1)
118
- activesupport (= 6.0.2.1)
119
- bundler (>= 1.3.0)
120
- railties (= 6.0.2.1)
121
- sprockets-rails (>= 2.0.0)
130
+ racc (1.6.0)
131
+ rack (2.2.4)
132
+ rack-test (2.0.2)
133
+ rack (>= 1.3)
134
+ rails (7.0.3)
135
+ actioncable (= 7.0.3)
136
+ actionmailbox (= 7.0.3)
137
+ actionmailer (= 7.0.3)
138
+ actionpack (= 7.0.3)
139
+ actiontext (= 7.0.3)
140
+ actionview (= 7.0.3)
141
+ activejob (= 7.0.3)
142
+ activemodel (= 7.0.3)
143
+ activerecord (= 7.0.3)
144
+ activestorage (= 7.0.3)
145
+ activesupport (= 7.0.3)
146
+ bundler (>= 1.15.0)
147
+ railties (= 7.0.3)
122
148
  rails-dom-testing (2.0.3)
123
149
  activesupport (>= 4.2.0)
124
150
  nokogiri (>= 1.6)
125
- rails-html-sanitizer (1.3.0)
151
+ rails-html-sanitizer (1.4.3)
126
152
  loofah (~> 2.3)
127
- railties (6.0.2.1)
128
- actionpack (= 6.0.2.1)
129
- activesupport (= 6.0.2.1)
153
+ railties (7.0.3)
154
+ actionpack (= 7.0.3)
155
+ activesupport (= 7.0.3)
130
156
  method_source
131
- rake (>= 0.8.7)
132
- thor (>= 0.20.3, < 2.0)
133
- rake (13.0.1)
134
- regexp_parser (1.7.0)
135
- rr (1.2.1)
136
- rubyzip (2.2.0)
137
- selenium-webdriver (3.142.7)
138
- childprocess (>= 0.5, < 4.0)
139
- rubyzip (>= 1.2.2)
140
- sprockets (4.0.0)
141
- concurrent-ruby (~> 1.0)
142
- rack (> 1, < 3)
143
- sprockets-rails (3.2.1)
144
- actionpack (>= 4.0)
145
- activesupport (>= 4.0)
146
- sprockets (>= 3.0.0)
147
- sqlite3 (1.4.2)
148
- test-unit (3.3.5)
157
+ rake (>= 12.2)
158
+ thor (~> 1.0)
159
+ zeitwerk (~> 2.5)
160
+ rake (13.0.6)
161
+ regexp_parser (2.5.0)
162
+ rexml (3.2.5)
163
+ rr (3.0.9)
164
+ rubyzip (2.3.2)
165
+ selenium-webdriver (4.3.0)
166
+ childprocess (>= 0.5, < 5.0)
167
+ rexml (~> 3.2, >= 3.2.5)
168
+ rubyzip (>= 1.2.2, < 3.0)
169
+ websocket (~> 1.0)
170
+ sqlite3 (1.4.4)
171
+ strscan (3.0.3)
172
+ test-unit (3.5.3)
149
173
  power_assert
150
- test-unit-activesupport (1.0.9)
174
+ test-unit-activesupport (1.1.1)
151
175
  activesupport
152
176
  test-unit
153
- test-unit-capybara (1.0.9)
177
+ test-unit-capybara (1.1.1)
154
178
  capybara (>= 2.1.0)
155
179
  json
156
180
  test-unit (>= 2.5.3)
157
- test-unit-rails (6.0.0)
158
- rails (>= 5.1.2)
181
+ test-unit-rails (7.0.0)
182
+ rails (>= 5.2.0)
159
183
  test-unit (>= 3.1.7)
160
184
  test-unit-activesupport (>= 1.0.8)
161
185
  test-unit-capybara (>= 1.0.5)
@@ -163,16 +187,17 @@ GEM
163
187
  test-unit-rr (1.0.5)
164
188
  rr (>= 1.1.1)
165
189
  test-unit (>= 2.5.2)
166
- thor (1.0.1)
167
- thread_safe (0.3.6)
168
- tzinfo (1.2.6)
169
- thread_safe (~> 0.1)
170
- websocket-driver (0.7.1)
190
+ thor (1.2.1)
191
+ timeout (0.3.0)
192
+ tzinfo (2.0.4)
193
+ concurrent-ruby (~> 1.0)
194
+ websocket (1.2.9)
195
+ websocket-driver (0.7.5)
171
196
  websocket-extensions (>= 0.1.0)
172
- websocket-extensions (0.1.4)
197
+ websocket-extensions (0.1.5)
173
198
  xpath (3.2.0)
174
199
  nokogiri (~> 1.8)
175
- zeitwerk (2.2.2)
200
+ zeitwerk (2.6.0)
176
201
 
177
202
  PLATFORMS
178
203
  ruby
@@ -189,4 +214,4 @@ DEPENDENCIES
189
214
  test-unit-rails
190
215
 
191
216
  BUNDLED WITH
192
- 2.1.4
217
+ 2.3.17
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.0.0"
4
+ VERSION = "1.2.0"
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.0.0
4
+ version: 1.2.0
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-02-26 00:00:00.000000000 Z
11
+ date: 2022-07-06 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.3.7
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