ticket_sharing 2.0.1 → 2.1.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 +5 -5
- data/Readme.md +18 -3
- data/lib/ticket_sharing/ticket.rb +1 -1
- data/lib/ticket_sharing/version.rb +5 -0
- metadata +12 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: fada1f0777c300959fd59727cd3e59e6ca0cf59f6563b37576d9c8955aa4fd6f
|
4
|
+
data.tar.gz: 82be238bf0c5cdf2c5b2982eeb9abe483be06581f67cf666be29dfef5dad1ded
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed97f641bf8503737a3c3d79c0f97407725c06b74f483cc2c9681486257f571ec07b33dae887403e9193c489725e88a72d6dcb6741b0d32800ec3ca7d34e18b1
|
7
|
+
data.tar.gz: 4617b97e830fad2801493df2177642ab032baa8cf1f622db6b4e17b7d3c072ea84e378dd259a4f4bc3cadbe2aae3ab19ca2cc532a182290656e7be5c24119b2c
|
data/Readme.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Ticket Sharing [](https://github.com/zendesk/ticket_sharing/actions/workflows/ruby.yml)
|
2
2
|
|
3
3
|
A ruby implementation of the [Networked Help Desk] [1] API
|
4
4
|
|
@@ -33,8 +33,20 @@ A ruby implementation of the [Networked Help Desk] [1] API
|
|
33
33
|
* [Submit an issue] [2]
|
34
34
|
* Fork the project and submit a pull request
|
35
35
|
|
36
|
-
|
37
|
-
|
36
|
+
### Releasing a new version
|
37
|
+
A new version is published to RubyGems.org every time a change to `version.rb` is pushed to the `main` branch.
|
38
|
+
In short, follow these steps:
|
39
|
+
1. Update `version.rb`,
|
40
|
+
2. run `bundle lock` to update `Gemfile.lock`,
|
41
|
+
3. merge this change into `main`, and
|
42
|
+
4. look at [the action](https://github.com/zendesk/ticket_sharing/actions/workflows/publish.yml) for output.
|
43
|
+
|
44
|
+
To create a pre-release from a non-main branch:
|
45
|
+
1. change the version in `version.rb` to something like `1.2.0.pre.1` or `2.0.0.beta.2`,
|
46
|
+
2. push this change to your branch,
|
47
|
+
3. go to [Actions → “Publish to RubyGems.org” on GitHub](https://github.com/zendesk/ticket_sharing/actions/workflows/publish.yml),
|
48
|
+
4. click the “Run workflow” button,
|
49
|
+
5. pick your branch from a dropdown.
|
38
50
|
|
39
51
|
## Author
|
40
52
|
[Josh Lubaway](https://github.com/jish)<br/>
|
@@ -51,3 +63,6 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|
51
63
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
|
52
64
|
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
|
53
65
|
language governing permissions and limitations under the License.
|
66
|
+
|
67
|
+
[1]: http://networkedhelpdesk.org/api/ "Networked Help Desk"
|
68
|
+
[2]: https://github.com/zendesk/ticket_sharing/issues "Issues"
|
@@ -9,7 +9,7 @@ module TicketSharing
|
|
9
9
|
class Ticket < Base
|
10
10
|
|
11
11
|
fields :uuid, :subject, :requested_at, :status, :requester, :comments,
|
12
|
-
:current_actor, :tags, :original_id, :custom_fields
|
12
|
+
:current_actor, :tags, :original_id, :custom_fields, :custom_status
|
13
13
|
|
14
14
|
attr_accessor :agreement
|
15
15
|
attr_reader :response
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ticket_sharing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Lubaway
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rake
|
@@ -25,7 +24,7 @@ dependencies:
|
|
25
24
|
- !ruby/object:Gem::Version
|
26
25
|
version: '0'
|
27
26
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
27
|
+
name: webmock
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
30
29
|
requirements:
|
31
30
|
- - ">="
|
@@ -39,7 +38,7 @@ dependencies:
|
|
39
38
|
- !ruby/object:Gem::Version
|
40
39
|
version: '0'
|
41
40
|
- !ruby/object:Gem::Dependency
|
42
|
-
name:
|
41
|
+
name: rspec
|
43
42
|
requirement: !ruby/object:Gem::Requirement
|
44
43
|
requirements:
|
45
44
|
- - ">="
|
@@ -53,21 +52,21 @@ dependencies:
|
|
53
52
|
- !ruby/object:Gem::Version
|
54
53
|
version: '0'
|
55
54
|
- !ruby/object:Gem::Dependency
|
56
|
-
name:
|
55
|
+
name: faraday
|
57
56
|
requirement: !ruby/object:Gem::Requirement
|
58
57
|
requirements:
|
59
|
-
- - "
|
58
|
+
- - "~>"
|
60
59
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
60
|
+
version: 1.0.0
|
62
61
|
type: :development
|
63
62
|
prerelease: false
|
64
63
|
version_requirements: !ruby/object:Gem::Requirement
|
65
64
|
requirements:
|
66
|
-
- - "
|
65
|
+
- - "~>"
|
67
66
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
67
|
+
version: 1.0.0
|
69
68
|
- !ruby/object:Gem::Dependency
|
70
|
-
name:
|
69
|
+
name: rexml
|
71
70
|
requirement: !ruby/object:Gem::Requirement
|
72
71
|
requirements:
|
73
72
|
- - ">="
|
@@ -100,11 +99,11 @@ files:
|
|
100
99
|
- lib/ticket_sharing/request.rb
|
101
100
|
- lib/ticket_sharing/ticket.rb
|
102
101
|
- lib/ticket_sharing/time.rb
|
102
|
+
- lib/ticket_sharing/version.rb
|
103
103
|
homepage: https://github.com/zendesk/ticket_sharing
|
104
104
|
licenses:
|
105
105
|
- Apache License Version 2.0
|
106
106
|
metadata: {}
|
107
|
-
post_install_message:
|
108
107
|
rdoc_options:
|
109
108
|
- "--main"
|
110
109
|
- Readme.md
|
@@ -121,9 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
120
|
- !ruby/object:Gem::Version
|
122
121
|
version: '0'
|
123
122
|
requirements: []
|
124
|
-
|
125
|
-
rubygems_version: 2.4.3
|
126
|
-
signing_key:
|
123
|
+
rubygems_version: 3.6.7
|
127
124
|
specification_version: 4
|
128
125
|
summary: Ticket sharing
|
129
126
|
test_files: []
|