tupalo-gattica 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/gattica.rb CHANGED
@@ -26,7 +26,7 @@ require 'gattica/data_point'
26
26
 
27
27
  module Gattica
28
28
 
29
- VERSION = '0.3.2.for_tupalo'
29
+ VERSION = '0.3.4.for_tupalo'
30
30
 
31
31
  # Creates a new instance of Gattica::Engine and gets us going. Please see the README for usage docs.
32
32
  #
@@ -15,11 +15,11 @@ class Hash
15
15
  self.values.first if self.length == 1
16
16
  end
17
17
 
18
- def stringify_keys
19
- inject({}) do |options, (key, value)|
20
- options[key.to_s] = value
21
- options
22
- end
23
- end
18
+ # def stringify_keys
19
+ # inject({}) do |options, (key, value)|
20
+ # options[key.to_s] = value
21
+ # options
22
+ # end
23
+ # end
24
24
 
25
25
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 3
9
- version: 0.3.3
8
+ - 4
9
+ version: 0.3.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Rob Cameron