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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1a694eae2812a06c1783fe29508c91b00b7dadde2061208f638f530e64fb2b0
4
- data.tar.gz: b828330e5307abeb9299debf3b357bbdb9f8e0c89725f1bcc69b6079e8caca0c
3
+ metadata.gz: cc156922c7ec08fa4b9a1aec1d63b6001275c94ae15b7845b4bd39b9cbc50d0a
4
+ data.tar.gz: 816135f5decf209bb715921a352660431f20234d1383371dfc936a3a66cbda7e
5
5
  SHA512:
6
- metadata.gz: e3b89e69e7e706cdf64602c768e090f87b6fbe14ba8abb9b6f414c6821df603b6884bc5123173010e0ef6786a1676818f1b4d09a7ec5a48e40c91075f0fe5526
7
- data.tar.gz: c73eb322fc963fc2f4c56f1e9a01b7554802ff751fdc2bddd2bd86f61e4260c97d85f15dcc9176c0a027a6f538140829631abae91b0a1c62b519ae806625e548
6
+ metadata.gz: 4209e5410283989fc96b3597cf70c2cf2cf88f3e98e4013c233f000ec5aca1efb23192d4f3d845a3f915b124d1185e7c2a3a9bad6cb1e5a61c1c87beb6349dce
7
+ data.tar.gz: fec4f6c961279ae79871b3c17a4744a706c0ea8138161bf386cebbd9a3ff80d0c82031c10be391213420905026097472d925df0ae31ab2ae2e35ceb5ab929ee8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bit_converter (0.1.0)
4
+ bit_converter (1.0.0)
5
5
  actionview (~> 6.1, >= 6.1.4.1)
6
6
  thor
7
7
 
@@ -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 = "bin"
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BitConverter
4
- VERSION = "1.0.0"
4
+ VERSION = "1.1.0"
5
5
  end
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.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tuan Nguyen
8
8
  autorequire:
9
- bindir: bin
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