acts_as_hashids 0.1.8 → 0.1.9

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: 92ccec5715b0a4a426d6e1e07a6b6fa9b11745b67cc0bafb0c80c250c5811b3d
4
- data.tar.gz: ee9a2fb503e7deb91145d9ddf3941f20f13d74464269592687931c206bc62e40
3
+ metadata.gz: 3596c432648776928bf2fe96c990526a1e19b11f044944c0a79685f29b5e8265
4
+ data.tar.gz: 5cffe582bcdc4e4e24f003d60ac1628027663e37e05762206e734763b63ed524
5
5
  SHA512:
6
- metadata.gz: 16fedb61fad08ef6178334bdde02ec9fef11d59c8a33faf9d55d112392b4ab1190b51eaccee999bb5e792f6e0d3ed9336e7f2125365ed9c7e06477299003df3f
7
- data.tar.gz: cb8ab63791d6f1a00cea289854777f8cdd5afa8c7a9c5988f76db3baf15a7bb55925095eb61e8229399d42d8c78a6d19fcf23fbab72e6065ccc3704229d0a82b
6
+ metadata.gz: 77c7368b389110f15973ab0de7023ac2b3d5aa263ba1e3ca09ebbf1528ac10c047697a9f37b5fea84301fe4639be99d214fce2ab996a003651cde8d32eca0736
7
+ data.tar.gz: d2d6098dad02a66f9c1c3c8b973d06383bb108a3f302a39f5ac8262926ae1da7cb2299c6a0c49e0edf898df55ac892c0bc0b5bcf3849463ea0cc67ca4879ddf0
File without changes
data/.travis.yml CHANGED
@@ -4,6 +4,7 @@ rvm:
4
4
  - 2.4
5
5
  - 2.5
6
6
  - 2.6
7
+ - 2.7
7
8
  env:
8
9
  jobs:
9
10
  -
@@ -26,6 +27,12 @@ matrix:
26
27
  env: ACTIVE_RECORD_VERSION=4.0.0 SQLITE3_VERSION=1.3.13
27
28
  - rvm: 2.6
28
29
  env: ACTIVE_RECORD_VERSION=4.1.0 SQLITE3_VERSION=1.3.13
30
+ - rvm: 2.7
31
+ env: ACTIVE_RECORD_VERSION=4.0.0 SQLITE3_VERSION=1.3.13
32
+ - rvm: 2.7
33
+ env: ACTIVE_RECORD_VERSION=4.1.0 SQLITE3_VERSION=1.3.13
34
+ - rvm: 2.7
35
+ env: ACTIVE_RECORD_VERSION=4.2.0 SQLITE3_VERSION=1.3.13
29
36
  - rvm: 2.4
30
37
  env: ACTIVE_RECORD_VERSION=6.0.0
31
38
  before_install:
data/README.md CHANGED
@@ -122,8 +122,8 @@ Copyright (c) 2014 Daisuke Taniwaki. See [LICENSE](LICENSE) for details.
122
122
  [gem-link]: http://badge.fury.io/rb/acts_as_hashids
123
123
  [download-image]:https://img.shields.io/gem/dt/acts_as_hashids.svg
124
124
  [download-link]:https://rubygems.org/gems/acts_as_hashids
125
- [build-image]: https://secure.travis-ci.org/dtaniwaki/acts_as_hashids.png
126
- [build-link]: http://travis-ci.org/dtaniwaki/acts_as_hashids
125
+ [build-image]: https://www.travis-ci.com/dtaniwaki/acts_as_hashids.svg
126
+ [build-link]: http://travis-ci.com/dtaniwaki/acts_as_hashids
127
127
  [cov-image]: https://coveralls.io/repos/dtaniwaki/acts_as_hashids/badge.png
128
128
  [cov-link]: https://coveralls.io/r/dtaniwaki/acts_as_hashids
129
129
  [gpa-image]: https://codeclimate.com/github/dtaniwaki/acts_as_hashids.png
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
20
20
  spec.require_paths = ['lib']
21
21
 
22
- spec.required_ruby_version = ['>= 2.2.2', '< 2.7']
22
+ spec.required_ruby_version = ['>= 2.2.2', '< 3.0']
23
23
 
24
24
  spec.add_runtime_dependency 'activerecord', '>= 4.0', '< 6.1'
25
25
  spec.add_runtime_dependency 'hashids', '~> 1.0'
@@ -1,3 +1,3 @@
1
1
  module ActsAsHashids
2
- VERSION = '0.1.8'.freeze
2
+ VERSION = '0.1.9'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_hashids
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - dtaniwaki
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-22 00:00:00.000000000 Z
11
+ date: 2021-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -165,7 +165,7 @@ executables:
165
165
  extensions: []
166
166
  extra_rdoc_files: []
167
167
  files:
168
- - ".gemrelease"
168
+ - ".gem_release.yml"
169
169
  - ".gitignore"
170
170
  - ".rspec"
171
171
  - ".rubocop.yml"
@@ -190,7 +190,7 @@ homepage: https://github.com/dtaniwaki/acts_as_hashids
190
190
  licenses:
191
191
  - MIT
192
192
  metadata: {}
193
- post_install_message:
193
+ post_install_message:
194
194
  rdoc_options: []
195
195
  require_paths:
196
196
  - lib
@@ -201,16 +201,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
201
201
  version: 2.2.2
202
202
  - - "<"
203
203
  - !ruby/object:Gem::Version
204
- version: '2.7'
204
+ version: '3.0'
205
205
  required_rubygems_version: !ruby/object:Gem::Requirement
206
206
  requirements:
207
207
  - - ">="
208
208
  - !ruby/object:Gem::Version
209
209
  version: '0'
210
210
  requirements: []
211
- rubyforge_project:
212
- rubygems_version: 2.7.6
213
- signing_key:
211
+ rubygems_version: 3.1.2
212
+ signing_key:
214
213
  specification_version: 4
215
214
  summary: Use Youtube-Like ID in ActiveRecord seamlessly.
216
215
  test_files: