trav3 0.4.0 → 0.4.1

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: b79ebdae779f99cce1a1ce93943918f211eeaba5d8ad67eeab8afd67af5212ce
4
- data.tar.gz: '09df80099c63c1472d782d3829e4b53c8ef4be1241e7e0bbefbd62b3d9d6b727'
3
+ metadata.gz: 2e960e26b64d4fb70cdc4f624b38a03c2816a75d845fa5a8fe21a77b727c7bfb
4
+ data.tar.gz: 1329f0bc0b2543ee82802a78d0b9c3d09104bb38492390fd268f7a123094e372
5
5
  SHA512:
6
- metadata.gz: 7f552afb48039f584aa92c38cd5b1e078ca4e5ffe66c07c93b6dbcabc891be092b89e17c2afd6e02290359990f6d612d145e50ceab13829086c738a785443e77
7
- data.tar.gz: 3b6ed188c1a2240cc712f3c79617b078f881aafe32fdfe8956f62c505eb9b93ac90dbedaa68f470347d70cefb3526772741a2a90ec3b102657732d2b85ef8f0a
6
+ metadata.gz: b7794066686ff59ffc89869566a2fbfc26242bb790ebabd91db9f05c4b6f2317d73245507d814a55a0e7cb56d038345237a92dc6698ef5fff17bf0c0f710cd10
7
+ data.tar.gz: 33e4c6dcaa3ec4acd45645eef5da239265aa9a231ca16dcf23d283bc0e004c4a97d051cf44287495e84657ef8cd5e94cccca3ab5d6cdf7579514df28c8110a8e
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/trav3.svg)](http://badge.fury.io/rb/trav3)
2
2
  [![Build Status](https://travis-ci.org/danielpclark/trav3.svg?branch=master)](https://travis-ci.org/danielpclark/trav3)
3
- [![Commits Since Release](https://img.shields.io/github/commits-since/danielpclark/trav3/v0.4.0.svg)](https://github.com/danielpclark/trav3/graphs/commit-activity)
3
+ [![Commits Since Release](https://img.shields.io/github/commits-since/danielpclark/trav3/v0.4.1.svg)](https://github.com/danielpclark/trav3/graphs/commit-activity)
4
4
  [![Maintainability](https://api.codeclimate.com/v1/badges/1ed07a4baea3832b6207/maintainability)](https://codeclimate.com/github/danielpclark/trav3/maintainability)
5
5
  [![Test Coverage](https://api.codeclimate.com/v1/badges/1ed07a4baea3832b6207/test_coverage)](https://codeclimate.com/github/danielpclark/trav3/test_coverage)
6
6
  [![Red The Docs](https://img.shields.io/badge/Read-the%20docs-blue.svg)](http://danielpclark.github.io/trav3/Trav3/Travis.html)
@@ -2824,7 +2824,7 @@ module Trav3
2824
2824
 
2825
2825
  validate_number user_id
2826
2826
 
2827
- sync and return get("#{without_repo}/user/#{user_id}/sync")
2827
+ sync and return post("#{without_repo}/user/#{user_id}/sync")
2828
2828
  get("#{without_repo}/user/#{user_id}")
2829
2829
  end
2830
2830
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Trav3
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trav3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel P. Clark