sentiql 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/sentiql.rb +1 -1
  2. data/lib/sentiql/version.rb +1 -1
  3. metadata +2 -2
data/lib/sentiql.rb CHANGED
@@ -9,7 +9,7 @@ module SentiQL
9
9
  @attrs = {}
10
10
  @errors = {}
11
11
  attrs.each_pair do |key, value|
12
- @attrs[key] = value
12
+ @attrs[key.to_sym] = value
13
13
  end
14
14
  end
15
15
 
@@ -1,3 +1,3 @@
1
1
  module SentiQL
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 4
9
- version: 0.2.4
8
+ - 5
9
+ version: 0.2.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Martynas Miliauskas