stellar-base 0.24.0.pre.1 → 0.24.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/lib/stellar/base/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: f32d18dcada46e11a1836cdeda94d852d89ac6de0c89472ef794d748e38bcc68
|
|
4
|
+
data.tar.gz: d15156a33fc3b64ef70e78d83892ab70ec3e076611667572c3bda07aa4aaf2f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2ad9163443ed4391d9004f41b07ba61e59378c8d01505210f7a62dff8239a748e0bc137a07e7f37d80991f8fb580246377a30c7d2189fbd044c05d586ab48a7
|
|
7
|
+
data.tar.gz: 9395e4eb5c837643a2046d681892c9bfc4ea5a43c3a4612729f61a63c3c4c962d1fbea598fef754c980a90d282a8d31a7435658c8e4053dad612b2a2efa37c5e
|
data/lib/stellar/base/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stellar-base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.24.0
|
|
4
|
+
version: 0.24.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scott Fleckenstein
|
|
@@ -432,9 +432,9 @@ homepage: https://github.com/astroband/ruby-stellar-sdk/tree/master/base
|
|
|
432
432
|
licenses:
|
|
433
433
|
- Apache-2.0
|
|
434
434
|
metadata:
|
|
435
|
-
documentation_uri: https://rubydoc.info/gems/stellar-base/0.24.0
|
|
436
|
-
changelog_uri: https://github.com/astroband/ruby-stellar-sdk/blob/v0.24.0
|
|
437
|
-
source_code_uri: https://github.com/astroband/ruby-stellar-sdk/tree/v0.24.0
|
|
435
|
+
documentation_uri: https://rubydoc.info/gems/stellar-base/0.24.0/
|
|
436
|
+
changelog_uri: https://github.com/astroband/ruby-stellar-sdk/blob/v0.24.0/base/CHANGELOG.md
|
|
437
|
+
source_code_uri: https://github.com/astroband/ruby-stellar-sdk/tree/v0.24.0/base
|
|
438
438
|
post_install_message:
|
|
439
439
|
rdoc_options: []
|
|
440
440
|
require_paths:
|
|
@@ -447,9 +447,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
447
447
|
version: 2.5.0
|
|
448
448
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
449
449
|
requirements:
|
|
450
|
-
- - "
|
|
450
|
+
- - ">="
|
|
451
451
|
- !ruby/object:Gem::Version
|
|
452
|
-
version:
|
|
452
|
+
version: '0'
|
|
453
453
|
requirements: []
|
|
454
454
|
rubygems_version: 3.2.0.rc.2
|
|
455
455
|
signing_key:
|