stellar-horizon 0.30.0 → 0.31.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. metadata +8 -50
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15b99857cacc22135cf35f1e24491919a8066e13baa1f53bb23c93a2af8b70d8
4
- data.tar.gz: 9af6d7281c2c1beb22c09e1d91fde25fd916c6fe353a4db5c2e0da5f07a98b29
3
+ metadata.gz: 122e9a76d6301b3f4faab0359ecc7c5f07842a11c0a8faca5fc2ac4a56fbca77
4
+ data.tar.gz: 112b179c66c1767dfb0d748199664b19f5d53b2b8f7436c2e5607e9bdc626ddd
5
5
  SHA512:
6
- metadata.gz: 821698402b911065f5fb1c9e1e503a645530b745d06086414fbfddbd2689435581b2ca4672e5a15647f8991c65a00ce3d1c8e8a2a66aabd8f0fcda52730568c1
7
- data.tar.gz: 5a34e8098bd454dabf69ee6c6c69eda9d5c09fcded4c8be868951e828f1bc85e51d94837ee22693b37effb949860fa045a62779d79b1d75663a152ad1066c868
6
+ metadata.gz: 0b7328e18e8a01825fc5cdce9633a1095108c9b3c3675cec8f1f248e05212ee0c4e84f0d68197bdd50d80cdd7b00d19d7b3b8d9a72ffda09fce5f65e2cd30add
7
+ data.tar.gz: 81532c66304b4570790decd92cb3ffaf8da4a8082281d471dcbe56009fca6e72a69199cd646090ffba0ea5b10aaed36151adde18b4f59e63749bd113eae0b54a
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.31.0](https://github.com/astroband/ruby-stellar-sdk/compare/v0.30.0...v0.31.0) (2022-02-20)
11
+ * No changes
12
+
10
13
  ## [0.30.0](https://github.com/astroband/ruby-stellar-sdk/compare/v0.29.0...v0.30.0) (2021-10-14)
11
14
  ### Added
12
15
  * `Stellar::Horizon::Problem` class moved to `stellar-horizon` gem from `stellar-sdk`
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stellar-horizon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Nebolsin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-10-13 00:00:00.000000000 Z
12
+ date: 2022-02-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: stellar-base
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 0.30.0
20
+ version: 0.31.0
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - '='
26
26
  - !ruby/object:Gem::Version
27
- version: 0.30.0
27
+ version: 0.31.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: excon
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -105,48 +105,6 @@ dependencies:
105
105
  - - "<"
106
106
  - !ruby/object:Gem::Version
107
107
  version: '2.0'
108
- - !ruby/object:Gem::Dependency
109
- name: bundler
110
- requirement: !ruby/object:Gem::Requirement
111
- requirements:
112
- - - "~>"
113
- - !ruby/object:Gem::Version
114
- version: '2.0'
115
- type: :development
116
- prerelease: false
117
- version_requirements: !ruby/object:Gem::Requirement
118
- requirements:
119
- - - "~>"
120
- - !ruby/object:Gem::Version
121
- version: '2.0'
122
- - !ruby/object:Gem::Dependency
123
- name: rake
124
- requirement: !ruby/object:Gem::Requirement
125
- requirements:
126
- - - "~>"
127
- - !ruby/object:Gem::Version
128
- version: '13'
129
- type: :development
130
- prerelease: false
131
- version_requirements: !ruby/object:Gem::Requirement
132
- requirements:
133
- - - "~>"
134
- - !ruby/object:Gem::Version
135
- version: '13'
136
- - !ruby/object:Gem::Dependency
137
- name: rspec
138
- requirement: !ruby/object:Gem::Requirement
139
- requirements:
140
- - - "~>"
141
- - !ruby/object:Gem::Version
142
- version: '3.9'
143
- type: :development
144
- prerelease: false
145
- version_requirements: !ruby/object:Gem::Requirement
146
- requirements:
147
- - - "~>"
148
- - !ruby/object:Gem::Version
149
- version: '3.9'
150
108
  description:
151
109
  email:
152
110
  executables: []
@@ -168,9 +126,9 @@ licenses:
168
126
  - Apache-2.0
169
127
  metadata:
170
128
  github_repo: ssh://github.com/astroband/ruby-stellar-sdk
171
- documentation_uri: https://rubydoc.info/gems/stellar-sdk/0.30.0/
172
- changelog_uri: https://github.com/astroband/ruby-stellar-sdk/blob/v0.30.0/horizon/CHANGELOG.md
173
- source_code_uri: https://github.com/astroband/ruby-stellar-sdk/tree/v0.30.0/horizon
129
+ documentation_uri: https://rubydoc.info/gems/stellar-sdk/0.31.0/
130
+ changelog_uri: https://github.com/astroband/ruby-stellar-sdk/blob/v0.31.0/horizon/CHANGELOG.md
131
+ source_code_uri: https://github.com/astroband/ruby-stellar-sdk/tree/v0.31.0/horizon
174
132
  post_install_message:
175
133
  rdoc_options: []
176
134
  require_paths:
@@ -186,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
144
  - !ruby/object:Gem::Version
187
145
  version: '0'
188
146
  requirements: []
189
- rubygems_version: 3.2.22
147
+ rubygems_version: 3.3.5
190
148
  signing_key:
191
149
  specification_version: 4
192
150
  summary: Stellar Horizon client library