ticket_sharing 0.6.13 → 1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Readme.md +13 -1
- metadata +4 -4
data/Readme.md
CHANGED
@@ -38,4 +38,16 @@ A ruby implementation of the [Networked Help Desk] [1] API
|
|
38
38
|
|
39
39
|
## Author
|
40
40
|
[Josh Lubaway](https://github.com/jish)<br/>
|
41
|
-
|
41
|
+
|
42
|
+
## Copyright and license
|
43
|
+
|
44
|
+
Copyright 2013 Zendesk
|
45
|
+
|
46
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
|
47
|
+
You may obtain a copy of the License at
|
48
|
+
|
49
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
50
|
+
|
51
|
+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
|
52
|
+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
|
53
|
+
language governing permissions and limitations under the License.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ticket_sharing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0
|
4
|
+
version: '1.0'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-15 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: A ruby implementation of the Networked Help Desk API
|
15
15
|
email: josh@zendesk.com
|
@@ -32,7 +32,7 @@ files:
|
|
32
32
|
- Readme.md
|
33
33
|
homepage: https://github.com/zendesk/ticket_sharing
|
34
34
|
licenses:
|
35
|
-
-
|
35
|
+
- Apache License Version 2.0
|
36
36
|
post_install_message:
|
37
37
|
rdoc_options:
|
38
38
|
- --main
|
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
53
|
version: '0'
|
54
54
|
requirements: []
|
55
55
|
rubyforge_project:
|
56
|
-
rubygems_version: 1.8.
|
56
|
+
rubygems_version: 1.8.23
|
57
57
|
signing_key:
|
58
58
|
specification_version: 3
|
59
59
|
summary: Ticket sharing
|