connect_client 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
  SHA1:
3
- metadata.gz: b75b4c84d06d88fa34c79d166ddeb39134a5ae37
4
- data.tar.gz: cab664f0cd325dd5322277ec537cae5c691006d3
3
+ metadata.gz: 9c5efaa2217454d007bd340749c128ca8f361065
4
+ data.tar.gz: baea1cfa29c150cc367c913a62f355e2b40432ed
5
5
  SHA512:
6
- metadata.gz: 96a24aceb48d805a4009c14765f163f87e4239be0a59c9ed1a0975d44283567c1b81cb96d22fba53540c9b46437f6ad09232ced50d2638112ed6a09a39387664
7
- data.tar.gz: 7c5cf84be93ba408c6240fb92cfd943ec54585704b324c6e43a574c60484e3f6e9b6c1c29a0fafc6f31e980f666cf623bcffed65d7f3e539b4fc5014543fd6bb
6
+ metadata.gz: d7375a9b02cc8717c3351cad0555ac06e6715e72b6da11f31cca8571433474da2a7089bc1e8966c21516830e04ea282678d7e61593ffbd800f59d2a5ec6ff06a
7
+ data.tar.gz: 774588ec642a228cb9d44f427383b19f3852adc9954ecc247469dd4e70f623f94689044a2d3bfd23756c3e1d554f70987ee1820795a641750472cd5b2e4b5462
data/README.md CHANGED
@@ -41,5 +41,5 @@ To build, and run locally:
41
41
  git clone https://github.com/getconnect/connect-rb connect-rb
42
42
  cd connect-rb
43
43
  bundle install
44
- rake
44
+ bundle exec rake
45
45
  ```
@@ -1,3 +1,3 @@
1
1
  module ConnectClient
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: connect_client
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
  - Team Connect