apiotics 0.1.44 → 0.1.45

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2116fcf0b56ecd0b9df65c69fce188d79880386
4
- data.tar.gz: 5ac64b5ca2656c22d471bfe956c57771ddfdcd9c
3
+ metadata.gz: 6a90cd94313259045b927d5a0b01e2ae35897f9c
4
+ data.tar.gz: 49991f9bebc3231eba1f7bad986da1b4511efa07
5
5
  SHA512:
6
- metadata.gz: 9f5cf441725a9e6943cc4d2cb9902fd4abde24ba88116efc62295b1f97ff54e9a554d9214d39818bb3d4c742b5ddb462d8517a29bb16507f1cc0fd0db0bd60eb
7
- data.tar.gz: dff79c9f4765db4e99745b4bf22d5f828dc7b7e0ee458e04347ea7af2f1416fbd0e0fe00da35d465ab482d4ba0cfd7744580333254872225ce3cb662c47cbe86
6
+ metadata.gz: 4381d1fea2fd8da6a08d4cca1faabbc44f71b8eaa35e020fb93943afa61793c66002d11da3ba73eae5b1df357302159d931db0b50a8bbf544c77dec7ec3aea45
7
+ data.tar.gz: 5ca5855a0a5ec74fde0936caf689ce878cd8b394a4d80036b86e744bfa9217a1f20e2ddf4741e77c71822e2c8001e65c295a49c416249ec49c0c42cdc4dc3a79
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.44'
2
+ VERSION = '0.1.45'
3
3
  end
@@ -1,5 +1,21 @@
1
1
  <%%= simple_form_for(@<%= module_file_name %>, url: <%= module_file_name %>_path(@<%= module_file_name %>)) do |form| %>
2
2
  <table>
3
+ <tr>
4
+ <th>
5
+ Id
6
+ </th>
7
+ <td>
8
+ <%%= @<%= module_file_name %>.apiotics_instance %>
9
+ </td>
10
+ </tr>
11
+ <tr>
12
+ <th>
13
+ Name
14
+ </th>
15
+ <td>
16
+ <%%= @<%= module_file_name %>.name %>
17
+ </td>
18
+ </tr>
3
19
  <% Apiotics.configuration.targets[module_name].keys.each do |key| %>
4
20
  <tr>
5
21
  <th rowspan='<%= Apiotics.configuration.targets[module_name][key].count %>'>
@@ -9,6 +9,9 @@
9
9
  <th style="border: 1px solid black;">
10
10
  Id
11
11
  </th>
12
+ <th style="border: 1px solid black;">
13
+ Name
14
+ </th>
12
15
  <% Apiotics.configuration.targets[module_name].keys.each do |key| %>
13
16
  <th colspan='<%= Apiotics.configuration.targets[module_name][key].count %>' style="border: 1px solid black;">
14
17
  <%= key %>
@@ -40,6 +43,9 @@
40
43
  <td>
41
44
  <%%= object.apiotics_instance %>
42
45
  </td>
46
+ <td>
47
+ <%%= object.name %>
48
+ </td>
43
49
  <% Apiotics.configuration.targets[module_name].keys.each do |key| %>
44
50
  <% Apiotics.configuration.targets[module_name][key].each do |interface| %>
45
51
  <td class='<%= module_file_name %>-<%= key.underscore.downcase %>-<%= interface %>'>
@@ -8,6 +8,9 @@
8
8
  <th style="border: 1px solid black;">
9
9
  Id
10
10
  </th>
11
+ <th style="border: 1px solid black;">
12
+ Name
13
+ </th>
11
14
  <% Apiotics.configuration.targets[module_name].keys.each do |key| %>
12
15
  <th colspan='<%= Apiotics.configuration.targets[module_name][key].count %>' style="border: 1px solid black;">
13
16
  <%= key %>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiotics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.44
4
+ version: 0.1.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-08 00:00:00.000000000 Z
11
+ date: 2017-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails