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 +4 -4
- data/Gemfile.lock +2 -2
- data/client_success.gemspec +1 -1
- data/lib/client_success/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6c5a562def9a2d40698845450b73ba548afc08d4248693cdc2cfe74c1ce51cb
|
|
4
|
+
data.tar.gz: 7c086e2e32b483aa9466dd677b6dda95f941f04dd714a24c2959e34a0a6a3cd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
+
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.
|
|
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)
|
data/client_success.gemspec
CHANGED
|
@@ -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.
|
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
|
+
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:
|