autotask_ruby 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cfc4d7fd1611251433fb95b2ea758efa93f529fc19c0b6a8b8777ad85669ca4
4
- data.tar.gz: fc9aaafcae81f7d193f385b53c46727273dedbd033f2145c33c328acc935a891
3
+ metadata.gz: aca9070775d5f794a9b3cc8cc1b424d9a54f111c4512afc0d21648c4a2222ef4
4
+ data.tar.gz: f4b5cc1f072531d8bfeee88577b61ae7972b64fbb404ee17fd56c6b72b207502
5
5
  SHA512:
6
- metadata.gz: f8770d1999b1bf3e5149f20491376ff835cf596cf217117a11881e154782d7f5fca0b967bce5d179a11e0250cda0517a7975b160859baf4e1c9ac1d31eca4151
7
- data.tar.gz: c185abb451d26941405583c1a5d3478f03cf8d6a361b90ace793b2e27257410cf11dfdf980a4bbfb881705aa5d55f7cae749cbc808aa0cac6f8e13ccc4090d0a
6
+ metadata.gz: f280301a8d56540065ab99dcde1bd3e348851588c7a5ff47918e05dd4b596686e2ce587890d71ef19116cd49dc49d2789230e1ba2ff24f9671334430da7cbd71
7
+ data.tar.gz: 15bb18c97fbc2bb1eac380e44398707c8f86f731c7e9a86985690502bbe4c1eb207b2c09454af740a0769ea1776c61a01c23b2c33c21cefa6d9599a54a12cfcb
@@ -0,0 +1,32 @@
1
+ name: autotask_ruby
2
+
3
+ on:
4
+ push:
5
+ branches: [ master ]
6
+ pull_request:
7
+ branches: [ master ]
8
+
9
+ jobs:
10
+ build:
11
+ name: Build + Publish
12
+ runs-on: ubuntu-latest
13
+ strategy:
14
+ matrix:
15
+ ruby: [ '2.5.x', '2.6.x', '2.7.x' ]
16
+
17
+ steps:
18
+ - uses: actions/checkout@master
19
+ - name: Setup ruby
20
+ uses: actions/setup-ruby@v1
21
+ with:
22
+ ruby-version: ${{ matrix.ruby }}
23
+ - name: Publish to RubyGems
24
+ run: |
25
+ mkdir -p $HOME/.gem
26
+ touch $HOME/.gem/credentials
27
+ chmod 0600 $HOME/.gem/credentials
28
+ printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
29
+ gem build *.gemspec
30
+ gem push *.gem
31
+ env:
32
+ GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_AUTH_TOKEN}}
@@ -1,7 +1,9 @@
1
1
  require: rubocop-rspec
2
2
 
3
- Metrics/LineLength:
3
+ # Commonly used screens these days easily fit more than 80 characters.
4
+ Layout/LineLength:
4
5
  Max: 120
5
6
 
6
7
  Layout/IndentationWidth:
7
- Width: 2
8
+ # Number of spaces for each indentation level.
9
+ Width: 2
@@ -1,2 +1,2 @@
1
- ruby-2.6.5
1
+ ruby-2.7.1
2
2
 
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- autotask_ruby (2.3.0)
4
+ autotask_ruby (2.3.1)
5
5
  activesupport (~> 6.0)
6
6
  savon (~> 2.12)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (6.0.2.1)
11
+ activesupport (6.0.2.2)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 0.7, < 2)
14
14
  minitest (~> 5.1)
@@ -24,14 +24,14 @@ GEM
24
24
  builder (3.2.4)
25
25
  byebug (11.1.1)
26
26
  coderay (1.1.2)
27
- concurrent-ruby (1.1.5)
27
+ concurrent-ruby (1.1.6)
28
28
  crack (0.4.3)
29
29
  safe_yaml (~> 1.0.0)
30
30
  diff-lcs (1.3)
31
31
  dotenv (2.7.5)
32
32
  ffi (1.12.2)
33
33
  formatador (0.2.5)
34
- guard (2.16.1)
34
+ guard (2.16.2)
35
35
  formatador (>= 0.2.4)
36
36
  listen (>= 2.7, < 4.0)
37
37
  lumberjack (>= 1.0.12, < 2.0)
@@ -47,7 +47,7 @@ GEM
47
47
  rspec (>= 2.99.0, < 4.0)
48
48
  gyoku (1.3.1)
49
49
  builder (>= 2.1.2)
50
- hashdiff (1.0.0)
50
+ hashdiff (1.0.1)
51
51
  httpi (2.4.4)
52
52
  rack
53
53
  socksify
@@ -58,24 +58,24 @@ GEM
58
58
  rb-fsevent (~> 0.10, >= 0.10.3)
59
59
  rb-inotify (~> 0.9, >= 0.9.10)
60
60
  lumberjack (1.2.4)
61
- method_source (0.9.2)
61
+ method_source (1.0.0)
62
62
  mini_portile2 (2.4.0)
63
63
  minitest (5.14.0)
64
64
  nenv (0.3.0)
65
- nokogiri (1.10.7)
65
+ nokogiri (1.10.9)
66
66
  mini_portile2 (~> 2.4.0)
67
67
  nori (2.6.0)
68
68
  notiffany (0.1.3)
69
69
  nenv (~> 0.1)
70
70
  shellany (~> 0.0)
71
71
  parallel (1.19.1)
72
- parser (2.7.0.4)
72
+ parser (2.7.1.0)
73
73
  ast (~> 2.4.0)
74
- pry (0.12.2)
75
- coderay (~> 1.1.0)
76
- method_source (~> 0.9.0)
77
- public_suffix (4.0.3)
78
- rack (2.2.1)
74
+ pry (0.13.0)
75
+ coderay (~> 1.1)
76
+ method_source (~> 1.0)
77
+ public_suffix (4.0.4)
78
+ rack (2.2.2)
79
79
  rainbow (3.0.0)
80
80
  rake (13.0.1)
81
81
  rb-fsevent (0.10.3)
@@ -88,21 +88,21 @@ GEM
88
88
  rspec-mocks (~> 3.9.0)
89
89
  rspec-core (3.9.1)
90
90
  rspec-support (~> 3.9.1)
91
- rspec-expectations (3.9.0)
91
+ rspec-expectations (3.9.1)
92
92
  diff-lcs (>= 1.2.0, < 2.0)
93
93
  rspec-support (~> 3.9.0)
94
94
  rspec-mocks (3.9.1)
95
95
  diff-lcs (>= 1.2.0, < 2.0)
96
96
  rspec-support (~> 3.9.0)
97
97
  rspec-support (3.9.2)
98
- rubocop (0.80.1)
98
+ rubocop (0.81.0)
99
99
  jaro_winkler (~> 1.5.1)
100
100
  parallel (~> 1.10)
101
101
  parser (>= 2.7.0.1)
102
102
  rainbow (>= 2.2.2, < 4.0)
103
103
  rexml
104
104
  ruby-progressbar (~> 1.7)
105
- unicode-display_width (>= 1.4.0, < 1.7)
105
+ unicode-display_width (>= 1.4.0, < 2.0)
106
106
  rubocop-rspec (1.38.1)
107
107
  rubocop (>= 0.68.1)
108
108
  ruby-progressbar (1.10.1)
@@ -119,17 +119,17 @@ GEM
119
119
  socksify (1.7.1)
120
120
  thor (1.0.1)
121
121
  thread_safe (0.3.6)
122
- tzinfo (1.2.6)
122
+ tzinfo (1.2.7)
123
123
  thread_safe (~> 0.1)
124
- unicode-display_width (1.6.1)
124
+ unicode-display_width (1.7.0)
125
125
  wasabi (3.5.0)
126
126
  httpi (~> 2.0)
127
127
  nokogiri (>= 1.4.2)
128
- webmock (3.8.1)
128
+ webmock (3.8.3)
129
129
  addressable (>= 2.3.6)
130
130
  crack (>= 0.3.2)
131
131
  hashdiff (>= 0.4.0, < 2.0.0)
132
- zeitwerk (2.2.2)
132
+ zeitwerk (2.3.0)
133
133
 
134
134
  PLATFORMS
135
135
  ruby
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [ ![Codeship Status for trepidity/autotask_ruby](https://app.codeship.com/projects/31f37600-eacf-0136-594e-46a5d8fcc7b0/status?branch=master)](https://app.codeship.com/projects/319798)
4
4
 
5
+ ![autotask_ruby](https://github.com/trepidity/autotask_ruby/workflows/autotask_ruby/badge.svg)
6
+
5
7
  Welcome to a ruby client that interacts with the Autotask API.
6
8
 
7
9
  I intend for this to be a full-featured Ruby Client for the API.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AutotaskRuby
4
- VERSION = '2.3.0'
4
+ VERSION = '2.3.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autotask_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jared L Jennings
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-12 00:00:00.000000000 Z
11
+ date: 2020-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -200,6 +200,7 @@ executables: []
200
200
  extensions: []
201
201
  extra_rdoc_files: []
202
202
  files:
203
+ - ".github/workflows/gempush.yml"
203
204
  - ".gitignore"
204
205
  - ".rspec"
205
206
  - ".rubocop.yml"
@@ -268,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
268
269
  - !ruby/object:Gem::Version
269
270
  version: '0'
270
271
  requirements: []
271
- rubygems_version: 3.0.8
272
+ rubygems_version: 3.1.2
272
273
  signing_key:
273
274
  specification_version: 4
274
275
  summary: A ruby client for the Autotask API