base58 0.2.2 → 0.2.3
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/CHANGELOG +3 -0
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/base58.gemspec +5 -4
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ab244d120c66d500b8400835c73a757c231ff737c81cbf7da484ffb902acbbc
|
|
4
|
+
data.tar.gz: 7b18223b90840eb6cc21c9285cc44e5f547d82325478bbf7d75d786ba230231e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a4112edff3ec4b8ebd8acbc14bdda73cb9cce82a382d2e4caa7b7e75f25134a6037442620481ef25b09f7e8dfb8d0ed2d07d9fc7bf368e5ed706845ab2968e4
|
|
7
|
+
data.tar.gz: 337060385fa1b1c820976e468e0c9914a0f6c2f9df7ebc61390b5ef2040bbbdb9b6f1f5947e838ffdb1ad8c3d158aad8433cd9994b1dc130b800241ba0704ca6
|
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.3
|
data/base58.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: base58 0.2.
|
|
5
|
+
# stub: base58 0.2.3 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "base58".freeze
|
|
9
|
-
s.version = "0.2.
|
|
9
|
+
s.version = "0.2.3"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Douglas F Shearer".freeze]
|
|
14
|
-
s.date = "2018-
|
|
14
|
+
s.date = "2018-05-16"
|
|
15
15
|
s.description = "Base58 is a Ruby library for converting ints or binaries to and from base58.".freeze
|
|
16
16
|
s.email = "dougal.s@gmail.com".freeze
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -28,7 +28,8 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
"test/test_base58.rb"
|
|
29
29
|
]
|
|
30
30
|
s.homepage = "http://github.com/dougal/base58".freeze
|
|
31
|
-
s.
|
|
31
|
+
s.licenses = ["MIT".freeze]
|
|
32
|
+
s.rubygems_version = "2.7.6".freeze
|
|
32
33
|
s.summary = "Base58 is a Ruby library for converting ints or binaries to and from base58.".freeze
|
|
33
34
|
end
|
|
34
35
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: base58
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Douglas F Shearer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Base58 is a Ruby library for converting ints or binaries to and from
|
|
14
14
|
base58.
|
|
@@ -27,7 +27,8 @@ files:
|
|
|
27
27
|
- lib/base58.rb
|
|
28
28
|
- test/test_base58.rb
|
|
29
29
|
homepage: http://github.com/dougal/base58
|
|
30
|
-
licenses:
|
|
30
|
+
licenses:
|
|
31
|
+
- MIT
|
|
31
32
|
metadata: {}
|
|
32
33
|
post_install_message:
|
|
33
34
|
rdoc_options: []
|
|
@@ -45,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
45
46
|
version: '0'
|
|
46
47
|
requirements: []
|
|
47
48
|
rubyforge_project:
|
|
48
|
-
rubygems_version: 2.7.
|
|
49
|
+
rubygems_version: 2.7.6
|
|
49
50
|
signing_key:
|
|
50
51
|
specification_version: 4
|
|
51
52
|
summary: Base58 is a Ruby library for converting ints or binaries to and from base58.
|