Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Bump ciri version to v0.0.4, pass Ethereum tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Aug 7, 2018
1 parent ccca8a6 commit 4ce5a26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
PATH
remote: .
specs:
ciri (0.0.3)
ciri (0.0.4)
bitcoin-secp256k1 (~> 0.4.0)
ciri-crypto (~> 0.1.1)
ciri-rlp (~> 0.1.1)
ciri-utils (~> 0.2.0)
ciri-rlp (~> 0.2.1)
ciri-utils (~> 0.2.1)
concurrent-ruby (~> 1.0.5)
ffi (~> 1.9.23)
lru_redux (~> 1.1.0)
snappy (~> 0.0.17)
ciri-crypto (0.1.1)
bitcoin-secp256k1 (~> 0.4.0)
ciri-utils (~> 0.2.0)
ciri-rlp (0.1.1)
ciri-utils (~> 0.2.0)
ciri-utils (0.2.0)
ciri-rlp (0.2.1)
ciri-utils (~> 0.2.1)
ciri-utils (0.2.1)
digest-sha3 (~> 1.1.0)

GEM
Expand Down
4 changes: 2 additions & 2 deletions ciri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# components
spec.add_dependency 'ciri-utils', '~> 0.2.0'
spec.add_dependency 'ciri-rlp', '~> 0.1.1'
spec.add_dependency 'ciri-utils', '~> 0.2.1'
spec.add_dependency 'ciri-rlp', '~> 0.2.1'
spec.add_dependency 'ciri-crypto', '~> 0.1.1'

spec.add_dependency 'ffi', '~> 1.9.23'
Expand Down
2 changes: 1 addition & 1 deletion lib/ciri/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ciri
VERSION = "0.0.3"
VERSION = "0.0.4"
end

0 comments on commit 4ce5a26

Please sign in to comment.