kenui 0.1.0 → 1.0.0

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -0
  3. data/lib/kenui/version.rb +1 -1
  4. metadata +20 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3e83b87c2b3e2512053dfb1baacbaf4f73b23c8
4
- data.tar.gz: 152bf9e4f5c9ee72dd2dffc1c902895cb924d78c
3
+ metadata.gz: 736b059488f7c3081665b0a167cacfe41b3a9bc8
4
+ data.tar.gz: b2666521a44ad7462f31c7f08f10a6efbf4137a7
5
5
  SHA512:
6
- metadata.gz: b402e0bb3ef302d9fa3851d1214f356e62cc627bb11d381f7875c0fc22cab422b775f408ee6898c5cd05a5f579308b613ea9a7d7680d8a0c9022aa419b611264
7
- data.tar.gz: 194f2fad0d077a6ea089d1a910a9fd10f85767bffcec34d37c657a14241d9118fa0a8101fb4b0c85acab1118753f9650ff763ff5c5dda7c86b2c89ab1b351ea8
6
+ metadata.gz: 9230f569e96f84c019e8c311df84eda88d71d6a57ea54f75513e2cf5db9049da04670d550fca36f7785c6145d43154f234632241ca236d57b1d822b4162189df
7
+ data.tar.gz: 47d512c95a9705ff94054ffc69b440204df057679ec106f3839321d96d550aa8666fe0e2cbcc85f22e327e4f2e3a295ea90e77e02e7c4e72032181a6a53fec5b
data/README.md CHANGED
@@ -4,6 +4,14 @@ Rails mountable engine to configure the email notifications plugin
4
4
  * See [killbill-email-notifications-plugin](https://github.com/killbill/killbill-email-notifications-plugin) to get started with the email notification plugin.
5
5
  * See [killbill-admin-ui-standalone](https://github.com/killbill/killbill-admin-ui-standalone) to get started with the Kill Bill Admin UI.
6
6
 
7
+ Kill Bill compatibility
8
+ -----------------------
9
+
10
+ | Kenui version | Kill Bill version |
11
+ | ------------: | ----------------: |
12
+ | 0.1.x | 0.18.z |
13
+ | 1.x.y | 0.19.z |
14
+
7
15
  Getting Started
8
16
  ---------------
9
17
 
@@ -1,3 +1,3 @@
1
1
  module Kenui
2
- VERSION = '0.1.0'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kenui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
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: 2017-11-22 00:00:00.000000000 Z
11
+ date: 2018-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 5.1.4
19
+ version: '5.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 5.1.4
26
+ version: '5.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jquery-rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '1.0'
89
+ version: '2.2'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '1.0'
96
+ version: '2.2'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: sqlite3
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -136,6 +136,20 @@ dependencies:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: json
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ">="
144
+ - !ruby/object:Gem::Version
145
+ version: 1.8.6
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: 1.8.6
139
153
  description: Rails UI plugin for the Email notification plugin.
140
154
  email: killbilling-users@googlegroups.com
141
155
  executables: []