reportir 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3ae5c74af3822f6d6ea9fc04ec7d18791e176f8
4
- data.tar.gz: 0a46921681f5648685253cff06bd4106f0eb6189
3
+ metadata.gz: 2cb01b1a604f9888f722f21013657a051b495665
4
+ data.tar.gz: f553df14eab79c36afda261583c4467a540ca483
5
5
  SHA512:
6
- metadata.gz: 464d92e4ec55de415d8a4016eca395dc0edd34eb604251906f8a5783d6b6eedc5390f00879a7afc940a406a66517d75bf60ce080971b578e7d6db0700b15d925
7
- data.tar.gz: bbe6a37eddea78c5c7c46e549f7ddf29e22080977ae5027565fe272444e0743897ef42976f01f8a572b9bc94c544fb8d71ffb8e65b7e3b0029388ff325971ff3
6
+ metadata.gz: 093c01da36eb90fe37576e18c18b1a83bbcaa99d4c20f26e0cf453778dfe9603d159f3ad77765bd09154e1c9cfd1c8fc72b5ff15f3a3ae1416475807a377a54f
7
+ data.tar.gz: fa969ce3129bb88e7fe4550cb9cf009d847711f32bd1c9542d513f69bff14b37a78ae2cfca13467b34fb8b36d385adbc3cb68b47b46b81f35510cf572311259b
@@ -54,7 +54,7 @@
54
54
  </script>
55
55
 
56
56
  <script id="add_links_template" type="text/ractive">
57
- <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
57
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Additional Diagnostic Info <span class="caret"></span></a>
58
58
  <ul class="dropdown-menu">
59
59
  {{#add_links}}
60
60
  <li><a href="{{path}}">{{name}}</a></li>
@@ -1,3 +1,3 @@
1
1
  module Reportir
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reportir
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dean Shelton