stellar_base-rails 0.5.1 → 0.5.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 625fa76bc2c75e561f6d6d6f015bb9e6f98401f222f27af74583c01f6c6db8e6
4
- data.tar.gz: b789bc5c101566f06e2343d3f29a88a339f9e292538cd92398af7f7272cdade3
3
+ metadata.gz: afe1bcbef83824eb0a82e5efe787a4f2bf892771f56227513dc8e1b4c2941c86
4
+ data.tar.gz: 92568bb19d87d9278a0908041b4d8e6513bc0466b95ff59f0101622c80ae5b82
5
5
  SHA512:
6
- metadata.gz: e722408eca4014cf4751fac8d56e8406ab800d6cc008c3cf69aac535bed5fee172647143f0bc6a81a465ed79af447ee161b2da5b339516e464de8c2e6159bd4d
7
- data.tar.gz: 1635bce7abc460e6aedc6d08d0b4bec973446a93f5dc6690f017080bac35cde03552965da77916b25dfe1f1beff8cefa17c4f4e68972ba0b3f3c3d535b933c4b
6
+ metadata.gz: a9c604bcda118b243fabe40e213a09f35151e8e81d95aa70c894f7cb115a998925f530f1a539d14cd3024198427f3e21a3e240a230081fb0bf4423297dc71292
7
+ data.tar.gz: c291ce9c7ea5e99eb25ac6b0da70fa3845ac5b06474250788ca23b2f59805ee157f492519e3d393a2230df6ad878cfef0f8ffb089119ffc240381a3c41bfd0ee
data/README.md CHANGED
@@ -52,7 +52,7 @@ This is the same distribution account that is setup in bridge. Currently, it is
52
52
  - Default: https://horizon.stellar.org
53
53
  - This is where the engine will check bridge callbacks if `c.check_bridge_callbacks_authenticity` is turned on
54
54
 
55
- ### c.stellar_toml
55
+ #### c.stellar_toml
56
56
  - Value(s): Hash, follow Stellar's [documentation](https://www.stellar.org/developers/guides/concepts/stellar-toml.html) for `stellar.toml`
57
57
  - Example:
58
58
  ```
@@ -1,3 +1,3 @@
1
1
  module StellarBase
2
- VERSION = "0.5.1".freeze
2
+ VERSION = "0.5.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stellar_base-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Subido
@@ -94,6 +94,20 @@ dependencies:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.14.0
97
+ - !ruby/object:Gem::Dependency
98
+ name: tomlrb
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '1.0'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '1.0'
97
111
  - !ruby/object:Gem::Dependency
98
112
  name: trailblazer
99
113
  requirement: !ruby/object:Gem::Requirement
@@ -352,7 +366,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
352
366
  version: '0'
353
367
  requirements: []
354
368
  rubyforge_project:
355
- rubygems_version: 2.7.7
369
+ rubygems_version: 2.7.6
356
370
  signing_key:
357
371
  specification_version: 4
358
372
  summary: Mountable Stellar API Endpoints for Rails