client_success 0.1.3 → 0.1.4

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: 2ffd0d7c0caa69fc6378701ac6d08dd4ec6461a3173360ca08ed7d043ea16b16
4
- data.tar.gz: 31e4e16519d3e7c0bffabec84b6219a75f1c333dd773c16cf33ac26597b1d2de
3
+ metadata.gz: 43bca4c99e8aeaa897f2e755c1f49cee7c931ab9613b65da0c2035722e361439
4
+ data.tar.gz: 364dfbfd02747163435e9f28c7d90c23f2f3c9f5cc5b74237dacf6adc17c74fa
5
5
  SHA512:
6
- metadata.gz: 3a86a6989f697aeaaeb83213ca22d75d84d08932fb847d6661cdc58f3eb93e8a59cab16271596f401c1fcd23444d462de6ab50e904b182f02415a4769a500361
7
- data.tar.gz: 929a6fb02bf33972b22cfce93ad42bcb9402e3ccd1052e1a41f1322c4698c56fac1c251b6744664b594ade3658e17037d7225c29bf077f0138f3c486df53bb1f
6
+ metadata.gz: 25e3e80f55f58ef83f98c2893946f519a30e9af8089744ab63f121460f244fed2bd517d37cd074677cb0d5e116aa3e9eca7c2c584007abc1c170707a8eaee976
7
+ data.tar.gz: 0d2bae1dea7f922019295a1aa509e2b69b83d25b8abb59af2a0f39ecd5ff2bf9990bf34a5d8d2bcf2de9521ad3bb8480a2a03c6f72009468231445f5afc46308
@@ -3,8 +3,6 @@ name: Ruby Gem
3
3
  on:
4
4
  push:
5
5
  branches: [ master ]
6
- pull_request:
7
- branches: [ master ]
8
6
 
9
7
  jobs:
10
8
  build:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- client_success (0.1.3)
4
+ client_success (0.1.4)
5
5
  activesupport (~> 5.2)
6
6
  dry-types (= 0.11.0)
7
7
  faraday
data/README.md CHANGED
@@ -46,6 +46,10 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
46
46
 
47
47
  To install this gem onto your local machine, run `bundle exec rake install`.
48
48
 
49
+ ## Publishing
50
+
51
+ This repository is set up to auto publish to https://rubygems.org/gems/client_success on merge into master.
52
+
49
53
 
50
54
  ## Contributing
51
55
 
@@ -1,3 +1,3 @@
1
1
  module ClientSuccess
2
- VERSION = "0.1.3".freeze
2
+ VERSION = "0.1.4".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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Practice Ignition