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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e00e28926a7cb389ee1f10739297a8cb7e316542d83eeeb8b769e9551b21de19
4
- data.tar.gz: 786c1e4d0829fe4e9c1e8febc29e72cd9c8420eda83e7767e24319dc2534c690
3
+ metadata.gz: 748633df0ceb986ce48fb373d8f3103b2c0d2e2833d4a8885a22a1b7bcf4f7a2
4
+ data.tar.gz: 20ec71e3b060fa7be4b9422622820c5bd3c6a267e9101d41b7cc9d995ea8b16d
5
5
  SHA512:
6
- metadata.gz: 27e051673a38b4762e68e875960a8757b80999ea3dcd04a8804f5f7a29c60992715e4222bb1c4cab0487a6540170da9bd45acca90244580a0cc6454c838bdc33
7
- data.tar.gz: f10763c195cfb33582823b344d33a1cffd906f4e696ca40c7d7c852b6f0c28770fcf9ddd29cfbd8c20292886106d3b8dbec847fa6c3c4f77e5b88302788a802c
6
+ metadata.gz: b02e4cc215875bcbd189d49289cb8ab1720b47e789228d0a8d7909a4ba0a979301e901c953f94526acc5d2501147a5b820c1573743689a07cdb9f0b9847c5db7
7
+ data.tar.gz: fde1cb9263cca8df43a740c6d49da37c05ecb98d141d600d4571389bc6773083b3c5cc27732184d7e24364cb916ef312beeff8006633de9c1d4e31c35938d801
data/bin/console CHANGED
File without changes
data/bin/setup CHANGED
File without changes
@@ -1,5 +1,5 @@
1
1
  module Peatio
2
2
  module Bitgo
3
- VERSION = "3.1.0".freeze
3
+ VERSION = "3.1.2".freeze
4
4
  end
5
5
  end
@@ -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 = ["ISPOS"]
10
- spec.email = ["contacto@ispos.mx"]
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://ispos.mx/"
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.0
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - ISPOS
7
+ - Nadia Ch., Maksym N.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-25 00:00:00.000000000 Z
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
- - contacto@ispos.mx
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://ispos.mx/
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
- rubyforge_project:
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.