kaui 0.1.12 → 0.1.14
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.
- data/app/views/kaui/account_timelines/show.html.erb +9 -9
- data/app/views/kaui/accounts/show.html.erb +4 -4
- data/app/views/kaui/invoices/show.html.erb +4 -4
- data/app/views/kaui/payments/_payments_table.html.erb +2 -2
- data/app/views/kaui/subscriptions/edit.html.erb +1 -1
- data/lib/kaui/version.rb +1 -1
- data/test/dummy/log/development.log +2390 -0
- metadata +2 -4
- data/test/dummy/tmp/pids/server.pid +0 -1
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: kaui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.14
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Alena Dudzinskaya
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2012-09-
|
13
|
+
date: 2012-09-26 00:00:00 Z
|
14
14
|
dependencies: []
|
15
15
|
|
16
16
|
description: Rails UI plugin for Killbill administration.
|
@@ -242,7 +242,6 @@ files:
|
|
242
242
|
- test/dummy/tmp/cache/assets/E20/230/sprockets%2F7d3b1348fdf74cf1b6ba2107fbbac5af
|
243
243
|
- test/dummy/tmp/cache/assets/E22/F40/sprockets%2Faffacf2e6be325520bd3bfd2096b6dd4
|
244
244
|
- test/dummy/tmp/cache/assets/E24/9D0/sprockets%2Fb966ab0a50fda3c156fbad4d8ab73ef6
|
245
|
-
- test/dummy/tmp/pids/server.pid
|
246
245
|
- test/dummy/vendor/assets/images/img/glyphicons-halflings-white.png
|
247
246
|
- test/dummy/vendor/assets/images/img/glyphicons-halflings.png
|
248
247
|
- test/dummy/vendor/assets/javascripts/bootstrap.v2.0.4.min.js
|
@@ -393,7 +392,6 @@ test_files:
|
|
393
392
|
- test/dummy/tmp/cache/assets/E20/230/sprockets%2F7d3b1348fdf74cf1b6ba2107fbbac5af
|
394
393
|
- test/dummy/tmp/cache/assets/E22/F40/sprockets%2Faffacf2e6be325520bd3bfd2096b6dd4
|
395
394
|
- test/dummy/tmp/cache/assets/E24/9D0/sprockets%2Fb966ab0a50fda3c156fbad4d8ab73ef6
|
396
|
-
- test/dummy/tmp/pids/server.pid
|
397
395
|
- test/dummy/vendor/assets/images/img/glyphicons-halflings-white.png
|
398
396
|
- test/dummy/vendor/assets/images/img/glyphicons-halflings.png
|
399
397
|
- test/dummy/vendor/assets/javascripts/bootstrap.v2.0.4.min.js
|
@@ -1 +0,0 @@
|
|
1
|
-
11830
|