metka 2.0.2 → 2.0.3

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: fe703d57e842a26673a9070675a1b6f20b0036baeca934e66a45f93135d90449
4
- data.tar.gz: a53a0e1280a74db991e32f9c59c6b4477c176e56ad2c20e531de276c5521cdc4
3
+ metadata.gz: c2d1cbead401418f74fa159b65813cac6175207e17350dd04ee4edff621337e7
4
+ data.tar.gz: 8298b9a619bdcaade8f6973251e3864f19a8bceec1f9fabb3d6502f89ca24902
5
5
  SHA512:
6
- metadata.gz: b6d81f9b3de6aa00046b6871e4d42608dbf159cb851e07c7e1f2e4228df7b352248d08f7a17dbda88ca6383938b570dcffc0a4c3100a2e8bb7150a70dbf1cae5
7
- data.tar.gz: b446651e3999627a6a9419c6018c100ae2e173a5103270d64bbd89cb777d16907c0d958486a59927732ec4e9af2e7a7447194eab564d61ed27f34ef752fe5fc9
6
+ metadata.gz: 2660e8b1312aeab36fc5fd6f68b30384a595602384f5fb8e1303833944443c484715f40bf0cecb50ac9d660a375fcf97604a0537f2e7f10fc331e306d803bb7f
7
+ data.tar.gz: 1035d89affbe0c66d7eb31d27a863b234253f2dc5800c5d7a5f0ebcd8ef0f270589d9fc748bbdea6c4a070d71a7b38bd6c993eb845c5200d9fd06000315b5f8d
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- metka (2.0.2)
4
+ metka (2.0.3)
5
5
  dry-configurable (>= 0.8)
6
6
  rails (>= 5.1)
7
7
 
@@ -9,52 +9,53 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  actioncable (5.1.7)
12
- actionpack (= 5.1.7)
12
+ actionpack (>= 5.2.4.3)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (~> 0.6.1)
15
15
  actionmailer (5.1.7)
16
- actionpack (= 5.1.7)
17
- actionview (= 5.1.7)
16
+ actionpack (>= 5.2.4.3)
17
+ actionview (>= 5.2.4.3)
18
18
  activejob (= 5.1.7)
19
19
  mail (~> 2.5, >= 2.5.4)
20
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)
21
+ actionpack (6.0.3.2)
22
+ actionview (= 6.0.3.2)
23
+ activesupport (= 6.0.3.2)
24
+ rack (~> 2.0, >= 2.0.8)
25
25
  rack-test (>= 0.6.3)
26
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)
27
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
28
+ actionview (6.0.3.2)
29
+ activesupport (= 6.0.3.2)
30
30
  builder (~> 3.1)
31
31
  erubi (~> 1.4)
32
32
  rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
34
34
  activejob (5.1.7)
35
- activesupport (= 5.1.7)
35
+ activesupport (>= 5.2.4.3)
36
36
  globalid (>= 0.3.6)
37
37
  activemodel (5.1.7)
38
- activesupport (= 5.1.7)
38
+ activesupport (>= 5.2.4.3)
39
39
  activerecord (5.1.7)
40
40
  activemodel (= 5.1.7)
41
- activesupport (= 5.1.7)
41
+ activesupport (>= 5.2.4.3)
42
42
  arel (~> 8.0)
43
- activesupport (5.1.7)
43
+ activesupport (6.0.3.2)
44
44
  concurrent-ruby (~> 1.0, >= 1.0.2)
45
45
  i18n (>= 0.7, < 2)
46
46
  minitest (~> 5.1)
47
47
  tzinfo (~> 1.1)
48
+ zeitwerk (~> 2.2, >= 2.2.2)
48
49
  ammeter (1.1.4)
49
50
  activesupport (>= 3.0)
50
51
  railties (>= 3.0)
51
52
  rspec-rails (>= 2.2)
52
53
  arel (8.0.0)
53
54
  ast (2.4.0)
54
- builder (3.2.3)
55
+ builder (3.2.4)
55
56
  coderay (1.1.2)
56
- concurrent-ruby (1.1.6)
57
- crass (1.0.5)
57
+ concurrent-ruby (1.1.7)
58
+ crass (1.0.6)
58
59
  database_cleaner (1.7.0)
59
60
  diff-lcs (1.3)
60
61
  dry-configurable (0.11.3)
@@ -69,14 +70,14 @@ GEM
69
70
  i18n (>= 1.6, < 1.8)
70
71
  globalid (0.4.2)
71
72
  activesupport (>= 4.2.0)
72
- i18n (1.7.0)
73
+ i18n (1.7.1)
73
74
  concurrent-ruby (~> 1.0)
