uniqueness 0.9.0 → 1.0.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
- SHA1:
3
- metadata.gz: 9753b7791871ec9245ee7be5b676e6d00ac2d31e
4
- data.tar.gz: 2aed1250dbe66bcf7f05b5f7e57f763d8a0a7a67
2
+ SHA256:
3
+ metadata.gz: 243b87e83c913921e3266d09feb453e20f7972c8874dc658c5333a53ac83457f
4
+ data.tar.gz: a230d443b895550792b5906d044b217d10ae91856ee8b037c5f1b2c5e753a523
5
5
  SHA512:
6
- metadata.gz: c14cd971bca7f0be162c16005ea1fc948737664c87d0b81373bfc98516e8c72c3d66417963510cef8ce5e74d4207d746c52b63728e713f3361f16304f5c2df29
7
- data.tar.gz: 03d4dcc976021a8ec35aeb668a6b7b0ae696f0042d0289fc92e681157988c8bc8895d5181cb4d86e1aba3c0c8879ef2ae0e45be1779dcff08920da9215b83758
6
+ metadata.gz: 124d86366caaf37d669c45187ba6d019779fd37f4c39c111c1153b35fd6622c687ce08a2833c8ec364a1c47faff3ef3ab2babb933840efb45af02011cd554615
7
+ data.tar.gz: bb787f85f99b405407390bcc3b9ab5e4886b946188f2a48e3946b9af6cf112d19daaa8bb0f81b8c29d245e2a2490192b649226fae0bf7770e246cdebdbc25024
data/.gitignore CHANGED
@@ -21,3 +21,4 @@
21
21
  /.bundle/
22
22
  /vendor/bundle
23
23
  /lib/bundler/man/
24
+ .idea
@@ -0,0 +1 @@
1
+ 2.5.1
@@ -1,21 +1,21 @@
1
1
  language: ruby
2
2
  rvm:
3
+ - 2.6.0
4
+ - 2.5.0
5
+ - 2.4.0
3
6
  - 2.3.0
4
- - 2.2.4
5
- - 2.1.8
6
- - 2.0.0
7
7
  before_install:
8
- - gem install bundler -v '~> 1.11'
8
+ - gem install bundler -v '~> 2'
9
9
  gemfile:
10
- - gemfiles/40.gemfile
11
- - gemfiles/41.gemfile
12
- - gemfiles/42.gemfile
13
- - gemfiles/50.gemfile
10
+ - gemfiles/5.0.gemfile
11
+ - gemfiles/5.1.gemfile
12
+ - gemfiles/5.2.gemfile
13
+ - gemfiles/6.0.gemfile
14
14
  matrix:
15
15
  exclude:
16
- - rvm: 2.0.0
17
- gemfile: gemfiles/50.gemfile
18
- - rvm: 2.1.8
19
- gemfile: gemfiles/50.gemfile
16
+ - rvm: 2.3.0
17
+ gemfile: gemfiles/6.0.gemfile
18
+ - rvm: 2.4.0
19
+ gemfile: gemfiles/6.0.gemfile
20
20
  cache:
21
21
  - bundler
data/Appraisals CHANGED
@@ -1,15 +1,15 @@
1
- appraise '40' do
2
- gem 'rails', '~> 4.0.0'
1
+ appraise '5.0' do
2
+ gem 'rails', '~> 5.0.0'
3
3
  end
4
4
 
5
- appraise '41' do
6
- gem 'rails', '~> 4.1.0'
5
+ appraise '5.1' do
6
+ gem 'rails', '~> 5.1.0'
7
7
  end
8
8
 
9
- appraise '42' do
10
- gem 'rails', '~> 4.2.0'
9
+ appraise '5.2' do
10
+ gem 'rails', '~> 5.2.0'
11
11
  end
12
12
 
13
- appraise '50' do
14
- gem 'rails', '5.0.0.beta3'
13
+ appraise '6.0' do
14
+ gem 'rails', '6.0.0.beta3'
15
15
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "~> 4.0.0"
5
+ gem "rails", "~> 5.0.0"
6
6
 
7
7
  gemspec path: "../"
