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.
- checksums.yaml +4 -4
- data/Jarfile +5 -5
- data/NEWS +6 -0
- data/README.md +3 -1
- data/VERSION +1 -1
- data/klogger.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: b5c9dd782756c2aa4e83b689d0af7fe8aca5f200
|
|
4
|
+
data.tar.gz: 9336225814ab8bd84c174ac7368ab324c6cd8ed2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 323823d5a363191b51d9e63eb3ca8b6292fc1b686cecf0950a8fc52eb3528c01c3fc509e57395527060ea1a8732819707cbc3a85f8ba4fb3850a628bd6ca1cdf
|
|
7
|
+
data.tar.gz: 5499cee55e1f4b33d04b914201d46f3c5fdd8b98e6c362bdb18ace1701818257fa42c71e1318f29369ff9bca8e1f55bccf47417bb510dff230535932a80f2b0f
|
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
|
@@ -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.
|
|
1
|
+
1.6.3
|
data/klogger.gemspec
CHANGED
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.
|
|
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.
|
|
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-
|
|
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
|