74
75
  jaro_winkler (1.5.4)
75
76
  jetrockets-standard (1.0.4)
76
77
  rubocop-rails (~> 2.3.2)
77
78
  rubocop-rspec (~> 1.35.0)
78
79
  standard (~> 0.1.4)
79
- loofah (2.4.0)
80
+ loofah (2.7.0)
80
81
  crass (~> 1.0.2)
81
82
  nokogiri (>= 1.5.9)
82
83
  mail (2.7.1)
@@ -84,9 +85,9 @@ GEM
84
85
  method_source (0.9.2)
85
86
  mini_mime (1.0.2)
86
87
  mini_portile2 (2.4.0)
87
- minitest (5.13.0)
88
+ minitest (5.14.2)
88
89
  nio4r (2.5.2)
89
- nokogiri (1.10.8)
90
+ nokogiri (1.10.10)
90
91
  mini_portile2 (~> 2.4.0)
91
92
  parallel (1.19.1)
92
93
  parser (2.6.5.0)
@@ -101,12 +102,12 @@ GEM
101
102
  rails (5.1.7)
102
103
  actioncable (= 5.1.7)
103
104
  actionmailer (= 5.1.7)
104
- actionpack (= 5.1.7)
105
- actionview (= 5.1.7)
105
+ actionpack (>= 5.2.4.3)
106
+ actionview (>= 5.2.4.3)
106
107
  activejob (= 5.1.7)
107
108
  activemodel (= 5.1.7)
108
109
  activerecord (= 5.1.7)
109
- activesupport (= 5.1.7)
110
+ activesupport (>= 5.2.4.3)
110
111
  bundler (>= 1.3.0)
111
112
  railties (= 5.1.7)
112
113
  sprockets-rails (>= 2.0.0)
@@ -116,8 +117,8 @@ GEM
116
117
  rails-html-sanitizer (1.3.0)
117
118
  loofah (~> 2.3)
118
119
  railties (5.1.7)
119
- actionpack (= 5.1.7)
120
- activesupport (= 5.1.7)
120
+ actionpack (>= 5.2.4.3)
121
+ activesupport (>= 5.2.4.3)
121
122
  method_source
122
123
  rake (>= 0.8.7)
123
124
  thor (>= 0.18.1, < 2.0)
@@ -172,12 +173,13 @@ GEM
172
173
  thor (0.20.3)
173
174
  thread_safe (0.3.6)
174
175
  timecop (0.9.1)
175
- tzinfo (1.2.5)
176
+ tzinfo (1.2.7)
176
177
  thread_safe (~> 0.1)
177
178
  unicode-display_width (1.6.0)
178
179
  websocket-driver (0.6.5)
179
180
  websocket-extensions (>= 0.1.0)
180
181
  websocket-extensions (0.1.5)
182
+ zeitwerk (2.4.0)
181
183
 
182
184
  PLATFORMS
183
185
  ruby
data/README.md CHANGED
@@ -450,7 +450,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
450
450
  Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/metka. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
451
451
 
452
452
  ## Credits
453
- ![JetRockets](https://jetrockets.pro/jetrockets-icons-black.png)
453
+ ![JetRockets](https://media.jetrockets.pro/jetrockets-white.png)
454
454
  Metka is maintained by [JetRockets](http://www.jetrockets.ru).
455
455
 
456
456
  ## License
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
3
  gem 'rails', '~>5.1'
4
- gem 'activerecord', '~> 5.1'
4
+ gem 'activerecord', '~> 5.2.4.3'
5
5
 
6
6
  gemspec path: '..'
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
3
  gem 'rails', '~>5.2'
4
- gem 'activerecord', '~> 5.2'
4
+ gem 'activerecord', '~> 5.2.4.3'
5
5
 
6
6
  gemspec path: '..'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Metka
4
- VERSION = '2.0.2'
4
+ VERSION = '2.0.3'
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metka
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Alexandrov
8
8
  - Andrey Morozov
9
- autorequire:
9
+ autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-07-08 00:00:00.000000000 Z
12
+ date: 2020-09-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dry-configurable
@@ -235,7 +235,7 @@ homepage: https://github.com/jetrockets/metka
235
235
  licenses:
236
236
  - MIT
237
237
  metadata: {}
238
- post_install_message:
238
+ post_install_message:
239
239
  rdoc_options: []
240
240
  require_paths:
241
241
  - lib
@@ -251,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
251
  version: '0'
252
252
  requirements: []
253
253
  rubygems_version: 3.0.6
254
- signing_key:
254
+ signing_key:
255
255
  specification_version: 4
256
256
  summary: Rails tagging system based on PostgreSQL arrays
257
257
  test_files: []