@@ -0,0 +1,160 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ uniqueness (0.8.1)
5
+ activerecord (>= 4.0.0)
6
+ railties (>= 4.0.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (5.0.7.2)
12
+ actionpack (= 5.0.7.2)
13
+ nio4r (>= 1.2, < 3.0)
14
+ websocket-driver (~> 0.6.1)
15
+ actionmailer (5.0.7.2)
16
+ actionpack (= 5.0.7.2)
17
+ actionview (= 5.0.7.2)
18
+ activejob (= 5.0.7.2)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.0.7.2)
22
+ actionview (= 5.0.7.2)
23
+ activesupport (= 5.0.7.2)
24
+ rack (~> 2.0)
25
+ rack-test (~> 0.6.3)
26
+ rails-dom-testing (~> 2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (5.0.7.2)
29
+ activesupport (= 5.0.7.2)
30
+ builder (~> 3.1)
31
+ erubis (~> 2.7.0)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.0.7.2)
35
+ activesupport (= 5.0.7.2)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.0.7.2)
38
+ activesupport (= 5.0.7.2)
39
+ activerecord (5.0.7.2)
40
+ activemodel (= 5.0.7.2)
41
+ activesupport (= 5.0.7.2)
42
+ arel (~> 7.0)
43
+ activesupport (5.0.7.2)
44
+ concurrent-ruby (~> 1.0, >= 1.0.2)
45
+ i18n (>= 0.7, < 2)
46
+ minitest (~> 5.1)
47
+ tzinfo (~> 1.1)
48
+ appraisal (2.2.0)
49
+ bundler
50
+ rake
51
+ thor (>= 0.14.0)
52
+ arel (7.1.4)
53
+ builder (3.2.3)
54
+ concurrent-ruby (1.1.5)
55
+ coveralls (0.8.22)
56
+ json (>= 1.8, < 3)
57
+ simplecov (~> 0.16.1)
58
+ term-ansicolor (~> 1.3)
59
+ thor (~> 0.19.4)
60
+ tins (~> 1.6)
61
+ crass (1.0.4)
62
+ diff-lcs (1.3)
63
+ docile (1.3.1)
64
+ erubis (2.7.0)
65
+ globalid (0.4.2)
66
+ activesupport (>= 4.2.0)
67
+ i18n (1.6.0)
68
+ concurrent-ruby (~> 1.0)
69
+ json (2.2.0)
70
+ loofah (2.2.3)
71
+ crass (~> 1.0.2)
72
+ nokogiri (>= 1.5.9)
73
+ mail (2.7.1)
74
+ mini_mime (>= 0.1.1)
75
+ method_source (0.9.2)
76
+ mini_mime (1.0.1)
77
+ mini_portile2 (2.4.0)
78
+ minitest (5.11.3)
79
+ nio4r (2.3.1)
80
+ nokogiri (1.10.2)
81
+ mini_portile2 (~> 2.4.0)
82
+ rack (2.0.7)
83
+ rack-test (0.6.3)
84
+ rack (>= 1.0)
85
+ rails (5.0.7.2)
86
+ actioncable (= 5.0.7.2)
87
+ actionmailer (= 5.0.7.2)
88
+ actionpack (= 5.0.7.2)
89
+ actionview (= 5.0.7.2)
90
+ activejob (= 5.0.7.2)
91
+ activemodel (= 5.0.7.2)
92
+ activerecord (= 5.0.7.2)
93
+ activesupport (= 5.0.7.2)
94
+ bundler (>= 1.3.0)
95
+ railties (= 5.0.7.2)
96
+ sprockets-rails (>= 2.0.0)
97
+ rails-dom-testing (2.0.3)
98
+ activesupport (>= 4.2.0)
99
+ nokogiri (>= 1.6)
100
+ rails-html-sanitizer (1.0.4)
101
+ loofah (~> 2.2, >= 2.2.2)
102
+ railties (5.0.7.2)
103
+ actionpack (= 5.0.7.2)
104
+ activesupport (= 5.0.7.2)
105
+ method_source
106
+ rake (>= 0.8.7)
107
+ thor (>= 0.18.1, < 2.0)
108
+ rake (12.3.2)
109
+ rspec (3.8.0)
110
+ rspec-core (~> 3.8.0)
111
+ rspec-expectations (~> 3.8.0)
112
+ rspec-mocks (~> 3.8.0)
113
+ rspec-core (3.8.0)
114
+ rspec-support (~> 3.8.0)
115
+ rspec-expectations (3.8.2)
116
+ diff-lcs (>= 1.2.0, < 2.0)
117
+ rspec-support (~> 3.8.0)
118
+ rspec-mocks (3.8.0)
119
+ diff-lcs (>= 1.2.0, < 2.0)
120
+ rspec-support (~> 3.8.0)
121
+ rspec-support (3.8.0)
122
+ simplecov (0.16.1)
123
+ docile (~> 1.1)
124
+ json (>= 1.8, < 3)
125
+ simplecov-html (~> 0.10.0)
126
+ simplecov-html (0.10.2)
127
+ sprockets (3.7.2)
128
+ concurrent-ruby (~> 1.0)
129
+ rack (> 1, < 3)
130
+ sprockets-rails (3.2.1)
131
+ actionpack (>= 4.0)
132
+ activesupport (>= 4.0)
133
+ sprockets (>= 3.0.0)
134
+ sqlite3 (1.3.13)
135
+ term-ansicolor (1.7.1)
136
+ tins (~> 1.0)
137
+ thor (0.19.4)
138
+ thread_safe (0.3.6)
139
+ tins (1.20.2)
140
+ tzinfo (1.2.5)
141
+ thread_safe (~> 0.1)
142
+ websocket-driver (0.6.5)
143
+ websocket-extensions (>= 0.1.0)
144
+ websocket-extensions (0.1.3)
145
+
146
+ PLATFORMS
147
+ ruby
148
+
149
+ DEPENDENCIES
150
+ appraisal
151
+ bundler (~> 2)
152
+ coveralls
153
+ rails (~> 5.0.0)
154
+ rake (~> 12.0)
155
+ rspec
156
+ sqlite3 (~> 1.3, < 1.4)
157
+ uniqueness!
158
+
159
+ BUNDLED WITH
160
+ 2.0.1
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "~> 4.2.0"
5
+ gem "rails", "~> 5.1.0"
6
6
 
