contact-data 0.5.5 → 0.5.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
  SHA1:
3
- metadata.gz: 7b07d238139da43dd76d947da71ce1f7f0240d02
4
- data.tar.gz: f6319fe5cb647688bdc52fc20beb499ae268c946
3
+ metadata.gz: 991f81b4aebe4815f92e3ae00394eee96698e9bd
4
+ data.tar.gz: c2bfcad93014407599421d8991695bebed13df31
5
5
  SHA512:
6
- metadata.gz: 18fda3607192a6d7ed6ef54a7078fa18bc2608daec6cdfc679351576b3dabf81c52ead6fa64caf1cd7c8339a8eb0920dbc116d68a500f3b2e9703c0156a8ddff
7
- data.tar.gz: ef03daf0ff57a63ebf73fb63a1f4d918cf6d55f155f79fb8263ff56194e12c509fae4bb337b64ed697d84e1335d890a859fd770fa6608a3b7a9b7bda432e5cb7
6
+ metadata.gz: 9bf0dc38246aa174f571486abbf9e82eaa5609e790e01e89a6ea980231842053a46cd37b2a7b8c622598c09115a43109b4e2d929b058dc5e2d247b7fd3119495
7
+ data.tar.gz: f78e69754212adce2ae9976d264dd9438c340ab6ae48678329c725c0f0316238d15e8f822c4c87ebaf545ab9df8704e7065879dd7601a618c90a18a67a3e8e64
@@ -19,7 +19,7 @@ module ContactData
19
19
  def common_phrase(raw_params = {})
20
20
  params = raw_params.is_a?(String) ? { name: raw_params } : raw_params
21
21
  params[:api_base] ||= 'api/v3'
22
- Fetcher.get :commmon_phrase, params.to_options(BASE)
22
+ Fetcher.get :common_phrase, params.to_options(BASE)
23
23
  end
24
24
  end
25
25
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  # Gem version
3
3
  module ContactData
4
- VERSION = '0.5.5'
4
+ VERSION = '0.5.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contact-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xenapto