hoc 0.5 → 0.6

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.
Files changed (3) hide show
  1. data/lib/hoc/version.rb +1 -1
  2. data/test/test_git.rb +2 -2
  3. metadata +1 -1
@@ -26,5 +26,5 @@
26
26
  # Copyright:: Copyright (c) 2014 Yegor Bugayenko
27
27
  # License:: MIT
28
28
  module HOC
29
- VERSION = '0.5'
29
+ VERSION = '0.6'
30
30
  end
@@ -73,10 +73,10 @@ class TestGit < Minitest::Test
73
73
  git init .
74
74
  git config user.email test@teamed.io
75
75
  git config user.name test
76
- dd if=/dev/random of=test.dat bs=1 count=65536
76
+ dd if=/dev/urandom of=test.dat bs=1 count=65536
77
77
  git add test.dat
78
78
  git commit -am 'binary file'
79
- dd if=/dev/random of=test.dat bs=1 count=65536
79
+ dd if=/dev/urandom of=test.dat bs=1 count=65536
80
80
  git add test.dat
81
81
  git commit -am 'binary file modified'
82
82
  ")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoc
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.5'
4
+ version: '0.6'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: