smirk 0.0.7 → 0.0.8

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -5,7 +5,7 @@ module Smirk
5
5
  info.each do |key, value|
6
6
  instance_variable_set("@#{key}", value)
7
7
  Category.instance_eval do
8
- attr_reader key.downcase.to_sym
8
+ attr_reader key.to_sym
9
9
  end
10
10
  end
11
11
  @session_id = session_id
data/lib/smirk/image.rb CHANGED
@@ -5,7 +5,7 @@ module Smirk
5
5
  info.each do |key, value|
6
6
  instance_variable_set("@#{key}", value)
7
7
  Image.instance_eval do
8
- attr_reader key.downcase.to_sym
8
+ attr_reader key.to_sym
9
9
  end
10
10
  end
11
11
  @session_id = session_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smirk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Miller