stellar_base-rails 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/stellar_base/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afe1bcbef83824eb0a82e5efe787a4f2bf892771f56227513dc8e1b4c2941c86
|
4
|
+
data.tar.gz: 92568bb19d87d9278a0908041b4d8e6513bc0466b95ff59f0101622c80ae5b82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
```
|
data/lib/stellar_base/version.rb
CHANGED
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.
|
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.
|
369
|
+
rubygems_version: 2.7.6
|
356
370
|
signing_key:
|
357
371
|
specification_version: 4
|
358
372
|
summary: Mountable Stellar API Endpoints for Rails
|