killbill-notification-test 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -22,4 +22,3 @@ Jarfile.lock
22
22
  Gemfile.lock
23
23
  *.swp
24
24
  killbill-notification-test
25
- pom.xml.asc
data/Jarfile CHANGED
@@ -1,6 +1,5 @@
1
- jar 'org.kill-bill.billing:killbill-api', '0.8.2-SNAPSHOT'
2
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-notification', '0.6.4-SNAPSHOT'
3
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-payment', '0.6.4-SNAPSHOT'
4
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-currency', '0.6.4-SNAPSHOT'
5
- jar 'org.kill-bill.billing:killbill-util:tests', '0.9.0-SNAPSHOT'
1
+ jar 'com.ning.billing:killbill-api', '0.3.0'
2
+ jar 'com.ning.billing.plugin:killbill-plugin-api-notification', '0.2.4'
3
+ jar 'com.ning.billing.plugin:killbill-plugin-api-payment', '0.2.4'
4
+ jar 'com.ning.billing:killbill-util:tests', '0.2.6-SNAPSHOT'
6
5
  jar 'javax.servlet:javax.servlet-api', '3.0.1'
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  killbill-notification-test-plugin
2
- =================================
2
+ ==============================
3
3
 
4
- Plugin to test the Kill Bill NotificationPlugin API.
4
+ Plugin to use test Killbill NotificationPluginAPI
5
5
 
6
-
7
- Release builds are available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.ning.killbill.ruby%22%20AND%20a%3A%22notification-test-plugin%22) with coordinates `com.ning.killbill.ruby:notification-test-plugin`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.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', '~> 3.0.0'
25
+ s.add_dependency 'killbill', '~> 1.1.2'
26
26
 
27
27
  s.add_development_dependency 'jbundler', '~> 0.4.1'
28
28
  s.add_development_dependency 'rake', '>= 10.0.0'
metadata CHANGED
@@ -1,69 +1,78 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-notification-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Killbill core team
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-03-08 00:00:00.000000000 Z
12
+ date: 2013-06-20 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: killbill
15
16
  version_requirements: !ruby/object:Gem::Requirement
16
17
  requirements:
17
- - - ~>
18
+ - - "~>"
18
19
  - !ruby/object:Gem::Version
19
- version: 3.0.0
20
+ version: 1.1.2
21
+ none: false
20
22
  requirement: !ruby/object:Gem::Requirement
21
23
  requirements:
22
- - - ~>
24
+ - - "~>"
23
25
  - !ruby/object:Gem::Version
24
- version: 3.0.0
26
+ version: 1.1.2
27
+ none: false
25
28
  prerelease: false
26
29
  type: :runtime
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: jbundler
29
32
  version_requirements: !ruby/object:Gem::Requirement
30
33
  requirements:
31
- - - ~>
34
+ - - "~>"
32
35
  - !ruby/object:Gem::Version
33
36
  version: 0.4.1
37
+ none: false
34
38
  requirement: !ruby/object:Gem::Requirement
35
39
  requirements:
36
- - - ~>
40
+ - - "~>"
37
41
  - !ruby/object:Gem::Version
38
42
  version: 0.4.1
43
+ none: false
39
44
  prerelease: false
40
45
  type: :development
41
46
  - !ruby/object:Gem::Dependency
42
47
  name: rake
43
48
  version_requirements: !ruby/object:Gem::Requirement
44
49
  requirements:
45
- - - '>='
50
+ - - ">="
46
51
  - !ruby/object:Gem::Version
47
52
  version: 10.0.0
53
+ none: false
48
54
  requirement: !ruby/object:Gem::Requirement
49
55
  requirements:
50
- - - '>='
56
+ - - ">="
51
57
  - !ruby/object:Gem::Version
52
58
  version: 10.0.0
59
+ none: false
53
60
  prerelease: false
54
61
  type: :development
55
62
  - !ruby/object:Gem::Dependency
56
63
  name: rspec
57
64
  version_requirements: !ruby/object:Gem::Requirement
58
65
  requirements:
59
- - - ~>
66
+ - - "~>"
60
67
  - !ruby/object:Gem::Version
61
68
  version: 2.12.0
69
+ none: false
62
70
  requirement: !ruby/object:Gem::Requirement
63
71
  requirements:
64
- - - ~>
72
+ - - "~>"
65
73
  - !ruby/object:Gem::Version
66
74
  version: 2.12.0
75
+ none: false
67
76
  prerelease: false
68
77
  type: :development
69
78
  description: Killbill Plugin to test notification plugin api
@@ -72,8 +81,7 @@ executables: []
72
81
  extensions: []
73
82
  extra_rdoc_files: []
74
83
  files:
75
- - .gitignore
76
- - .travis.yml
84
+ - ".gitignore"
77
85
  - Gemfile
78
86
  - Jarfile
79
87
  - README.md
@@ -83,35 +91,38 @@ files:
83
91
  - killbill.properties
84
92
  - lib/notification_test.rb
85
93
  - lib/notification_test/api.rb
86
- - pom.xml
87
- - release.sh
88
94
  - spec/notification_test/base_plugin_spec.rb
89
95
  - spec/spec_helper.rb
90
96
  homepage: http://www.killbilling.org
91
97
  licenses:
92
98
  - Apache License (2.0)
93
- metadata: {}
94
99
  post_install_message:
95
100
  rdoc_options:
96
- - --exclude
97
- - .
101
+ - "--exclude"
102
+ - "."
98
103
  require_paths:
99
104
  - lib
100
105
  required_ruby_version: !ruby/object:Gem::Requirement
101
106
  requirements:
102
- - - '>='
107
+ - - ">="
103
108
  - !ruby/object:Gem::Version
104
109
  version: 1.9.3
110
+ none: false
105
111
  required_rubygems_version: !ruby/object:Gem::Requirement
106
112
  requirements:
107
- - - '>='
113
+ - - ">="
108
114
  - !ruby/object:Gem::Version
109
- version: '0'
115
+ segments:
116
+ - 0
117
+ version: !binary |-
118
+ MA==
119
+ hash: 2
120
+ none: false
110
121
  requirements: []
111
122
  rubyforge_project:
112
- rubygems_version: 2.1.9
123
+ rubygems_version: 1.8.24
113
124
  signing_key:
114
- specification_version: 4
125
+ specification_version: 3
115
126
  summary: Plugin to test notification plugin api
116
127
  test_files:
117
128
  - spec/notification_test/base_plugin_spec.rb
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 3187df3d89096e2e1d40d6d63f95ae26ba9efc7b
4
- data.tar.gz: c49721c1765d979e2a4c97f110cc1b274b087aba
5
- SHA512:
6
- metadata.gz: 2385acd5e2ebcfa5cc438c2c406e1fe534e8c7f9c56d38917204130e9d35b6a9b0b981ef6e2bdf431dfe7425eb0ba90e141514a5d89bc085fb5adb4f1410c0d9
7
- data.tar.gz: b117cf5050008ceca2062137ef987a2d14004c7176eaacd5efa5afb07af9840b887d7db94ee69b167211d666e0a27df0ea27baa8071edfa839c9d73ac2861113
data/.travis.yml DELETED
@@ -1,19 +0,0 @@
1
- language: ruby
2
-
3
- notifications:
4
- email:
5
- - kill-bill-commits@googlegroups.com
6
-
7
- rvm:
8
- - jruby-19mode
9
- - jruby-20mode
10
- - jruby-head
11
-
12
- jdk:
13
- - openjdk6
14
- - openjdk7
15
- - oraclejdk7
16
-
17
- matrix:
18
- allow_failures:
19
- - rvm: jruby-head
data/pom.xml DELETED
@@ -1,36 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!--
3
- ~ Copyright 2010-2013 Ning, Inc.
4
- ~
5
- ~ Ning licenses this file to you under the Apache License, version 2.0
6
- ~ (the "License"); you may not use this file except in compliance with the
7
- ~ License. You may obtain a copy of the License at:
8
- ~
9
- ~ http://www.apache.org/licenses/LICENSE-2.0
10
- ~
11
- ~ Unless required by applicable law or agreed to in writing, software
12
- ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13
- ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14
- ~ License for the specific language governing permissions and limitations
15
- ~ under the License.
16
- -->
17
-
18
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19
- <parent>
20
- <groupId>org.sonatype.oss</groupId>
21
- <artifactId>oss-parent</artifactId>
22
- <version>5</version>
23
- </parent>
24
- <modelVersion>4.0.0</modelVersion>
25
- <groupId>org.kill-bill.ruby</groupId>
26
- <artifactId>notification-test-plugin</artifactId>
27
- <packaging>pom</packaging>
28
- <version>1.0.0</version>
29
- <name>notification-test-plugin</name>
30
- <description></description>
31
- <scm>
32
- <connection>scm:git:git://github.com/killbill/killbill-notification-test-plugin.git</connection>
33
- <url>https://github.com/killbill/killbill-notification-test-plugin/</url>
34
- <developerConnection>scm:git:git@github.com:killbill/killbill-notification-test-plugin.git</developerConnection>
35
- </scm>
36
- </project>
data/release.sh DELETED
@@ -1,41 +0,0 @@
1
- set -e
2
-
3
- if [ "GNU" != "$(tar --help | grep GNU | head -1 | awk '{print $1}')" ]; then
4
- echo "Unable to release: make sure to use GNU tar"
5
- exit 1
6
- fi
7
-
8
- if $(ruby -e'require "java"'); then
9
- # Good
10
- echo "Detected JRuby"
11
- else
12
- echo "Unable to release: make sure to use JRuby"
13
- exit 1
14
- fi
15
-
16
- VERSION=`grep -E '<version>([0-9]+\.[0-9]+\.[0-9]+)</version>' pom.xml | sed 's/[\t \n]*<version>\(.*\)<\/version>[\t \n]*/\1/'`
17
- if [ "$VERSION" != "$(cat $PWD/VERSION)" ]; then
18
- echo "Unable to release: make sure the versions in pom.xml and VERSION match"
19
- exit 1
20
- fi
21
-
22
- echo "Cleaning up"
23
- rake killbill:clean ; rake build
24
-
25
- echo "Pushing the gem to Rubygems"
26
- rake release
27
-
28
- echo "Building artifact"
29
- rake killbill:package
30
-
31
- ARTIFACT="$PWD/pkg/killbill-notification-test-$VERSION.tar.gz"
32
- echo "Pushing $ARTIFACT to Maven Central"
33
- mvn gpg:sign-and-deploy-file \
34
- -DgroupId=org.kill-bill.ruby \
35
- -DartifactId=notification-test-plugin \
36
- -Dversion=$VERSION \
37
- -Dpackaging=tar.gz \
38
- -DrepositoryId=ossrh-releases \
39
- -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
40
- -Dfile=$ARTIFACT \
41
- -DpomFile=pom.xml