client_success 0.1.4 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43bca4c99e8aeaa897f2e755c1f49cee7c931ab9613b65da0c2035722e361439
4
- data.tar.gz: 364dfbfd02747163435e9f28c7d90c23f2f3c9f5cc5b74237dacf6adc17c74fa
3
+ metadata.gz: f6c5a562def9a2d40698845450b73ba548afc08d4248693cdc2cfe74c1ce51cb
4
+ data.tar.gz: 7c086e2e32b483aa9466dd677b6dda95f941f04dd714a24c2959e34a0a6a3cd2
5
5
  SHA512:
6
- metadata.gz: 25e3e80f55f58ef83f98c2893946f519a30e9af8089744ab63f121460f244fed2bd517d37cd074677cb0d5e116aa3e9eca7c2c584007abc1c170707a8eaee976
7
- data.tar.gz: 0d2bae1dea7f922019295a1aa509e2b69b83d25b8abb59af2a0f39ecd5ff2bf9990bf34a5d8d2bcf2de9521ad3bb8480a2a03c6f72009468231445f5afc46308
6
+ metadata.gz: 34c0c2a7c59921cbc9907c332c8624767909dfebeae174c455e31742c30d386c704750f8e60ae12f3d38f12fe53cb75310765cf37f3a81a5a967780e45911ed0
7
+ data.tar.gz: 861c881843c952f9f6e63692ec31e1f9225c9261caf4085cb7023286b8c9731fea3723a22efd67efada4fa6100bd49eb0e9bb56651828001ea71bbf452221446
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- client_success (0.1.4)
4
+ client_success (0.1.5)
5
5
  activesupport (~> 5.2)
6
6
  dry-types (= 0.11.0)
7
7
  faraday
@@ -20,7 +20,7 @@ GEM
20
20
  ast (2.4.0)
21
21
  concurrent-ruby (1.1.6)
22
22
  diff-lcs (1.3)
23
- dry-configurable (0.11.3)
23
+ dry-configurable (0.11.5)
24
24
  concurrent-ruby (~> 1.0)
25
25
  dry-core (~> 0.4, >= 0.4.7)
26
26
  dry-equalizer (~> 0.2)
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["dev@practiceignition.com"]
10
10
 
11
11
  spec.summary = "An unofficial Ruby wrapper for Client Success's REST API"
12
- spec.homepage = "https://github.com/ignitionapp/"
12
+ spec.homepage = "https://github.com/ignitionapp/client_success"
13
13
 
14
14
  # Specify which files should be added to the gem when it is released.
15
15
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,3 +1,3 @@
1
1
  module ClientSuccess
2
- VERSION = "0.1.4".freeze
2
+ VERSION = "0.1.5".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: client_success
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Practice Ignition
@@ -244,7 +244,7 @@ files:
244
244
  - lib/client_success/to_do.rb
245
245
  - lib/client_success/types.rb
246
246
  - lib/client_success/version.rb
247
- homepage: https://github.com/ignitionapp/
247
+ homepage: https://github.com/ignitionapp/client_success
248
248
  licenses: []
249
249
  metadata: {}
250
250
  post_install_message: