File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 12
12
jquery-rails (>= 1.0.17 )
13
13
railties (>= 3.1 )
14
14
15
- GIT
16
- remote: git://github.com/emberjs/ember-rails.git
17
- revision: 5e5a398f3c67c3a3b84b7513b93b22bf81055cc9
18
- specs:
19
- stripe-ruby-mock (1.10.1.7 )
20
- dante (>= 0.2.0 )
21
- jimson-temp
22
- stripe (>= 1.15.0 )
23
-
24
15
GIT
25
16
remote: git://github.com/nixme/jazz_hands.git
26
17
revision: 5e4b48f145883ecb14b55bf04eacc28ac9662676
49
40
50
41
GIT
51
42
remote: https://github.com/rebelidealist/stripe-ruby-mock
52
- revision: f4229cbe762bc2a5a302cdd83088c283881e9c5a
43
+ revision: f694a2792bf817932b3e9c4fe7ec51d00da03b4b
53
44
branch: live-tests
54
45
specs:
55
- stripe-ruby-mock (1.10.1.7 )
46
+ stripe-ruby-mock (2.0.0 )
56
47
dante (>= 0.2.0 )
57
48
jimson-temp
58
49
stripe (>= 1.15.0 )
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ namespace :team do
56
56
57
57
def neq_dec ( attr , pg , mongo , fail_if_neq = true )
58
58
scale = 7
59
+
59
60
left = pg . send ( attr ) . to_d . round ( scale )
60
61
right = mongo . send ( attr ) . to_d . round ( scale )
61
62
You can’t perform that action at this time.
0 commit comments