7
7
  gemspec path: "../"
@@ -0,0 +1,160 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ uniqueness (0.8.1)
5
+ activerecord (>= 4.0.0)
6
+ railties (>= 4.0.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (5.1.7)
12
+ actionpack (= 5.1.7)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (~> 0.6.1)
15
+ actionmailer (5.1.7)
16
+ actionpack (= 5.1.7)
17
+ actionview (= 5.1.7)
18
+ activejob (= 5.1.7)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.1.7)
22
+ actionview (= 5.1.7)
23
+ activesupport (= 5.1.7)
24
+ rack (~> 2.0)
25
+ rack-test (>= 0.6.3)
26
+ rails-dom-testing (~> 2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (5.1.7)
29
+ activesupport (= 5.1.7)
30
+ builder (~> 3.1)
31
+ erubi (~> 1.4)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.1.7)
35
+ activesupport (= 5.1.7)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.1.7)
38
+ activesupport (= 5.1.7)
39
+ activerecord (5.1.7)
40
+ activemodel (= 5.1.7)
41
+ activesupport (= 5.1.7)
42
+ arel (~> 8.0)
43
+ activesupport (5.1.7)
44
+ concurrent-ruby (~> 1.0, >= 1.0.2)
45
+ i18n (>= 0.7, < 2)
46
+ minitest (~> 5.1)
47
+ tzinfo (~> 1.1)
48
+ appraisal (2.2.0)
49
+ bundler
50
+ rake
51
+ thor (>= 0.14.0)
52
+ arel (8.0.0)
53
+ builder (3.2.3)
54
+ concurrent-ruby (1.1.5)
55
+ coveralls (0.8.22)
56
+ json (>= 1.8, < 3)
57
+ simplecov (~> 0.16.1)
58
+ term-ansicolor (~> 1.3)
59
+ thor (~> 0.19.4)
60
+ tins (~> 1.6)
61
+ crass (1.0.4)
62
+ diff-lcs (1.3)
63
+ docile (1.3.1)
64
+ erubi (1.8.0)
65
+ globalid (0.4.2)
66
+ activesupport (>= 4.2.0)
67
+ i18n (1.6.0)
68
+ concurrent-ruby (~> 1.0)
69
+ json (2.2.0)
70
+ loofah (2.2.3)
71
+ crass (~> 1.0.2)
72
+ nokogiri (>= 1.5.9)
73
+ mail (2.7.1)
74
+ mini_mime (>= 0.1.1)
75
+ method_source (0.9.2)
76
+ mini_mime (1.0.1)
77
+ mini_portile2 (2.4.0)
78
+ minitest (5.11.3)
79
+ nio4r (2.3.1)
80
+ nokogiri (1.10.2)
81
+ mini_portile2 (~> 2.4.0)
82
+ rack (2.0.7)
83
+ rack-test (1.1.0)
84
+ rack (>= 1.0, < 3)
85
+ rails (5.1.7)
86
+ actioncable (= 5.1.7)
87
+ actionmailer (= 5.1.7)
88
+ actionpack (= 5.1.7)
89
+ actionview (= 5.1.7)
90
+ activejob (= 5.1.7)
91
+ activemodel (= 5.1.7)
92
+ activerecord (= 5.1.7)
93
+ activesupport (= 5.1.7)
94
+ bundler (>= 1.3.0)
95
+ railties (= 5.1.7)
96
+ sprockets-rails (>= 2.0.0)
97
+ rails-dom-testing (2.0.3)
98
+ activesupport (>= 4.2.0)
99
+ nokogiri (>= 1.6)
100
+ rails-html-sanitizer (1.0.4)
101
+ loofah (~> 2.2, >= 2.2.2)
102
+ railties (5.1.7)
103
+ actionpack (= 5.1.7)
104
+ activesupport (= 5.1.7)
105
+ method_source
106
+ rake (>= 0.8.7)
107
+ thor (>= 0.18.1, < 2.0)
108
+ rake (12.3.2)
109
+ rspec (3.8.0)
110
+ rspec-core (~> 3.8.0)
111
+ rspec-expectations (~> 3.8.0)
112
+ rspec-mocks (~> 3.8.0)
113
+ rspec-core (3.8.0)
114
+ rspec-support (~> 3.8.0)
115
+ rspec-expectations (3.8.2)
116
+ diff-lcs (>= 1.2.0, < 2.0)
117
+ rspec-support (~> 3.8.0)
118
+ rspec-mocks (3.8.0)
119
+ diff-lcs (>= 1.2.0, < 2.0)
120
+ rspec-support (~> 3.8.0)
121
+ rspec-support (3.8.0)
122
+ simplecov (0.16.1)
123
+ docile (~> 1.1)
124
+ json (>= 1.8, < 3)
125
+ simplecov-html (~> 0.10.0)
126
+ simplecov-html (0.10.2)
127
+ sprockets (3.7.2)
128
+ concurrent-ruby (~> 1.0)
129
+ rack (> 1, < 3)
130
+ sprockets-rails (3.2.1)
131
+ actionpack (>= 4.0)
132
+ activesupport (>= 4.0)
133
+ sprockets (>= 3.0.0)
134
+ sqlite3 (1.3.13)
135
+ term-ansicolor (1.7.1)
136
+ tins (~> 1.0)
137
+ thor (0.19.4)
138
+ thread_safe (0.3.6)
139
+ tins (1.20.2)
140
+ tzinfo (1.2.5)
141
+ thread_safe (~> 0.1)
142
+ websocket-driver (0.6.5)
143
+ websocket-extensions (>= 0.1.0)
144
+ websocket-extensions (0.1.3)
145
+
146
+ PLATFORMS
147
+ ruby
148
+
149
+ DEPENDENCIES
150
+ appraisal
151
+ bundler (~> 2)
152
+ coveralls
153
+ rails (~> 5.1.0)
154
+ rake (~> 12.0)
155
+ rspec
156
+ sqlite3 (~> 1.3, < 1.4)
157
+ uniqueness!
158
+
159
+ BUNDLED WITH
160
+ 2.0.1
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "~> 4.1.0"
5
+ gem "rails", "~> 5.2.0"
6
6
 
