Skip to content

Commit

Permalink
#81 zold 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 24, 2018
1 parent bf1ce6f commit 72da63e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -47,4 +47,4 @@ gem 'sinatra-contrib', '2.0.4'
gem 'telepost', '0.2.1'
gem 'webmock', '3.4.2'
gem 'xcop', '0.6'
gem 'zold', '0.20.4'
gem 'zold', '0.21.0'
23 changes: 15 additions & 8 deletions Gemfile.lock
Expand Up @@ -10,7 +10,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
aws-eventstream (1.0.1)
aws-partitions (1.126.0)
aws-partitions (1.127.0)
aws-sdk-core (3.44.1)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
Expand Down Expand Up @@ -85,7 +85,7 @@ GEM
temple (>= 0.8.0)
tilt
hashdiff (0.3.7)
i18n (1.2.0)
i18n (1.3.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jaro_winkler (1.5.1)
Expand All @@ -97,6 +97,11 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
memory_profiler (0.9.12)
mimic (0.4.2)
json
plist
rack
sinatra
mini_portile2 (2.4.0)
minitest (5.11.3)
multi_json (1.13.1)
Expand All @@ -109,6 +114,7 @@ GEM
parallel (1.12.1)
parser (2.5.3.0)
ast (~> 2.4.0)
plist (3.5.0)
powerpack (0.1.2)
public_suffix (3.0.3)
rack (2.0.6)
Expand Down Expand Up @@ -188,7 +194,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
unicode-display_width (1.4.1)
url (0.3.2)
usagewatch (0.0.7)
usagewatch_ext (0.2.1)
Expand All @@ -207,8 +213,8 @@ GEM
nokogiri (~> 1.8)
rainbow (~> 3.0)
slop (~> 4.4)
zache (0.5.3)
zold (0.20.1)
zache (0.7.0)
zold (0.21.0)
backtrace (>= 0.3)
concurrent-ruby (= 1.1.3)
cucumber (= 3.1.2)
Expand All @@ -217,6 +223,7 @@ GEM
get_process_mem (~> 0.2)
json (= 2.1.0)
memory_profiler (= 0.9.12)
mimic (= 0.4.2)
openssl (= 2.1.2)
rainbow (= 3.0.0)
rake (= 12.3.1)
Expand All @@ -231,7 +238,7 @@ GEM
typhoeus (= 1.3.1)
usagewatch_ext (= 0.2.1)
xcop (>= 0.6)
zache (>= 0.5.3)
zache (>= 0.7.0)
zold-score (= 0.4.4)
zold-score (0.4.4)

Expand Down Expand Up @@ -268,10 +275,10 @@ DEPENDENCIES
telepost (= 0.2.1)
webmock (= 3.4.2)
xcop (= 0.6)
zold (= 0.20.1)
zold (= 0.21.0)

RUBY VERSION
ruby 2.5.1p57

BUNDLED WITH
1.17.1
1.17.2
4 changes: 2 additions & 2 deletions test/test_ops.rb
Expand Up @@ -46,8 +46,8 @@ def test_make_payment
friend = User.new('friend', Item.new('friend', Dynamo.new.aws, log: test_log), wallets, log: test_log)
friend.create
# copies = File.join(dir, 'copies')
# Ops.new(item, user, wallets, remotes, copies, log: log).pay(
# keygap, friend.wallet.id, Zold::Amount.new(zld: 19.99), 'for fun'
# Ops.new(item, user, wallets, remotes, copies, log: test_log).pay(
# keygap, friend.item.id, Zold::Amount.new(zld: 19.99), 'for fun'
# )
end
end
Expand Down

0 comments on commit 72da63e

Please sign in to comment.