stellar-base 0.25.0 → 0.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -1
- data/lib/stellar/base/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b29836900dbce5c01176c3b92c7c3ef365dbca086d700258e00299edf3edbd61
|
4
|
+
data.tar.gz: 0c17163d8d41dc0c7847ea888d5e2650b715dc43ecd552f292dc1090fce6e786
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2470776823bd7581c6b0985756001fbfb796368aa8ecb2f6c0ead49c13b776dad0405a37b3f3f9c33c3765b84103a16cd4854a3122e1a4e9ef6712ffa1b12fe
|
7
|
+
data.tar.gz: 1c13e6d755225adc62c22f9e917e74ec178d85df6bfd440ab9ae65d757830c393bab00bb63fb9c8abac34af6c0044a738dea0a1acad03969dda754a627022875
|
data/CHANGELOG.md
CHANGED
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](http://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
|
-
## [Unreleased](https://github.com/stellar/ruby-stellar-sdk/compare/v0.
|
10
|
+
## [Unreleased](https://github.com/stellar/ruby-stellar-sdk/compare/v0.26.0...master)
|
11
|
+
|
12
|
+
## [0.26.0](https://github.com/stellar/ruby-stellar-sdk/compare/v0.25.0...0.26.0) - 2021-02-05
|
13
|
+
- No changes
|
11
14
|
|
12
15
|
## [0.25.0](https://github.com/stellar/ruby-stellar-sdk/compare/v0.24.0...v0.25.0) - 2020-10-30
|
13
16
|
### Added
|
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.
|
4
|
+
version: 0.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scott Fleckenstein
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2021-02-05 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -434,9 +434,9 @@ licenses:
|
|
434
434
|
- Apache-2.0
|
435
435
|
metadata:
|
436
436
|
github_repo: ssh://github.com/astroband/ruby-stellar-sdk
|
437
|
-
documentation_uri: https://rubydoc.info/gems/stellar-base/0.
|
438
|
-
changelog_uri: https://github.com/astroband/ruby-stellar-sdk/blob/v0.
|
439
|
-
source_code_uri: https://github.com/astroband/ruby-stellar-sdk/tree/v0.
|
437
|
+
documentation_uri: https://rubydoc.info/gems/stellar-base/0.26.0/
|
438
|
+
changelog_uri: https://github.com/astroband/ruby-stellar-sdk/blob/v0.26.0/base/CHANGELOG.md
|
439
|
+
source_code_uri: https://github.com/astroband/ruby-stellar-sdk/tree/v0.26.0/base
|
440
440
|
post_install_message:
|
441
441
|
rdoc_options: []
|
442
442
|
require_paths:
|