killbill-avatax 0.0.3 → 0.1.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.
- checksums.yaml +4 -4
- data/README.md +10 -2
- data/lib/avatax/version.rb +1 -1
- metadata +40 -40
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1666ab0ab33385c63fbbc0cba3d1e7a84c4cc4ad
|
|
4
|
+
data.tar.gz: c3b9116a0c945b0b99573238a7d83ed03aae0e48
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ba0bd5a9842a82aa0b431aaebff511aa47290dc4ba479015cb4a1596d2f09cd51b9dde33615f9f33189f97dabb867e968821e0cdb887fcecf384132462945b4
|
|
7
|
+
data.tar.gz: ad82502e260177775933fdc91902ae8f4beac26445c40f2fd9bc84e42f912457ebd29427361caabc9519b9bf711a7a0fac087ab2c9dad173f74b829b3b060123
|
data/README.md
CHANGED
|
@@ -4,8 +4,16 @@ Overview
|
|
|
4
4
|
|
|
5
5
|
This Rails mountable engine allows you to manage your Avatax integration in Kill Bill.
|
|
6
6
|
|
|
7
|
-
* See [killbill
|
|
8
|
-
* See [killbill-admin-ui-standalone](https://github.com/killbill/killbill-admin-ui-standalone) to get
|
|
7
|
+
* See [killbill-avatax-plugin](https://github.com/killbill/killbill-avatax-plugin) to get started with the Avatax plugin.
|
|
8
|
+
* See [killbill-admin-ui-standalone](https://github.com/killbill/killbill-admin-ui-standalone) to get started with the Kill Bill Admin UI.
|
|
9
|
+
|
|
10
|
+
Kill Bill compatibility
|
|
11
|
+
-----------------------
|
|
12
|
+
|
|
13
|
+
| Avatax UI version | Kill Bill version |
|
|
14
|
+
| ----------------: | ----------------: |
|
|
15
|
+
| 0.0.y | 0.16.z |
|
|
16
|
+
| 0.1.y | 0.18.z |
|
|
9
17
|
|
|
10
18
|
Functionality
|
|
11
19
|
-------------
|
data/lib/avatax/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: killbill-avatax
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.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:
|
|
11
|
+
date: 2016-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -156,12 +156,12 @@ dependencies:
|
|
|
156
156
|
requirements:
|
|
157
157
|
- - ~>
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
|
-
version: '0
|
|
159
|
+
version: '1.0'
|
|
160
160
|
requirement: !ruby/object:Gem::Requirement
|
|
161
161
|
requirements:
|
|
162
162
|
- - ~>
|
|
163
163
|
- !ruby/object:Gem::Version
|
|
164
|
-
version: '0
|
|
164
|
+
version: '1.0'
|
|
165
165
|
prerelease: false
|
|
166
166
|
type: :runtime
|
|
167
167
|
- !ruby/object:Gem::Dependency
|
|
@@ -324,64 +324,64 @@ executables: []
|
|
|
324
324
|
extensions: []
|
|
325
325
|
extra_rdoc_files: []
|
|
326
326
|
files:
|
|
327
|
-
-
|
|
328
|
-
-
|
|
329
|
-
-
|
|
330
|
-
- app/assets/stylesheets/bootstrap_and_overrides.css
|
|
331
|
-
- app/assets/stylesheets/avatax/avatax.css
|
|
327
|
+
- MIT-LICENSE
|
|
328
|
+
- README.md
|
|
329
|
+
- Rakefile
|
|
332
330
|
- app/assets/javascripts/application.js
|
|
333
331
|
- app/assets/javascripts/avatax/avatax.js
|
|
334
|
-
- app/
|
|
335
|
-
- app/
|
|
332
|
+
- app/assets/stylesheets/application.css
|
|
333
|
+
- app/assets/stylesheets/avatax/avatax.css
|
|
334
|
+
- app/assets/stylesheets/bootstrap_and_overrides.css
|
|
335
|
+
- app/controllers/avatax/configuration_controller.rb
|
|
336
|
+
- app/controllers/avatax/engine_controller.rb
|
|
337
|
+
- app/helpers/avatax/application_helper.rb
|
|
338
|
+
- app/views/avatax/configuration/_exemptions_form.html.erb
|
|
339
|
+
- app/views/avatax/configuration/_exemptions_table.html.erb
|
|
340
|
+
- app/views/avatax/configuration/_plugin_form.html.erb
|
|
336
341
|
- app/views/avatax/configuration/_products_form.html.erb
|
|
337
|
-
- app/views/avatax/configuration/plugin_configuration.html.erb
|
|
338
342
|
- app/views/avatax/configuration/_products_table.html.erb
|
|
339
|
-
- app/views/avatax/configuration/_plugin_form.html.erb
|
|
340
343
|
- app/views/avatax/configuration/index.html.erb
|
|
341
|
-
- app/views/avatax/configuration/
|
|
344
|
+
- app/views/avatax/configuration/plugin_configuration.html.erb
|
|
342
345
|
- app/views/avatax/configuration/set_exemption.html.erb
|
|
343
|
-
- app/views/avatax/configuration/
|
|
344
|
-
- app/
|
|
346
|
+
- app/views/avatax/configuration/set_tax_code.html.erb
|
|
347
|
+
- app/views/avatax/layouts/avatax_application.html.erb
|
|
345
348
|
- config/routes.rb
|
|
346
349
|
- lib/avatax.rb
|
|
347
350
|
- lib/avatax/client.rb
|
|
348
351
|
- lib/avatax/engine.rb
|
|
349
352
|
- lib/avatax/version.rb
|
|
350
353
|
- lib/tasks/avatax_tasks.rake
|
|
351
|
-
- MIT-LICENSE
|
|
352
|
-
- Rakefile
|
|
353
|
-
- README.md
|
|
354
354
|
- test/avatax_test.rb
|
|
355
|
-
- test/test_helper.rb
|
|
356
|
-
- test/integration/navigation_test.rb
|
|
357
|
-
- test/dummy/Rakefile
|
|
358
355
|
- test/dummy/README.rdoc
|
|
356
|
+
- test/dummy/Rakefile
|
|
357
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
358
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
359
|
+
- test/dummy/bin/bundle
|
|
360
|
+
- test/dummy/bin/rails
|
|
361
|
+
- test/dummy/bin/rake
|
|
362
|
+
- test/dummy/bin/setup
|
|
359
363
|
- test/dummy/config.ru
|
|
360
|
-
- test/dummy/config/secrets.yml
|
|
361
|
-
- test/dummy/config/environment.rb
|
|
362
|
-
- test/dummy/config/routes.rb
|
|
363
|
-
- test/dummy/config/database.yml
|
|
364
|
-
- test/dummy/config/boot.rb
|
|
365
364
|
- test/dummy/config/application.rb
|
|
366
|
-
- test/dummy/config/
|
|
367
|
-
- test/dummy/config/
|
|
368
|
-
- test/dummy/config/
|
|
365
|
+
- test/dummy/config/boot.rb
|
|
366
|
+
- test/dummy/config/database.yml
|
|
367
|
+
- test/dummy/config/environment.rb
|
|
369
368
|
- test/dummy/config/environments/development.rb
|
|
370
|
-
- test/dummy/config/
|
|
369
|
+
- test/dummy/config/environments/production.rb
|
|
370
|
+
- test/dummy/config/environments/test.rb
|
|
371
371
|
- test/dummy/config/initializers/assets.rb
|
|
372
372
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
373
|
-
- test/dummy/config/initializers/
|
|
373
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
|
374
374
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
375
|
+
- test/dummy/config/initializers/inflections.rb
|
|
376
|
+
- test/dummy/config/initializers/killbill_client.rb
|
|
375
377
|
- test/dummy/config/initializers/mime_types.rb
|
|
376
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
|
377
378
|
- test/dummy/config/initializers/session_store.rb
|
|
378
379
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
379
|
-
- test/dummy/
|
|
380
|
-
- test/dummy/
|
|
381
|
-
- test/dummy/
|
|
382
|
-
- test/
|
|
383
|
-
- test/
|
|
384
|
-
- test/dummy/bin/rails
|
|
380
|
+
- test/dummy/config/locales/en.yml
|
|
381
|
+
- test/dummy/config/routes.rb
|
|
382
|
+
- test/dummy/config/secrets.yml
|
|
383
|
+
- test/integration/navigation_test.rb
|
|
384
|
+
- test/test_helper.rb
|
|
385
385
|
homepage: http://www.killbill.io
|
|
386
386
|
licenses:
|
|
387
387
|
- MIT
|
|
@@ -402,7 +402,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
402
402
|
version: '0'
|
|
403
403
|
requirements: []
|
|
404
404
|
rubyforge_project:
|
|
405
|
-
rubygems_version: 2.
|
|
405
|
+
rubygems_version: 2.4.6
|
|
406
406
|
signing_key:
|
|
407
407
|
specification_version: 4
|
|
408
408
|
summary: Kill Bill Avatax UI mountable engine
|