stellar-base 0.28.0 → 0.29.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 +3 -0
- data/lib/stellar/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e34d24d567ded9c3e2a6f8b5c043d905b1606d954b9c1e0f9d06cb1bccf07d22
|
|
4
|
+
data.tar.gz: 2fc5f03bc44df1adb28c136f72261be94a7cd1bf668358150f2d477dcd4187da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a50f950abc85606cea2077cabc92e32f4734a5bd336945a8718b30c5766c0ebee562351fbaaa85cb0602851504b7edf41e0f9560f96570a86b9b5a7fd5500c30
|
|
7
|
+
data.tar.gz: 87b85c15be138718404efdc6e738d3577117f4cdf9e9b0d26dbd2ff6c9e5ff58c05e5f47ba966d462494304f632c485ab52870e078988a3c40801aa44a8c8875
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
|
7
7
|
As this project is pre 1.0, breaking changes may happen for minor version
|
|
8
8
|
bumps. A breaking change will get clearly notified in this log.
|
|
9
9
|
|
|
10
|
+
## [0.29.0](https://www.github.com/astroband/ruby-stellar-sdk/compare/v0.28.0...v0.29.0) (2021-09-07)
|
|
11
|
+
- No changes
|
|
12
|
+
|
|
10
13
|
## [0.28.0](https://www.github.com/astroband/ruby-stellar-sdk/compare/v0.27.0...v0.28.0) (2021-07-17)
|
|
11
14
|
|
|
12
15
|
### Features
|
data/lib/stellar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stellar-base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.29.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scott Fleckenstein
|
|
8
8
|
- Sergey Nebolsin
|
|
9
9
|
- Timur Ramazanov
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-07
|
|
13
|
+
date: 2021-09-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|
|
@@ -171,7 +171,7 @@ dependencies:
|
|
|
171
171
|
description: |
|
|
172
172
|
The stellar-base library is the lowest-level stellar helper library. It consists of classes to read, write,
|
|
173
173
|
hash, and sign the xdr structures that are used in stellar-core.
|
|
174
|
-
email:
|
|
174
|
+
email:
|
|
175
175
|
executables: []
|
|
176
176
|
extensions: []
|
|
177
177
|
extra_rdoc_files:
|
|
@@ -448,12 +448,12 @@ licenses:
|
|
|
448
448
|
- Apache-2.0
|
|
449
449
|
metadata:
|
|
450
450
|
bug_tracker_uri: https://github.com/astroband/ruby-stellar-sdk/issues
|
|
451
|
-
changelog_uri: https://github.com/astroband/ruby-stellar-sdk/blob/v0.
|
|
452
|
-
documentation_uri: https://rubydoc.info/gems/stellar-base/0.
|
|
451
|
+
changelog_uri: https://github.com/astroband/ruby-stellar-sdk/blob/v0.29.0/base/CHANGELOG.md
|
|
452
|
+
documentation_uri: https://rubydoc.info/gems/stellar-base/0.29.0/
|
|
453
453
|
github_repo: ssh://github.com/astroband/ruby-stellar-sdk
|
|
454
454
|
homepage_uri: https://github.com/astroband/ruby-stellar-sdk/tree/main/base
|
|
455
|
-
source_code_uri: https://github.com/astroband/ruby-stellar-sdk/tree/v0.
|
|
456
|
-
post_install_message:
|
|
455
|
+
source_code_uri: https://github.com/astroband/ruby-stellar-sdk/tree/v0.29.0/base
|
|
456
|
+
post_install_message:
|
|
457
457
|
rdoc_options: []
|
|
458
458
|
require_paths:
|
|
459
459
|
- generated
|
|
@@ -469,8 +469,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
469
469
|
- !ruby/object:Gem::Version
|
|
470
470
|
version: '0'
|
|
471
471
|
requirements: []
|
|
472
|
-
rubygems_version: 3.
|
|
473
|
-
signing_key:
|
|
472
|
+
rubygems_version: 3.1.4
|
|
473
|
+
signing_key:
|
|
474
474
|
specification_version: 4
|
|
475
475
|
summary: 'Stellar client library: XDR'
|
|
476
476
|
test_files: []
|