open_recycling 0.0.5 → 0.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd4c3a28c3f4f329e8b1419881879a4d2fad212b4bdeb06e778096901884158a
4
- data.tar.gz: 4f2f6a075f8be59d6cb34461ad5529b2fc272828301d68b307078fa6e81b733b
3
+ metadata.gz: ff2467ed1213baf30828c0cf72f12bb27b5727103181799938cbcde8ed1ac128
4
+ data.tar.gz: ef8518d3d45ec28970fce71e1e64f1663afd791ffc81872e5b47ff54e3dabac1
5
5
  SHA512:
6
- metadata.gz: 509765a296ea65bd8e4bff833f67efe67750ba357717d5e32b510f6fc2a2066335c161785e7608517e37deaaf34c09dcf5b3c5db29ea82f20dfe96b67c6e0e2f
7
- data.tar.gz: dd0743472692ed7fe408d2d5b9c6a53cfa9fa985ad1012e1a5ad7e615fee13341c65a670beda9d1663ee1dd36c11694af9339c569c50febf1060a94ae5000b15
6
+ metadata.gz: 9460ba7ad3456b2bdf7f9613238d94808fb0b7b08834b51044a2238aab0aec4368e1ff8719e2cf9a4e80a3d006d2d40213ed98e37fbc435e76734a179a4689cf
7
+ data.tar.gz: 24dd2b69a059dbb3ba91ccc4df349d1d0052ef46fc03b26e51e2ba022fa6d2b064bb55227348a6ea15d1c9c1aa2fc2ccf098eca7f5128339ebb6f582ea12a7ab
@@ -5,8 +5,8 @@ module OpenRecycling
5
5
  class RecyclingAccounts < OpenRecycling::Resource
6
6
  def initialize(base_url: nil, jwt_token: nil)
7
7
  super(
8
- root_node_singular: "recyclingAccount",
9
- root_node_plural: "recyclingAccounts",
8
+ root_node_singular: "recycling_account",
9
+ root_node_plural: "recycling_accounts",
10
10
  api_url: "#{base_url}/recycling_accounts",
11
11
  jwt_token: jwt_token
12
12
  )
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenRecycling
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open_recycling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Open Recycling