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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8701737dae096da50649f3bdded488fafffe44a7
4
- data.tar.gz: bd2b56c55a2fd0411d19d5b87843e2887d397bd5
3
+ metadata.gz: 7ca9d364096b118ea583850512bf56df39eca08c
4
+ data.tar.gz: 0f6fc303f61fa1734590b7e735550507f362d4b6
5
5
  SHA512:
6
- metadata.gz: d75d346c96f982e6d30132af8b07a194a9d0221932ac9dc8861ec49ceb605e9e22d1eb32e40923cf074dfeebce12fb1617c59133414bf22fcfb9b9b52255ba9d
7
- data.tar.gz: 9637ef1d2e768ba65ebbf77d78c8670ab673c260d058e8754596502cb4218a2d0df62d3afe2c77bd223cd6707e6dc3b89fbafb030079f88c9357678cacf562ff
6
+ metadata.gz: 047048d2fe0561131fd1b8e7023c38234041497073da1d3112048a9519303ab94902a9631e86ea20a2e01dec9aba44aac0288d3fb40999d4eea6bc26e106d6fa
7
+ data.tar.gz: 9c80116e3f7094ae89bf57069fb2391388705ff4e0dfe2968eecfda0456e96b850136d1a3f20a99619c9a7445f9d874f311fe7c1ae6855999aaf26f23aea3406
data/Jarfile CHANGED
@@ -1,6 +1,6 @@
1
- jar 'com.ning.billing:killbill-api', '0.7.8'
2
- jar 'com.ning.billing.plugin:killbill-plugin-api-notification', '0.6.2'
3
- jar 'com.ning.billing.plugin:killbill-plugin-api-payment', '0.6.2'
4
- jar 'com.ning.billing.plugin:killbill-plugin-api-currency', '0.6.2'
5
- jar 'com.ning.billing:killbill-util:tests', '0.7.1'
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
@@ -1,5 +1,11 @@
1
+ 1.2.2
2
+ Update to killbill 2.0.0
3
+
4
+ 1.2.1
5
+ Update to killbill 1.9.0
6
+
1
7
  1.2.0
2
- Update to killbill 1.8.3
8
+ Update to killbill 1.8.3
3
9
 
4
10
  1.1.0
5
11
  Update to killbill 1.7.1
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
+ 1.2.2
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
 
23
23
  s.rdoc_options << '--exclude' << '.'
24
24
 
25
- s.add_dependency 'killbill', '~> 1.9.0'
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.1</version>
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.1
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-03 00:00:00.000000000 Z
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: 1.9.0
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: 1.9.0
24
+ version: 2.0.0
25
25
  prerelease: false
26
26
  type: :runtime
27
27
  - !ruby/object:Gem::Dependency