ouroboros-peatio-bitgo 3.1.0 → 3.1.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 +4 -4
- data/bin/console +0 -0
- data/bin/setup +0 -0
- data/lib/peatio/bitgo/version.rb +1 -1
- data/{peatio-bitgo.gemspec → ouroboros-peatio-bitgo.gemspec} +3 -3
- metadata +7 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 748633df0ceb986ce48fb373d8f3103b2c0d2e2833d4a8885a22a1b7bcf4f7a2
|
|
4
|
+
data.tar.gz: 20ec71e3b060fa7be4b9422622820c5bd3c6a267e9101d41b7cc9d995ea8b16d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b02e4cc215875bcbd189d49289cb8ab1720b47e789228d0a8d7909a4ba0a979301e901c953f94526acc5d2501147a5b820c1573743689a07cdb9f0b9847c5db7
|
|
7
|
+
data.tar.gz: fde1cb9263cca8df43a740c6d49da37c05ecb98d141d600d4571389bc6773083b3c5cc27732184d7e24364cb916ef312beeff8006633de9c1d4e31c35938d801
|
data/bin/console
CHANGED
|
File without changes
|
data/bin/setup
CHANGED
|
File without changes
|
data/lib/peatio/bitgo/version.rb
CHANGED
|
@@ -6,12 +6,12 @@ require "peatio/bitgo/version"
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "ouroboros-peatio-bitgo"
|
|
8
8
|
spec.version = Peatio::Bitgo::VERSION
|
|
9
|
-
spec.authors = ["
|
|
10
|
-
spec.email = ["
|
|
9
|
+
spec.authors = ["Nadia Ch., Maksym N."]
|
|
10
|
+
spec.email = ["nchumak@heliostech.fr"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Gem for extending Peatio plugable system with Bitgo implementation.}
|
|
13
13
|
spec.description = %q{Bitgo Peatio gem which implements Peatio::Blockchain::Abstract & Peatio::Wallet::Abstract.}
|
|
14
|
-
spec.homepage = "https://
|
|
14
|
+
spec.homepage = "https://openware.com/"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Specify which files should be added to the gem when it is released.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ouroboros-peatio-bitgo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Nadia Ch., Maksym N.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -180,7 +180,7 @@ dependencies:
|
|
|
180
180
|
version: '3.5'
|
|
181
181
|
description: Bitgo Peatio gem which implements Peatio::Blockchain::Abstract & Peatio::Wallet::Abstract.
|
|
182
182
|
email:
|
|
183
|
-
-
|
|
183
|
+
- nchumak@heliostech.fr
|
|
184
184
|
executables: []
|
|
185
185
|
extensions: []
|
|
186
186
|
extra_rdoc_files: []
|
|
@@ -219,8 +219,8 @@ files:
|
|
|
219
219
|
- lib/peatio/bitgo/railtie.rb
|
|
220
220
|
- lib/peatio/bitgo/version.rb
|
|
221
221
|
- lib/peatio/bitgo/wallet.rb
|
|
222
|
-
- peatio-bitgo.gemspec
|
|
223
|
-
homepage: https://
|
|
222
|
+
- ouroboros-peatio-bitgo.gemspec
|
|
223
|
+
homepage: https://openware.com/
|
|
224
224
|
licenses:
|
|
225
225
|
- MIT
|
|
226
226
|
metadata: {}
|
|
@@ -239,8 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
239
239
|
- !ruby/object:Gem::Version
|
|
240
240
|
version: '0'
|
|
241
241
|
requirements: []
|
|
242
|
-
|
|
243
|
-
rubygems_version: 2.7.10
|
|
242
|
+
rubygems_version: 3.1.6
|
|
244
243
|
signing_key:
|
|
245
244
|
specification_version: 4
|
|
246
245
|
summary: Gem for extending Peatio plugable system with Bitgo implementation.
|