stellar-base 0.18.0 → 0.19.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
- SHA1:
3
- metadata.gz: 84d9b7f78094eff3a6f0b067340a987c0ed2efdb
4
- data.tar.gz: 60d395839f2456d187dfebbee668c8a4cf53d034
2
+ SHA256:
3
+ metadata.gz: ee9599bb2ea3b55e55516019cbe4afaa3905d8791eb807cfa3f8e7d1fd45c8cc
4
+ data.tar.gz: 61f3f0d3b1627831ef9a386083963a88a3ab93df1e0d7c2ea949a02213e8b905
5
5
  SHA512:
6
- metadata.gz: 5daef45a10aa39f8b453100e5472217e8876f5b4e1fbe4e5434fde7766c74f30ea1843504557e38a724900a63bde2e6b07414aa9173ce5f264cab11c3741bde8
7
- data.tar.gz: 85c73b1c64ddc490bf6527c10ddb1d679379ebadbe56ce71e66a9c989ded04506c53ddb51724e50279003ccfd507935cd2dece183a836882163e8d134bd3584f
6
+ metadata.gz: 27ff0126aed943226f8b8c27e947de7d064ff1811b869b2a35366aa97a045cd964a98ba1e6651e70c8d2faf38cf9c798dd2f920f22ae91e2ebfb557cab4eef1f
7
+ data.tar.gz: d4708f217a557fb3a393186dab70fbf2b2bbcf4cf0102e216339ab89a0aba3dc83e90bcaf9f6263dc330f0b5fc97dcbe5148638e60bd259c221153badcfe02fb
@@ -1,13 +1,12 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.6
4
- - 2.3.3
5
- - 2.4.0
6
3
  - 2.5.1
4
+ - 2.6.2
7
5
  before_install:
8
6
  - sudo add-apt-repository -y ppa:chris-lea/libsodium
9
7
  - sudo apt-get -y update
10
8
  - sudo apt-get install -y libsodium-dev
9
+ - gem update bundler
11
10
  script: bundle exec rake travis
12
11
  notifications:
13
12
  slack:
@@ -6,13 +6,13 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).
6
6
  As this project is pre 1.0, breaking changes may happen for minor version
7
7
  bumps. A breaking change will get clearly notified in this log.
8
8
 
9
- ## [0.18.0](https://github.com/stellar/ruby-stellar-base/compare/v0.17.0...v0.18.0)
9
+ ## [0.19.0](https://github.com/stellar/ruby-stellar-base/compare/v0.17.0...master)
10
10
  ### Added
11
11
  - Update XDR definitions for stellar-core v10.0.0 (introduces Liabilities and other changes to support asset-backed offers as per [CAP-0003 Specification](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0003.md#specification))
12
- - Add factories for ledger, transaction, operation.
13
12
 
14
13
  ### Changed
15
14
  - Use rbnacl instead of rbnacl-libsodium (the latter has been [deprecated](https://github.com/crypto-rb/rbnacl-libsodium/issues/29))
15
+ - Loosen ActiveSupport to >= 5.0.0
16
16
 
17
17
  ## [0.17.0](https://github.com/stellar/ruby-stellar-base/compare/v0.16.0...v0.17.0)
18
18
  ### Fixed
@@ -1,5 +1,5 @@
1
1
  module Stellar
2
2
  module Base
3
- VERSION = "0.18.0"
3
+ VERSION = "0.19.0"
4
4
  end
5
5
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.authors = ["Scott Fleckenstein"]
8
8
  spec.email = ["scott@stellar.org"]
9
9
  spec.summary = %q{Stellar client library: XDR}
10
- spec.homepage = "https://github.com/stellar/ruby-stellar-base"
10
+ spec.homepage = "https://github.com/bloom-solutions/ruby-stellar-base"
11
11
  spec.license = "Apache 2.0"
12
12
 
13
13
  spec.files = `git ls-files -z`.split("\x0")
@@ -19,9 +19,9 @@ Gem::Specification.new do |spec|
19
19
  spec.add_dependency "digest-crc"
20
20
  spec.add_dependency "base32"
21
21
  spec.add_dependency "rbnacl", ">= 6.0"
22
- spec.add_dependency "activesupport", ">= 5.2.0"
22
+ spec.add_dependency "activesupport", ">= 5.0.0"
23
23
 
24
- spec.add_development_dependency "bundler", "~> 1.7"
24
+ spec.add_development_dependency "bundler", "~> 2.0"
25
25
  spec.add_development_dependency "rake", "~> 12.0"
26
26
  spec.add_development_dependency "xdrgen"
27
27
  spec.add_development_dependency "rspec", "~> 3.1"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stellar-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Fleckenstein
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-29 00:00:00.000000000 Z
11
+ date: 2019-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xdr
@@ -72,28 +72,28 @@ dependencies:
72
72
  requirements:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: 5.2.0
75
+ version: 5.0.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: 5.2.0
82
+ version: 5.0.0
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: bundler
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '1.7'
89
+ version: '2.0'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '1.7'
96
+ version: '2.0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: rake
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -424,7 +424,7 @@ files:
424
424
  - xdr/Stellar-overlay.x
425
425
  - xdr/Stellar-transaction.x
426
426
  - xdr/Stellar-types.x
427
- homepage: https://github.com/stellar/ruby-stellar-base
427
+ homepage: https://github.com/bloom-solutions/ruby-stellar-base
428
428
  licenses:
429
429
  - Apache 2.0
430
430
  metadata: {}
@@ -445,7 +445,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
445
445
  version: '0'
446
446
  requirements: []
447
447
  rubyforge_project:
448
- rubygems_version: 2.5.1
448
+ rubygems_version: 2.7.8
449
449
  signing_key:
450
450
  specification_version: 4
451
451
  summary: 'Stellar client library: XDR'