stellar_spectrum 0.2.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 701c1e76ded1075a0b6db252cdf9016bde2226d64710e31bae2a12ee1fae1c6d
4
- data.tar.gz: 3190b3aa4fb5861c22b87354eab7588ae64f3e0bde57cab6f92fe9409445a907
3
+ metadata.gz: '0973e01fef131fdb5026e04c8ca49939c230a54d2086bd3838b84fe7bdb2e693'
4
+ data.tar.gz: c5f9da4f3eb02163675fb64745b4b1dfa52a7500d4f9c0e0352cccf7bbfd60a1
5
5
  SHA512:
6
- metadata.gz: b5f80b73de36695e9c3281d517431c938abeceac4b69c21d823225bb40704af9f27057bd8be601d98ef9dadd374a0a5f27b15047f143e731c495d92c211f354f
7
- data.tar.gz: 228e90ed34798b8e427bcf23ff5083d9b74f1be366c0ca3255d0c200c7081865dbefe094e69b85126a59a21282db2d95a7ce41238e968d3f23b14dc7650a39cd
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: gem install bundler -v 1.16.6
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.2.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.0.5)
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.3)
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.0)
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 (5.0.0)
66
+ rbnacl (6.0.0)
80
67
  ffi
81
- rbnacl-libsodium (1.0.16)
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.17.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
@@ -73,7 +73,7 @@ module StellarSpectrum
73
73
  to: to,
74
74
  amount: amount,
75
75
  memo: memo,
76
- channel_account: channel_account,
76
+ transaction_source: channel_account,
77
77
  sequence: next_sequence_number,
78
78
  )
79
79
  end
@@ -1,3 +1,3 @@
1
1
  module StellarSpectrum
2
- VERSION = "0.2.0"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -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.2.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-10-19 00:00:00.000000000 Z
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: '0'
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: '0'
69
+ version: 0.6.0
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: bundler
72
72
  requirement: !ruby/object:Gem::Requirement