bit_converter 1.0.0 → 1.1.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 +4 -4
- data/Gemfile.lock +1 -1
- data/bit_converter.gemspec +1 -1
- data/{bin → exe}/bit +0 -0
- data/lib/bit_converter/version.rb +1 -1
- 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: cc156922c7ec08fa4b9a1aec1d63b6001275c94ae15b7845b4bd39b9cbc50d0a
|
|
4
|
+
data.tar.gz: 816135f5decf209bb715921a352660431f20234d1383371dfc936a3a66cbda7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4209e5410283989fc96b3597cf70c2cf2cf88f3e98e4013c233f000ec5aca1efb23192d4f3d845a3f915b124d1185e7c2a3a9bad6cb1e5a61c1c87beb6349dce
|
|
7
|
+
data.tar.gz: fec4f6c961279ae79871b3c17a4744a706c0ea8138161bf386cebbd9a3ff80d0c82031c10be391213420905026097472d925df0ae31ab2ae2e35ceb5ab929ee8
|
data/Gemfile.lock
CHANGED
data/bit_converter.gemspec
CHANGED
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
|
24
24
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
|
|
25
25
|
end
|
|
26
|
-
spec.bindir = "
|
|
26
|
+
spec.bindir = "exe"
|
|
27
27
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
|
28
28
|
spec.require_paths = ["lib"]
|
|
29
29
|
|
data/{bin → exe}/bit
RENAMED
|
File without changes
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bit_converter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tuan Nguyen
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2021-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
@@ -104,7 +104,8 @@ description: A simple crypto and fiat currency converter which can also serve as
|
|
|
104
104
|
minimal portfolio tracker.
|
|
105
105
|
email:
|
|
106
106
|
- hi@tuanguyen.com
|
|
107
|
-
executables:
|
|
107
|
+
executables:
|
|
108
|
+
- bit
|
|
108
109
|
extensions: []
|
|
109
110
|
extra_rdoc_files: []
|
|
110
111
|
files:
|
|
@@ -115,11 +116,11 @@ files:
|
|
|
115
116
|
- LICENSE.txt
|
|
116
117
|
- README.md
|
|
117
118
|
- Rakefile
|
|
118
|
-
- bin/bit
|
|
119
119
|
- bin/console
|
|
120
120
|
- bin/setup
|
|
121
121
|
- bit_converter.gemspec
|
|
122
122
|
- cucumber.yml
|
|
123
|
+
- exe/bit
|
|
123
124
|
- lib/bit_converter.rb
|
|
124
125
|
- lib/bit_converter/cli.rb
|
|
125
126
|
- lib/bit_converter/coinbase_wrapper.rb
|