7
7
  gemspec path: "../"
@@ -0,0 +1,168 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ uniqueness (0.8.1)
5
+ activerecord (>= 4.0.0)
6
+ railties (>= 4.0.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (5.2.3)
12
+ actionpack (= 5.2.3)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailer (5.2.3)
16
+ actionpack (= 5.2.3)
17
+ actionview (= 5.2.3)
18
+ activejob (= 5.2.3)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.2.3)
22
+ actionview (= 5.2.3)
23
+ activesupport (= 5.2.3)
24
+ rack (~> 2.0)
25
+ rack-test (>= 0.6.3)
26
+ rails-dom-testing (~> 2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (5.2.3)
29
+ activesupport (= 5.2.3)
30
+ builder (~> 3.1)
31
+ erubi (~> 1.4)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.2.3)
35
+ activesupport (= 5.2.3)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.2.3)
38
+ activesupport (= 5.2.3)
39
+ activerecord (5.2.3)
40
+ activemodel (= 5.2.3)
41
+ activesupport (= 5.2.3)
42
+ arel (>= 9.0)
43
+ activestorage (5.2.3)
44
+ actionpack (= 5.2.3)
45
+ activerecord (= 5.2.3)
46
+ marcel (~> 0.3.1)
47
+ activesupport (5.2.3)
48
+ concurrent-ruby (~> 1.0, >= 1.0.2)
49
+ i18n (>= 0.7, < 2)
50
+ minitest (~> 5.1)
51
+ tzinfo (~> 1.1)
52
+ appraisal (2.2.0)
53
+ bundler
54
+ rake
55
+ thor (>= 0.14.0)
56
+ arel (9.0.0)
57
+ builder (3.2.3)
58
+ concurrent-ruby (1.1.5)
59
+ coveralls (0.8.22)
60
+ json (>= 1.8, < 3)
61
+ simplecov (~> 0.16.1)
62
+ term-ansicolor (~> 1.3)
63
+ thor (~> 0.19.4)
64
+ tins (~> 1.6)
65
+ crass (1.0.4)
66
+ diff-lcs (1.3)
67
+ docile (1.3.1)
68
+ erubi (1.8.0)
69
+ globalid (0.4.2)
70
+ activesupport (>= 4.2.0)
71
+ i18n (1.6.0)
72
+ concurrent-ruby (~> 1.0)
73
+ json (2.2.0)
74
+ loofah (2.2.3)
75
+ crass (~> 1.0.2)
76
+ nokogiri (>= 1.5.9)
77
+ mail (2.7.1)
78
+ mini_mime (>= 0.1.1)
79
+ marcel (0.3.3)
80
+ mimemagic (~> 0.3.2)
81
+ method_source (0.9.2)
82
+ mimemagic (0.3.3)
83
+ mini_mime (1.0.1)
84
+ mini_portile2 (2.4.0)
85
+ minitest (5.11.3)
86
+ nio4r (2.3.1)
87
+ nokogiri (1.10.2)
88
+ mini_portile2 (~> 2.4.0)
89
+ rack (2.0.7)
90
+ rack-test (1.1.0)
91
+ rack (>= 1.0, < 3)
92
+ rails (5.2.3)
93
+ actioncable (= 5.2.3)
94
+ actionmailer (= 5.2.3)
95
+ actionpack (= 5.2.3)
96
+ actionview (= 5.2.3)
97
+ activejob (= 5.2.3)
98
+ activemodel (= 5.2.3)
99
+ activerecord (= 5.2.3)
100
+ activestorage (= 5.2.3)
101
+ activesupport (= 5.2.3)
102
+ bundler (>= 1.3.0)
103
+ railties (= 5.2.3)
104
+ sprockets-rails (>= 2.0.0)
105
+ rails-dom-testing (2.0.3)
106
+ activesupport (>= 4.2.0)
107
+ nokogiri (>= 1.6)
108
+ rails-html-sanitizer (1.0.4)
109
+ loofah (~> 2.2, >= 2.2.2)
110
+ railties (5.2.3)
111
+ actionpack (= 5.2.3)
112
+ activesupport (= 5.2.3)
113
+ method_source
114
+ rake (>= 0.8.7)
115
+ thor (>= 0.19.0, < 2.0)
116
+ rake (12.3.2)
117
+ rspec (3.8.0)
118
+ rspec-core (~> 3.8.0)
119
+ rspec-expectations (~> 3.8.0)
120
+ rspec-mocks (~> 3.8.0)
121
+ rspec-core (3.8.0)
122
+ rspec-support (~> 3.8.0)
123
+ rspec-expectations (3.8.2)
124
+ diff-lcs (>= 1.2.0, < 2.0)
125
+ rspec-support (~> 3.8.0)
126
+ rspec-mocks (3.8.0)
127
+ diff-lcs (>= 1.2.0, < 2.0)
128
+ rspec-support (~> 3.8.0)
129
+ rspec-support (3.8.0)
130
+ simplecov (0.16.1)
131
+ docile (~> 1.1)
132
+ json (>= 1.8, < 3)
133
+ simplecov-html (~> 0.10.0)
134
+ simplecov-html (0.10.2)
135
+ sprockets (3.7.2)
136
+ concurrent-ruby (~> 1.0)
137
+ rack (> 1, < 3)
138
+ sprockets-rails (3.2.1)
139
+ actionpack (>= 4.0)
140
+ activesupport (>= 4.0)
141
+ sprockets (>= 3.0.0)
142
+ sqlite3 (1.3.13)
143
+ term-ansicolor (1.7.1)
144
+ tins (~> 1.0)
145
+ thor (0.19.4)
146
+ thread_safe (0.3.6)
147
+ tins (1.20.2)
148
+ tzinfo (1.2.5)
149
+ thread_safe (~> 0.1)
150
+ websocket-driver (0.7.0)
151
+ websocket-extensions (>= 0.1.0)
152
+ websocket-extensions (0.1.3)
153
+
154
+ PLATFORMS
155
+ ruby
156
+
157
+ DEPENDENCIES
158
+ appraisal
159
+ bundler (~> 2)
160
+ coveralls
161
+ rails (~> 5.2.0)
162
+ rake (~> 12.0)
163
+ rspec
164
+ sqlite3 (~> 1.3, < 1.4)
165
+ uniqueness!
166
+
167
+ BUNDLED WITH
168
+ 2.0.1