collector 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,3 @@
1
- require "active_support/core_ext/hash/keys"
2
-
3
1
  module Collector
4
2
  module Model
5
3
 
@@ -8,8 +6,6 @@ module Collector
8
6
  end
9
7
 
10
8
  def initialize(attributes = {})
11
- attributes.symbolize_keys!
12
-
13
9
  attributes.each do |key, value|
14
10
  instance_variable_set("@#{key}", value) if methods.include? "#{key}".to_sym
15
11
  send("#{key}=", value) if methods.include? "#{key}=".to_sym
@@ -1,3 +1,3 @@
1
1
  module Collector
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: collector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: