gifted 1.0.0 → 1.1.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: 771896785e32c55f38fa3e812a186732b8fe73b17efb928ff0ba32f52d0dd56b
4
+ data.tar.gz: 219d65c1ad5bc79cb642fb520c1d36bfc1bd5ffafedf3ca283ecad1fdcfdf6fe
5
5
  SHA512:
6
- metadata.gz: 24b253beea64c5e39296e5060a4ff6e44e4397db3d904946ea9f09d3e8a93bd9ef1faf8b0512dfa5272957bd14542b2f392c4c9796689c42493962420ada69a7
7
- data.tar.gz: 6418c3c051f9d1942ef6ce73326203af4e2b6ab9fe5e65e83cbc2d3d6ffbecfc15f2f8206f7b93bcff7c4acf2968d089ea78d66610320c3527a7b05ac0c81c15
6
+ metadata.gz: 971b7dcd04ffb0bfb1abccef815188824cfb5a4d878821844f625a4157a8f20266263374f54eea9d05bfbbed64be309579495aaa1eb8ccf27cf9e4448fc837a9
7
+ data.tar.gz: 7c196d2fcbc46f1d43bb7dfe0b969e4a56e88ecc3eaccdcb4d20b7d06620f77515f663edb1a28b8d913c39a303b1fe51e99d5c6c9c2136f5f215c7e2c91b8bc2
data/.gitignore CHANGED
@@ -6,3 +6,4 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ **/*.log
@@ -1,71 +1,71 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gifted (0.2.1)
4
+ gifted (1.0.0)
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 (6.0.3.1)
10
+ actionpack (= 6.0.3.1)
11
11
  nio4r (~> 2.0)
12
12
  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)
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)
19
19
  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)
20
+ actionmailer (6.0.3.1)
21
+ actionpack (= 6.0.3.1)
22
+ actionview (= 6.0.3.1)
23
+ activejob (= 6.0.3.1)
24
24
  mail (~> 2.5, >= 2.5.4)
25
25
  rails-dom-testing (~> 2.0)
26
- actionpack (6.0.2.1)
27
- actionview (= 6.0.2.1)
28
- activesupport (= 6.0.2.1)
26
+ actionpack (6.0.3.1)
27
+ actionview (= 6.0.3.1)
28
+ activesupport (= 6.0.3.1)
29
29
  rack (~> 2.0, >= 2.0.8)
30
30
  rack-test (>= 0.6.3)
31
31
  rails-dom-testing (~> 2.0)
32
32
  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)
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)
38
38
  nokogiri (>= 1.8.5)
39
- actionview (6.0.2.1)
40
- activesupport (= 6.0.2.1)
39
+ actionview (6.0.3.1)
40
+ activesupport (= 6.0.3.1)
41
41
  builder (~> 3.1)
42
42
  erubi (~> 1.4)
43
43
  rails-dom-testing (~> 2.0)
44
44
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
45
- activejob (6.0.2.1)
46
- activesupport (= 6.0.2.1)
45
+ activejob (6.0.3.1)
46
+ activesupport (= 6.0.3.1)
47
47
  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)
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
57
  marcel (~> 0.3.1)
58
- activesupport (6.0.2.1)
58
+ activesupport (6.0.3.1)
59
59
  concurrent-ruby (~> 1.0, >= 1.0.2)
60
60
  i18n (>= 0.7, < 2)
61
61
  minitest (~> 5.1)
62
62
  tzinfo (~> 1.1)
63
- zeitwerk (~> 2.2)
63
+ zeitwerk (~> 2.2, >= 2.2.2)
64
64
  addressable (2.7.0)
65
65
  public_suffix (>= 2.0.2, < 5.0)
66
66
  builder (3.2.4)
67
- byebug (11.1.1)
68
- capybara (3.31.0)
67
+ byebug (11.1.3)
68
+ capybara (3.32.2)
69
69
  addressable
70
70
  mini_mime (>= 0.1.3)
71
71
  nokogiri (~> 1.8)
@@ -79,65 +79,65 @@ GEM
79
79
  erubi (1.9.0)
80
80
  globalid (0.4.2)
81
81
  activesupport (>= 4.2.0)
82
- i18n (1.8.2)
82
+ i18n (1.8.3)
83
83
  concurrent-ruby (~> 1.0)
84
84
  json (2.3.0)
85
- loofah (2.4.0)
85
+ loofah (2.5.0)
86
86
  crass (~> 1.0.2)
87
87
  nokogiri (>= 1.5.9)
88
88
  mail (2.7.1)
89
89
  mini_mime (>= 0.1.1)
90
90
  marcel (0.3.3)
91
91
  mimemagic (~> 0.3.2)
92
- method_source (0.9.2)
93
- mimemagic (0.3.4)
92
+ method_source (1.0.0)
93
+ mimemagic (0.3.5)
94
94
  mini_mime (1.0.2)
95
95
  mini_portile2 (2.4.0)
96
- minitest (5.14.0)
96
+ minitest (5.14.1)
97
97
  nio4r (2.5.2)
98
- nokogiri (1.10.8)
98
+ nokogiri (1.10.9)
99
99
  mini_portile2 (~> 2.4.0)
100
- power_assert (1.1.6)
101
- public_suffix (4.0.3)
102
- puma (4.3.1)
100
+ power_assert (1.2.0)
101
+ public_suffix (4.0.5)
102
+ puma (4.3.5)
103
103
  nio4r (~> 2.0)
104
- rack (2.2.2)
104
+ rack (2.2.3)
105
105
  rack-test (1.1.0)
106
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)
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
119
  bundler (>= 1.3.0)
120
- railties (= 6.0.2.1)
120
+ railties (= 6.0.3.1)
121
121
  sprockets-rails (>= 2.0.0)
122
122
  rails-dom-testing (2.0.3)
123
123
  activesupport (>= 4.2.0)
124
124
  nokogiri (>= 1.6)
125
125
  rails-html-sanitizer (1.3.0)
126
126
  loofah (~> 2.3)
127
- railties (6.0.2.1)
128
- actionpack (= 6.0.2.1)
129
- activesupport (= 6.0.2.1)
127
+ railties (6.0.3.1)
128
+ actionpack (= 6.0.3.1)
129
+ activesupport (= 6.0.3.1)
130
130
  method_source
131
131
  rake (>= 0.8.7)
132
132
  thor (>= 0.20.3, < 2.0)
133
133
  rake (13.0.1)
134
- regexp_parser (1.7.0)
134
+ regexp_parser (1.7.1)
135
135
  rr (1.2.1)
136
- rubyzip (2.2.0)
136
+ rubyzip (2.3.0)
137
137
  selenium-webdriver (3.142.7)
138
138
  childprocess (>= 0.5, < 4.0)
139
139
  rubyzip (>= 1.2.2)
140
- sprockets (4.0.0)
140
+ sprockets (4.0.2)
141
141
  concurrent-ruby (~> 1.0)
142
142
  rack (> 1, < 3)
143
143
  sprockets-rails (3.2.1)
@@ -145,7 +145,7 @@ GEM
145
145
  activesupport (>= 4.0)
146
146
  sprockets (>= 3.0.0)
147
147
  sqlite3 (1.4.2)
148
- test-unit (3.3.5)
148
+ test-unit (3.3.6)
149
149
  power_assert
150
150
  test-unit-activesupport (1.0.9)
151
151
  activesupport
@@ -165,14 +165,14 @@ GEM
165
165
  test-unit (>= 2.5.2)
166
166
  thor (1.0.1)
167
167
  thread_safe (0.3.6)
168
- tzinfo (1.2.6)
168
+ tzinfo (1.2.7)
169
169
  thread_safe (~> 0.1)
170
- websocket-driver (0.7.1)
170
+ websocket-driver (0.7.2)
171
171
  websocket-extensions (>= 0.1.0)
172
- websocket-extensions (0.1.4)
172
+ websocket-extensions (0.1.5)
173
173
  xpath (3.2.0)
174
174
  nokogiri (~> 1.8)
175
- zeitwerk (2.2.2)
175
+ zeitwerk (2.3.0)
176
176
 
177
177
  PLATFORMS
178
178
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gifted
4
- VERSION = "1.0.0"
4
+ VERSION = "1.1.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.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Moss
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-26 00:00:00.000000000 Z
11
+ date: 2020-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler