stellar_spectrum 0.2.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +5 -1
- data/CHANGELOG.md +4 -0
- data/Gemfile +0 -6
- data/Gemfile.lock +19 -29
- data/lib/stellar_spectrum/client.rb +1 -1
- data/lib/stellar_spectrum/version.rb +1 -1
- data/stellar_spectrum.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0973e01fef131fdb5026e04c8ca49939c230a54d2086bd3838b84fe7bdb2e693'
|
4
|
+
data.tar.gz: c5f9da4f3eb02163675fb64745b4b1dfa52a7500d4f9c0e0352cccf7bbfd60a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f896ac727003556d6116c8bcc7609dac568ab3d99d163dad267f67119184bff303b53c01da8556ca4eb5cd3622b48b5b24460922572d2067cd15de917ebcb45d
|
7
|
+
data.tar.gz: d93ee85a47ec55cf62ea627a67af50ee25a7ca4592939046c6996e7e8e1e2cd5a895b80e1a0c87142944a4ce9714f992a098570188d01433384c06950ec3c46e
|
data/.travis.yml
CHANGED
@@ -5,6 +5,10 @@ language: ruby
|
|
5
5
|
cache: bundler
|
6
6
|
rvm:
|
7
7
|
- 2.5.1
|
8
|
-
before_install:
|
8
|
+
before_install:
|
9
|
+
- gem install bundler -v 1.16.6
|
10
|
+
- sudo add-apt-repository -y ppa:chris-lea/libsodium
|
11
|
+
- sudo apt-get -y update
|
12
|
+
- sudo apt-get install -y libsodium-dev
|
9
13
|
before_script:
|
10
14
|
- cp spec/config.yml{.sample,}
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## [1.0.0] - 2018-11-30
|
8
|
+
### Changed
|
9
|
+
- Use stellar-sdk => 0.6.0
|
10
|
+
|
7
11
|
## [0.2.0]
|
8
12
|
### Fixed
|
9
13
|
- Do not require `redis_url`, `seeds`, `horizon_url` to be set in the gem's global config
|
data/Gemfile
CHANGED
@@ -2,12 +2,6 @@ source "https://rubygems.org"
|
|
2
2
|
|
3
3
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
4
4
|
|
5
|
-
|
6
|
-
gem("stellar-sdk", {
|
7
|
-
github: "bloom-solutions/ruby-stellar-sdk",
|
8
|
-
branch: "clarify-payment-channel",
|
9
|
-
})
|
10
|
-
|
11
5
|
# Specify your gem's dependencies in stellar_spectrum.gemspec
|
12
6
|
gemspec
|
13
7
|
|
data/Gemfile.lock
CHANGED
@@ -1,31 +1,18 @@
|
|
1
|
-
GIT
|
2
|
-
remote: https://github.com/bloom-solutions/ruby-stellar-sdk
|
3
|
-
revision: df0113532301625f962956da3d9818787d0910ee
|
4
|
-
branch: clarify-payment-channel
|
5
|
-
specs:
|
6
|
-
stellar-sdk (0.5.0)
|
7
|
-
activesupport (>= 5.2.0)
|
8
|
-
contracts (~> 0.16)
|
9
|
-
excon (~> 0.44, >= 0.44.4)
|
10
|
-
hyperclient (~> 0.7)
|
11
|
-
stellar-base (>= 0.16.0)
|
12
|
-
toml-rb (~> 1.1, >= 1.1.1)
|
13
|
-
|
14
1
|
PATH
|
15
2
|
remote: .
|
16
3
|
specs:
|
17
|
-
stellar_spectrum (0.
|
4
|
+
stellar_spectrum (1.0.0)
|
18
5
|
activesupport
|
19
6
|
gem_config
|
20
7
|
redis
|
21
|
-
stellar-sdk
|
8
|
+
stellar-sdk (>= 0.6.0)
|
22
9
|
|
23
10
|
GEM
|
24
11
|
remote: https://rubygems.org/
|
25
12
|
specs:
|
26
|
-
activemodel (5.2.1)
|
27
|
-
activesupport (= 5.2.1)
|
28
|
-
activesupport (5.2.1)
|
13
|
+
activemodel (5.2.1.1)
|
14
|
+
activesupport (= 5.2.1.1)
|
15
|
+
activesupport (5.2.1.1)
|
29
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
30
17
|
i18n (>= 0.7, < 2)
|
31
18
|
minitest (~> 5.1)
|
@@ -36,14 +23,14 @@ GEM
|
|
36
23
|
byebug (10.0.2)
|
37
24
|
citrus (3.0.2)
|
38
25
|
coderay (1.1.2)
|
39
|
-
concurrent-ruby (1.
|
26
|
+
concurrent-ruby (1.1.3)
|
40
27
|
contracts (0.16.0)
|
41
28
|
crack (0.4.3)
|
42
29
|
safe_yaml (~> 1.0.0)
|
43
30
|
diff-lcs (1.3)
|
44
31
|
digest-crc (0.4.1)
|
45
32
|
excon (0.62.0)
|
46
|
-
faraday (0.15.
|
33
|
+
faraday (0.15.4)
|
47
34
|
multipart-post (>= 1.2, < 3)
|
48
35
|
faraday-digestauth (0.3.0)
|
49
36
|
faraday (~> 0.7)
|
@@ -62,7 +49,7 @@ GEM
|
|
62
49
|
faraday_middleware
|
63
50
|
net-http-digest_auth
|
64
51
|
uri_template
|
65
|
-
i18n (1.1.
|
52
|
+
i18n (1.1.1)
|
66
53
|
concurrent-ruby (~> 1.0)
|
67
54
|
method_source (0.9.0)
|
68
55
|
minitest (5.11.3)
|
@@ -76,11 +63,9 @@ GEM
|
|
76
63
|
pry (~> 0.10)
|
77
64
|
public_suffix (3.0.3)
|
78
65
|
rake (10.5.0)
|
79
|
-
rbnacl (
|
66
|
+
rbnacl (6.0.0)
|
80
67
|
ffi
|
81
|
-
|
82
|
-
rbnacl (>= 3.0.1)
|
83
|
-
redis (4.0.2)
|
68
|
+
redis (4.0.3)
|
84
69
|
rspec (3.8.0)
|
85
70
|
rspec-core (~> 3.8.0)
|
86
71
|
rspec-expectations (~> 3.8.0)
|
@@ -95,13 +80,19 @@ GEM
|
|
95
80
|
rspec-support (~> 3.8.0)
|
96
81
|
rspec-support (3.8.0)
|
97
82
|
safe_yaml (1.0.4)
|
98
|
-
stellar-base (0.
|
83
|
+
stellar-base (0.18.0)
|
99
84
|
activesupport (>= 5.2.0)
|
100
85
|
base32
|
101
86
|
digest-crc
|
102
|
-
rbnacl
|
103
|
-
rbnacl-libsodium (~> 1.0.16)
|
87
|
+
rbnacl (>= 6.0)
|
104
88
|
xdr (~> 3.0.0)
|
89
|
+
stellar-sdk (0.6.0)
|
90
|
+
activesupport (>= 5.2.0)
|
91
|
+
contracts (~> 0.16)
|
92
|
+
excon (~> 0.44, >= 0.44.4)
|
93
|
+
hyperclient (~> 0.7)
|
94
|
+
stellar-base (>= 0.18.0)
|
95
|
+
toml-rb (~> 1.1, >= 1.1.1)
|
105
96
|
thread_safe (0.3.6)
|
106
97
|
toml-rb (1.1.2)
|
107
98
|
citrus (~> 3.0, > 3.0)
|
@@ -125,7 +116,6 @@ DEPENDENCIES
|
|
125
116
|
pry-byebug
|
126
117
|
rake (~> 10.0)
|
127
118
|
rspec (~> 3.0)
|
128
|
-
stellar-sdk!
|
129
119
|
stellar_spectrum!
|
130
120
|
vcr
|
131
121
|
webmock
|
data/stellar_spectrum.gemspec
CHANGED
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
|
|
38
38
|
spec.add_dependency "activesupport"
|
39
39
|
spec.add_dependency "gem_config"
|
40
40
|
spec.add_dependency "redis"
|
41
|
-
spec.add_dependency "stellar-sdk"
|
41
|
+
spec.add_dependency "stellar-sdk", ">= 0.6.0"
|
42
42
|
|
43
43
|
spec.add_development_dependency "bundler", "~> 1.16"
|
44
44
|
spec.add_development_dependency "rake", "~> 10.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stellar_spectrum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ramon Tayag
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-
|
12
|
+
date: 2018-11-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -59,14 +59,14 @@ dependencies:
|
|
59
59
|
requirements:
|
60
60
|
- - ">="
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version:
|
62
|
+
version: 0.6.0
|
63
63
|
type: :runtime
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version:
|
69
|
+
version: 0.6.0
|
70
70
|
- !ruby/object:Gem::Dependency
|
71
71
|
name: bundler
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|