attribrutal 0.0.4 → 0.0.5

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
- attribrutal (0.0.4)
4
+ attribrutal (0.0.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -7,7 +7,7 @@ module Attribrutal
7
7
  end
8
8
 
9
9
  def initialize( attrs = {} )
10
- @attributes = attrs
10
+ @attributes = attrs.symbolize_keys
11
11
  end
12
12
 
13
13
  def raw_attributes
@@ -1,3 +1,3 @@
1
1
  module Attribrutal
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attribrutal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -96,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  segments:
98
98
  - 0
99
- hash: 1547668724170686462
99
+ hash: 3602452373935576055
100
100
  required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  none: false
102
102
  requirements:
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  segments:
107
107
  - 0
108
- hash: 1547668724170686462
108
+ hash: 3602452373935576055
109
109
  requirements: []
110
110
  rubyforge_project:
111
111
  rubygems_version: 1.8.23