double_double 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module DoubleDouble
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -55,10 +55,10 @@ shared_examples "a right side account type" do
55
55
  acct1 = FactoryGirl.create(right_side_account_type)
56
56
  acct2 = FactoryGirl.create(right_side_account_type)
57
57
  other_account = FactoryGirl.create("not_#{right_side_account_type}".to_sym)
58
- a1 = rand(10..1_000_000_000)
59
- a2 = rand(10..1_000_000_000)
60
- a3 = rand(10..1_000_000_000)
61
- a4 = rand(10..1_000_000_000)
58
+ a1 = rand(1_000_000_000)
59
+ a2 = rand(1_000_000_000)
60
+ a3 = rand(1_000_000_000)
61
+ a4 = rand(1_000_000_000)
62
62
  pid1 = 100
63
63
  pid2 = 200
64
64
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: double_double
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: