YPBT 0.2.11 → 0.2.12
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/YPBT.gemspec +1 -1
- data/lib/YPBT/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1741462e361fdef9baac50c318188ad2367e26ba7b90ac2222c7ac2b15b7c004
|
4
|
+
data.tar.gz: 16530bf4340c5222e386c273fc5406be1516881e58a9fa9f28f07dbd2ec5989b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eec597f364b78ac8fa994b1216bd1530a6636a860aa97804f177bf57bb8bacde6ce1288988f9f9759a6e00f48e420af686f33c069cce93c2e804f04d7a6fe91b
|
7
|
+
data.tar.gz: 7fe34f07631c601181d023445a31b56b7cb5d4c7cae4ffb5577eb842d94ca4cf16d0421de16dcc8dd350f9ead82ab2f62c356c9f19ba876f0d935dbc0e2c085d
|
data/YPBT.gemspec
CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|
18
18
|
s.test_files = `git ls-files -- spec/*`.split("\n")
|
19
19
|
s.executables << 'YPBT'
|
20
20
|
|
21
|
-
s.required_ruby_version = '
|
21
|
+
s.required_ruby_version = '>= 2.3.1'
|
22
22
|
|
23
23
|
s.add_runtime_dependency 'http', '~> 2.0'
|
24
24
|
s.add_runtime_dependency 'ruby-duration', '~>3.2.3'
|
data/lib/YPBT/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: YPBT
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yi-Min
|
@@ -212,7 +212,7 @@ require_paths:
|
|
212
212
|
- lib
|
213
213
|
required_ruby_version: !ruby/object:Gem::Requirement
|
214
214
|
requirements:
|
215
|
-
- - "
|
215
|
+
- - ">="
|
216
216
|
- !ruby/object:Gem::Version
|
217
217
|
version: 2.3.1
|
218
218
|
required_rubygems_version: !ruby/object:Gem::Requirement
|