dalliance 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,11 +44,7 @@ module Dalliance
44
44
  end
45
45
 
46
46
  def increment!
47
- self.current_count += 1
48
- self.save!
49
-
50
- #Will this work too?
51
- #Dalliance::ProgressMeter.increment_counter(:current_count, self.id)
47
+ Dalliance::ProgressMeter.increment_counter(:current_count, self.id)
52
48
  end
53
49
  end
54
50
  end
@@ -2,7 +2,7 @@ module Dalliance
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 6
5
+ TINY = 7
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dalliance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-28 00:00:00.000000000 Z
12
+ date: 2012-07-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord