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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/lib/stellar/version.rb +1 -1
  4. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 747484cfbd2ecc3339c7f02db339afd3259cbfc438c752b88384437d92b7dd8e
4
- data.tar.gz: 85490bd0247c71f517fdc1c66cabe961d4ce8c4b574d42b2f3cddeeb54b2e395
3
+ metadata.gz: e34d24d567ded9c3e2a6f8b5c043d905b1606d954b9c1e0f9d06cb1bccf07d22
4
+ data.tar.gz: 2fc5f03bc44df1adb28c136f72261be94a7cd1bf668358150f2d477dcd4187da
5
5
  SHA512:
6
- metadata.gz: d6a0f7794d178e34799db7dad0c64ed37830896b30c7a53b204c055fb71289a535b5044d5340663ccfec96c33317f1754eed6a9ee7eba7aaa37da7431cfd26f2
7
- data.tar.gz: 623a2e0bee087f04c3b512c63ccaefdc9d85f9cecc8bde008cdaed01d017577fbbb07910b621809913557d7fff5bb559928b3b341295c544d90a1fda4d584e16
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
@@ -1,3 +1,3 @@
1
1
  module Stellar
2
- VERSION = "0.28.0"
2
+ VERSION = "0.29.0".freeze
3
3
  end
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.28.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-20 00:00:00.000000000 Z
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.28.0/base/CHANGELOG.md
452
- documentation_uri: https://rubydoc.info/gems/stellar-base/0.28.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.28.0/base
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.2.22
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: []