ticket_sharing 2.1.0 → 2.1.2

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: 5c97c5918078784efdf82810e5f085340fa8056004f5a69a72a7a114b5b66bc8
4
- data.tar.gz: 8b9d0c4673307d9f64a3e393411890ec95084b2cfa1365027a32672aeba242e5
3
+ metadata.gz: 14ba9d63e40ef361bbb5aa942bfe468e4125e0ab34c373b9032202fb8ee701e3
4
+ data.tar.gz: 9e9179f10af38b35a2f2339c6651947a73d9068535c808e9cc638d5347002196
5
5
  SHA512:
6
- metadata.gz: '081ee1a61caaff8b3466dcc7a61f44e1228597cb2e83bf39945bb48f8f4b3eaa51671c0e470bc106a55b2d948f93401decef7d8bd246c01364252615068430d6'
7
- data.tar.gz: 3ecb76642a9b92cf4f6777eeb86a9594714379a0db7c749c48df135edb62c1629166844d7906128b6ce766e635de75f12b925b0b6525e5b997478f3a66463edc
6
+ metadata.gz: fe03941ce4a386dcdde768032cb8e5776dd170ee6e42680b48873071684def6eb9dea946791a198571beada64efdfb77091af437e46ae3f54cc46c4840856a08
7
+ data.tar.gz: a45ed378307f7ddcb4820a764f9cfb028095e8a32be0c3cf461f9da99b879ba33f78621b40f57e46360ccfba1a4325b801baf3d7b86c80e213fb2469a25afd66
data/Readme.md CHANGED
@@ -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
- [1]: http://networkedhelpdesk.org/api/ "Networked Help Desk"
37
- [2]: https://github.com/zendesk/ticket_sharing/issues "Issues"
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TicketSharing
4
- VERSION = "2.1.0"
4
+ VERSION = "2.1.2"
5
5
  end
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.1.0
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Lubaway
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-09-15 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rake
@@ -72,14 +71,14 @@ dependencies:
72
71
  requirements:
73
72
  - - ">="
74
73
  - !ruby/object:Gem::Version
75
- version: '0'
74
+ version: 3.4.2
76
75
  type: :development
77
76
  prerelease: false
78
77
  version_requirements: !ruby/object:Gem::Requirement
79
78
  requirements:
80
79
  - - ">="
81
80
  - !ruby/object:Gem::Version
82
- version: '0'
81
+ version: 3.4.2
83
82
  description: A ruby implementation of the Networked Help Desk API
84
83
  email: josh@zendesk.com
85
84
  executables: []
@@ -105,7 +104,6 @@ homepage: https://github.com/zendesk/ticket_sharing
105
104
  licenses:
106
105
  - Apache License Version 2.0
107
106
  metadata: {}
108
- post_install_message:
109
107
  rdoc_options:
110
108
  - "--main"
111
109
  - Readme.md
@@ -122,8 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
120
  - !ruby/object:Gem::Version
123
121
  version: '0'
124
122
  requirements: []
125
- rubygems_version: 3.0.3.1
126
- signing_key:
123
+ rubygems_version: 3.6.9
127
124
  specification_version: 4
128
125
  summary: Ticket sharing
129
126
  test_files: []