insulin 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- insulin (0.1.0)
4
+ insulin (0.1.1)
5
5
  bson_ext
6
6
  ffi
7
7
  mongo
@@ -33,7 +33,6 @@ module Insulin
33
33
  total = 0
34
34
  self.each do |d|
35
35
  total += d.average_glucose
36
- puts d.keys
37
36
  end
38
37
 
39
38
  return total / self.size
@@ -1,5 +1,5 @@
1
1
  module Insulin
2
2
 
3
3
  # Current version
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: insulin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: