klogger 1.6.2 → 1.6.3

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.
Files changed (8) hide show
  1. checksums.yaml +4 -4
  2. data/Jarfile +5 -5
  3. data/NEWS +6 -0
  4. data/README.md +3 -1
  5. data/VERSION +1 -1
  6. data/klogger.gemspec +1 -1
  7. data/pom.xml +1 -1
  8. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 904ebb38ddf83eb2336d69cf6ed2470be42900c7
4
- data.tar.gz: 42c107c921d21aedea9e797c5276cf0799b934a4
3
+ metadata.gz: b5c9dd782756c2aa4e83b689d0af7fe8aca5f200
4
+ data.tar.gz: 9336225814ab8bd84c174ac7368ab324c6cd8ed2
5
5
  SHA512:
6
- metadata.gz: c636228461aa1b04f31b830500c1dfc4b9d15dd8b18bb297cfbb421c9c2608aa7e1e8973f7639a906b75219f23f0f93dace14ba9eb3e9a7c3da5e3b45e1bb7e0
7
- data.tar.gz: 1f25e3f07dbabf14b2a6750ff5614a9a09181cc7e6da6c173741f170594654527ac5efd933fccd56c90b9186ebf699c366ac7dd2c345f1c5cf5c2326c550e986
6
+ metadata.gz: 323823d5a363191b51d9e63eb3ca8b6292fc1b686cecf0950a8fc52eb3528c01c3fc509e57395527060ea1a8732819707cbc3a85f8ba4fb3850a628bd6ca1cdf
7
+ data.tar.gz: 5499cee55e1f4b33d04b914201d46f3c5fdd8b98e6c362bdb18ace1701818257fa42c71e1318f29369ff9bca8e1f55bccf47417bb510dff230535932a80f2b0f
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,3 +1,9 @@
1
+ 1.6.3
2
+ Update to killbill 2.0.0
3
+
4
+ 1.6.2
5
+ Update to killbill 1.9.0
6
+
1
7
  1.6.1
2
8
  Update to killbill 1.8.3
3
9
 
data/README.md CHANGED
@@ -4,7 +4,9 @@
4
4
  killbill-logging-plugin
5
5
  =======================
6
6
 
7
- Plugin to log Kill Bill events.
7
+ Plugin to log Kill Bill events to Syslog, IRC, emails, ...
8
+
9
+ Release builds are available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.ning.killbill.ruby%22%20AND%20a%3A%22logging-plugin%22) with coordinates `com.ning.killbill.ruby:logging-plugin`.
8
10
 
9
11
  Configuration
10
12
  -------------
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.2
1
+ 1.6.3
data/klogger.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', '~> 1.9.0'
25
+ s.add_dependency 'killbill', '~> 2.0.0'
26
26
  s.add_dependency 'cinch', '~> 2.0.3'
27
27
  s.add_dependency 'mail', '~> 2.5.3'
28
28
 
data/pom.xml CHANGED
@@ -25,7 +25,7 @@
25
25
  <groupId>com.ning.killbill.ruby</groupId>
26
26
  <artifactId>logging-plugin</artifactId>
27
27
  <packaging>pom</packaging>
28
- <version>1.6.2</version>
28
+ <version>1.6.3</version>
29
29
  <name>logging-plugin</name>
30
30
  <url>http://github.com/killbill/killbill-logging-plugin</url>
31
31
  <description>Plugin to log Kill Bill events</description>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: klogger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.2
4
+ version: 1.6.3
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-02 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