killbill-zendesk 1.2.1 → 1.2.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 +4 -4
- data/Jarfile +5 -5
- data/NEWS +7 -1
- data/README.md +2 -0
- data/VERSION +1 -1
- data/killbill-zendesk.gemspec +1 -1
- data/pom.xml +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ca9d364096b118ea583850512bf56df39eca08c
|
|
4
|
+
data.tar.gz: 0f6fc303f61fa1734590b7e735550507f362d4b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 047048d2fe0561131fd1b8e7023c38234041497073da1d3112048a9519303ab94902a9631e86ea20a2e01dec9aba44aac0288d3fb40999d4eea6bc26e106d6fa
|
|
7
|
+
data.tar.gz: 9c80116e3f7094ae89bf57069fb2391388705ff4e0dfe2968eecfda0456e96b850136d1a3f20a99619c9a7445f9d874f311fe7c1ae6855999aaf26f23aea3406
|
data/Jarfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
jar 'com.ning.billing:killbill-api', '0.
|
|
2
|
-
jar 'com.ning.billing.plugin:killbill-plugin-api-notification', '0.6.
|
|
3
|
-
jar 'com.ning.billing.plugin:killbill-plugin-api-payment', '0.6.
|
|
4
|
-
jar 'com.ning.billing.plugin:killbill-plugin-api-currency', '0.6.
|
|
5
|
-
jar 'com.ning.billing:killbill-util:tests', '0.
|
|
1
|
+
jar 'com.ning.billing:killbill-api', '0.8.0'
|
|
2
|
+
jar 'com.ning.billing.plugin:killbill-plugin-api-notification', '0.6.3'
|
|
3
|
+
jar 'com.ning.billing.plugin:killbill-plugin-api-payment', '0.6.3'
|
|
4
|
+
jar 'com.ning.billing.plugin:killbill-plugin-api-currency', '0.6.3'
|
|
5
|
+
jar 'com.ning.billing:killbill-util:tests', '0.8.8'
|
|
6
6
|
jar 'javax.servlet:javax.servlet-api', '3.0.1'
|
data/NEWS
CHANGED
data/README.md
CHANGED
|
@@ -3,6 +3,8 @@ killbill-zendesk-plugin
|
|
|
3
3
|
|
|
4
4
|
Plugin to mirror Kill Bill data into Zendesk.
|
|
5
5
|
|
|
6
|
+
Release builds are available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.ning.killbill.ruby%22%20AND%20a%3A%22zendesk-plugin%22) with coordinates `com.ning.killbill.ruby:zendesk-plugin`.
|
|
7
|
+
|
|
6
8
|
User data mapping
|
|
7
9
|
-----------------
|
|
8
10
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.2
|
data/killbill-zendesk.gemspec
CHANGED
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
|
|
23
23
|
s.rdoc_options << '--exclude' << '.'
|
|
24
24
|
|
|
25
|
-
s.add_dependency 'killbill', '~>
|
|
25
|
+
s.add_dependency 'killbill', '~> 2.0.0'
|
|
26
26
|
s.add_dependency 'sinatra', '~> 1.3.4'
|
|
27
27
|
s.add_dependency 'zendesk_api', '~> 0.3.10'
|
|
28
28
|
s.add_dependency 'activerecord', '~> 3.2.1'
|
data/pom.xml
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<groupId>com.ning.killbill.ruby</groupId>
|
|
26
26
|
<artifactId>zendesk-plugin</artifactId>
|
|
27
27
|
<packaging>pom</packaging>
|
|
28
|
-
<version>1.2.
|
|
28
|
+
<version>1.2.2</version>
|
|
29
29
|
<name>zendesk-plugin</name>
|
|
30
30
|
<url>http://github.com/killbill/killbill-zendesk-plugin</url>
|
|
31
31
|
<description>Plugin to mirror Kill Bill data into Zendesk</description>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: killbill-zendesk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kill Bill core team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: killbill
|
|
@@ -16,12 +16,12 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 2.0.0
|
|
20
20
|
requirement: !ruby/object:Gem::Requirement
|
|
21
21
|
requirements:
|
|
22
22
|
- - ~>
|
|
23
23
|
- !ruby/object:Gem::Version
|
|
24
|
-
version:
|
|
24
|
+
version: 2.0.0
|
|
25
25
|
prerelease: false
|
|
26
26
|
type: :runtime
|
|
27
27
|
- !ruby/object:Gem::Dependency
|