hash_ext 0.6.1 → 0.6.2
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 +4 -4
- data/.github/workflows/ci.yml +26 -0
- data/README.md +1 -1
- data/hash_ext.gemspec +0 -6
- data/lib/hash_ext/version.rb +1 -1
- data/lib/hash_ext.rb +1 -0
- metadata +4 -4
- data/.travis.yml +0 -21
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bca61daa08eec133fde975f36da8db37331be48173d1041ac8fb610a11d187fb
|
|
4
|
+
data.tar.gz: 88ebe2cc65aea9c9696c9900d65889b2b6cc723835d447ce733b3db1172d0595
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e7c9bd2a09115f29bc3af858a8e0070de1402710ef2b8933ec28a8ba941aa7d42428638113c08b4309ccd5ca2efa38265acce306b222d373ebf42dfad519ad5
|
|
7
|
+
data.tar.gz: 7d3d096de1d2f4a33c33f30102bc8a64d3813c3f0f62b4d08740cfd25e65c13eeff576453230ecfd03c4d72973a67fca71be2cfcb74328a6941f6cf569e1917d
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
name: CI
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches: [ '**' ]
|
|
6
|
+
pull_request:
|
|
7
|
+
branches: [ '**' ]
|
|
8
|
+
|
|
9
|
+
jobs:
|
|
10
|
+
test:
|
|
11
|
+
|
|
12
|
+
name: Tests
|
|
13
|
+
runs-on: ubuntu-latest
|
|
14
|
+
strategy:
|
|
15
|
+
matrix:
|
|
16
|
+
ruby-version: ['2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', 'jruby-9.2.9.0']
|
|
17
|
+
|
|
18
|
+
steps:
|
|
19
|
+
- uses: actions/checkout@v3
|
|
20
|
+
- name: Set up Ruby
|
|
21
|
+
uses: ruby/setup-ruby@v1
|
|
22
|
+
with:
|
|
23
|
+
ruby-version: ${{ matrix.ruby-version }}
|
|
24
|
+
bundler-cache: true
|
|
25
|
+
- name: Run tests
|
|
26
|
+
run: bundle exec rake
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# HashExt
|
|
2
2
|
|
|
3
3
|
[](https://rubygems.org/gems/hash_ext)
|
|
4
|
-
[](https://github.com/gabynaiman/hash_ext/actions/workflows/ci.yml)
|
|
5
5
|
[](https://coveralls.io/r/gabynaiman/hash_ext?branch=master)
|
|
6
6
|
[](https://codeclimate.com/github/gabynaiman/hash_ext)
|
|
7
7
|
|
data/hash_ext.gemspec
CHANGED
|
@@ -26,10 +26,4 @@ Gem::Specification.new do |spec|
|
|
|
26
26
|
spec.add_development_dependency 'simplecov', '~> 0.14'
|
|
27
27
|
spec.add_development_dependency 'coveralls', '~> 0.8'
|
|
28
28
|
spec.add_development_dependency 'pry-nav', '~> 0.2'
|
|
29
|
-
|
|
30
|
-
if RUBY_VERSION < '2'
|
|
31
|
-
spec.add_development_dependency 'term-ansicolor', '~> 1.3.0'
|
|
32
|
-
spec.add_development_dependency 'tins', '~> 1.6.0'
|
|
33
|
-
spec.add_development_dependency 'json', '~> 1.8'
|
|
34
|
-
end
|
|
35
29
|
end
|
data/lib/hash_ext/version.rb
CHANGED
data/lib/hash_ext.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hash_ext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriel Naiman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -122,10 +122,10 @@ extensions: []
|
|
|
122
122
|
extra_rdoc_files: []
|
|
123
123
|
files:
|
|
124
124
|
- ".coveralls.yml"
|
|
125
|
+
- ".github/workflows/ci.yml"
|
|
125
126
|
- ".gitignore"
|
|
126
127
|
- ".ruby-gemset"
|
|
127
128
|
- ".ruby-version"
|
|
128
|
-
- ".travis.yml"
|
|
129
129
|
- Gemfile
|
|
130
130
|
- LICENSE.txt
|
|
131
131
|
- README.md
|
|
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
159
159
|
- !ruby/object:Gem::Version
|
|
160
160
|
version: '0'
|
|
161
161
|
requirements: []
|
|
162
|
-
rubygems_version: 3.0.
|
|
162
|
+
rubygems_version: 3.0.8
|
|
163
163
|
signing_key:
|
|
164
164
|
specification_version: 4
|
|
165
165
|
summary: Hash extensions without monkey patching
|
data/.travis.yml
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
language: ruby
|
|
2
|
-
|
|
3
|
-
rvm:
|
|
4
|
-
- 1.9.3
|
|
5
|
-
- 2.0
|
|
6
|
-
- 2.1
|
|
7
|
-
- 2.2
|
|
8
|
-
- 2.3
|
|
9
|
-
- 2.4
|
|
10
|
-
- 2.5
|
|
11
|
-
- 2.6
|
|
12
|
-
- 2.7
|
|
13
|
-
- jruby-9.2.9.0
|
|
14
|
-
- ruby-head
|
|
15
|
-
- jruby-head
|
|
16
|
-
|
|
17
|
-
matrix:
|
|
18
|
-
fast_finish: true
|
|
19
|
-
allow_failures:
|
|
20
|
-
- rvm: ruby-head
|
|
21
|
-
- rvm: jruby-head
|