fridge_api 0.1 → 0.1.1

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.
@@ -46,6 +46,10 @@ module FridgeApi
46
46
  @attrs.has_key?(method.to_sym) ? @attrs[method.to_sym] : super
47
47
  end
48
48
 
49
+ def attrs
50
+ @attrs
51
+ end
52
+
49
53
  private
50
54
 
51
55
  def parse
@@ -1,5 +1,5 @@
1
1
  module FridgeApi
2
2
 
3
- VERSION = "0.1".freeze
3
+ VERSION = "0.1.1".freeze
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fridge_api
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: