killbill-notification-test 1.7.1 → 1.7.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8b3e096c8af6925703ec3e270d39eeeffd0674a7
4
+ data.tar.gz: 9c29f3514ee706f412edf273ce45e7a876f1810e
5
+ SHA512:
6
+ metadata.gz: 4bfb26e15c00d2ff6323ae6bc8541e8000510c930e487025d7d079a2b2084b1ed53e83a46be6949a4eec91abee66a8413c511d31d7cb5ec951fbe3233ff72dfe
7
+ data.tar.gz: 59b092ecc4452e36b97f1019cc068eb925bde6ce777cccd0b1bb0546d7ebe5d001a6a46a20b2ed9f3befd46cb2c4e715f39998349c4630bda4a8c067f7385291
data/Jarfile CHANGED
@@ -1,6 +1,6 @@
1
- jar 'com.ning.billing:killbill-api', '0.7.4'
2
- jar 'com.ning.billing.plugin:killbill-plugin-api-notification', '0.6.1'
3
- jar 'com.ning.billing.plugin:killbill-plugin-api-payment', '0.6.1'
4
- jar 'com.ning.billing.plugin:killbill-plugin-api-currency', '0.6.1'
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
5
  jar 'com.ning.billing:killbill-util:tests', '0.7.1'
6
6
  jar 'javax.servlet:javax.servlet-api', '3.0.1'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.1
1
+ 1.7.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.8.3'
25
+ s.add_dependency 'killbill', '~> 1.9.0'
26
26
 
27
27
  s.add_development_dependency 'jbundler', '~> 0.4.1'
28
28
  s.add_development_dependency 'rake', '>= 10.0.0'
data/pom.xml CHANGED
@@ -25,7 +25,7 @@
25
25
  <groupId>com.ning.killbill.ruby</groupId>
26
26
  <artifactId>notification-test-plugin</artifactId>
27
27
  <packaging>pom</packaging>
28
- <version>1.7.1</version>
28
+ <version>1.7.2</version>
29
29
  <name>notification-test-plugin</name>
30
30
  <description></description>
31
31
  <scm>
metadata CHANGED
@@ -1,78 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-notification-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
5
- prerelease:
4
+ version: 1.7.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Killbill core team
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-10-29 00:00:00.000000000 Z
11
+ date: 2014-01-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: killbill
16
15
  version_requirements: !ruby/object:Gem::Requirement
17
16
  requirements:
18
- - - "~>"
17
+ - - ~>
19
18
  - !ruby/object:Gem::Version
20
- version: 1.8.3
21
- none: false
19
+ version: 1.9.0
22
20
  requirement: !ruby/object:Gem::Requirement
23
21
  requirements:
24
- - - "~>"
22
+ - - ~>
25
23
  - !ruby/object:Gem::Version
26
- version: 1.8.3
27
- none: false
24
+ version: 1.9.0
28
25
  prerelease: false
29
26
  type: :runtime
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: jbundler
32
29
  version_requirements: !ruby/object:Gem::Requirement
33
30
  requirements:
34
- - - "~>"
31
+ - - ~>
35
32
  - !ruby/object:Gem::Version
36
33
  version: 0.4.1
37
- none: false
38
34
  requirement: !ruby/object:Gem::Requirement
39
35
  requirements:
40
- - - "~>"
36
+ - - ~>
41
37
  - !ruby/object:Gem::Version
42
38
  version: 0.4.1
43
- none: false
44
39
  prerelease: false
45
40
  type: :development
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: rake
48
43
  version_requirements: !ruby/object:Gem::Requirement
49
44
  requirements:
50
- - - ">="
45
+ - - '>='
51
46
  - !ruby/object:Gem::Version
52
47
  version: 10.0.0
53
- none: false
54
48
  requirement: !ruby/object:Gem::Requirement
55
49
  requirements:
56
- - - ">="
50
+ - - '>='
57
51
  - !ruby/object:Gem::Version
58
52
  version: 10.0.0
59
- none: false
60
53
  prerelease: false
61
54
  type: :development
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: rspec
64
57
  version_requirements: !ruby/object:Gem::Requirement
65
58
  requirements:
66
- - - "~>"
59
+ - - ~>
67
60
  - !ruby/object:Gem::Version
68
61
  version: 2.12.0
69
- none: false
70
62
  requirement: !ruby/object:Gem::Requirement
71
63
  requirements:
72
- - - "~>"
64
+ - - ~>
73
65
  - !ruby/object:Gem::Version
74
66
  version: 2.12.0
75
- none: false
76
67
  prerelease: false
77
68
  type: :development
78
69
  description: Killbill Plugin to test notification plugin api
@@ -81,8 +72,8 @@ executables: []
81
72
  extensions: []
82
73
  extra_rdoc_files: []
83
74
  files:
84
- - ".gitignore"
85
- - ".travis.yml"
75
+ - .gitignore
76
+ - .travis.yml
86
77
  - Gemfile
87
78
  - Jarfile
88
79
  - README.md
@@ -99,33 +90,28 @@ files:
99
90
  homepage: http://www.killbilling.org
100
91
  licenses:
101
92
  - Apache License (2.0)
93
+ metadata: {}
102
94
  post_install_message:
103
95
  rdoc_options:
104
- - "--exclude"
105
- - "."
96
+ - --exclude
97
+ - .
106
98
  require_paths:
107
99
  - lib
108
100
  required_ruby_version: !ruby/object:Gem::Requirement
109
101
  requirements:
110
- - - ">="
102
+ - - '>='
111
103
  - !ruby/object:Gem::Version
112
104
  version: 1.9.3
113
- none: false
114
105
  required_rubygems_version: !ruby/object:Gem::Requirement
115
106
  requirements:
116
- - - ">="
107
+ - - '>='
117
108
  - !ruby/object:Gem::Version
118
- segments:
119
- - 0
120
- version: !binary |-
121
- MA==
122
- hash: 2
123
- none: false
109
+ version: '0'
124
110
  requirements: []
125
111
  rubyforge_project:
126
- rubygems_version: 1.8.24
112
+ rubygems_version: 2.2.0
127
113
  signing_key:
128
- specification_version: 3
114
+ specification_version: 4
129
115
  summary: Plugin to test notification plugin api
130
116
  test_files:
131
117
  - spec/notification_test/base_plugin_spec.rb