benchmark_toys 1.0.0 → 1.1.0
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/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/benchmark_toys/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63558206d4a17b3e88737c36a16fed8a6027746d67faeef7c8be434853d7f26a
|
|
4
|
+
data.tar.gz: ce042a113d4d9783145925995005d89c3d6062203f759005a564a11cf4c32323
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2877c406e63be39bc0b7761827412fe1e02056983a94647ec3ad0822cdb68c9da2d31182a63b086d503d099aa69a256278fb3ebba13a2c1976867ae334d861a1
|
|
7
|
+
data.tar.gz: 35b9566f0b97ede931dab5fde4a4da1bdeb3a87a448efc04058c01588ff4bc11cb2e18a54100887f9478f0a1bbdf71373fb970ebd0a43445486982b23929585f
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Benchmark Toys
|
|
2
2
|
|
|
3
|
-
[](https://github.com/AlexWayfer/benchmark_toys/actions)
|
|
4
4
|
[](https://codecov.io/gh/AlexWayfer/benchmark_toys)
|
|
5
5
|
[](https://codeclimate.com/github/AlexWayfer/benchmark_toys)
|
|
6
6
|
[](https://inch-ci.org/github/AlexWayfer/benchmark_toys)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: benchmark_toys
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Popov
|
|
@@ -57,14 +57,14 @@ dependencies:
|
|
|
57
57
|
requirements:
|
|
58
58
|
- - "~>"
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 0.
|
|
60
|
+
version: 0.22.0
|
|
61
61
|
type: :runtime
|
|
62
62
|
prerelease: false
|
|
63
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
64
64
|
requirements:
|
|
65
65
|
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: 0.
|
|
67
|
+
version: 0.22.0
|
|
68
68
|
description: 'Toys template for benchmarks.
|
|
69
69
|
|
|
70
70
|
'
|
|
@@ -85,8 +85,8 @@ licenses:
|
|
|
85
85
|
- MIT
|
|
86
86
|
metadata:
|
|
87
87
|
bug_tracker_uri: https://github.com/AlexWayfer/benchmark_toys/issues
|
|
88
|
-
changelog_uri: https://github.com/AlexWayfer/benchmark_toys/blob/v1.
|
|
89
|
-
documentation_uri: http://www.rubydoc.info/gems/benchmark_toys/1.
|
|
88
|
+
changelog_uri: https://github.com/AlexWayfer/benchmark_toys/blob/v1.1.0/CHANGELOG.md
|
|
89
|
+
documentation_uri: http://www.rubydoc.info/gems/benchmark_toys/1.1.0
|
|
90
90
|
homepage_uri: https://github.com/AlexWayfer/benchmark_toys
|
|
91
91
|
rubygems_mfa_required: 'true'
|
|
92
92
|
source_code_uri: https://github.com/AlexWayfer/benchmark_toys
|
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '0'
|
|
110
110
|
requirements: []
|
|
111
|
-
rubygems_version: 4.0.
|
|
111
|
+
rubygems_version: 4.0.16
|
|
112
112
|
specification_version: 4
|
|
113
113
|
summary: Toys template for benchmarks.
|
|
114
114
|
test_files: []
|