model_info 0.0.9 → 1.0.0

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
  SHA256:
3
- metadata.gz: e20bfbae6791d932df14a9b96cab61967b47d4cbed0fa69dd69bcaf6e232d970
4
- data.tar.gz: 6d80e18b10fc55e142bb7ad9ad5a786ab416b602f08c12f9b3d38026b0486263
3
+ metadata.gz: b365fb55dad1f4172eebc218a37b825d99edd321844223239c946433c02c0954
4
+ data.tar.gz: 6a0526e1509d2eb032adb1413fd2cc970eb76b0dc1c9f92ff1c777a494a271af
5
5
  SHA512:
6
- metadata.gz: 151d3fa3ffa070a8515552aef0d74660ea78b4fa9a101fe154df072b9332795f9e5e1dc4f78ebb9cf7b61a974fd4ba4b423515fd10f5ff460e4ef5f40bef2acb
7
- data.tar.gz: f185599bcbc84cd5cb54b374037fd65cd3df07a1bda73570b0a2da96d3132211e143268057f4313b0100966738c9d59e4f3bd1f1d90effb11a435d5a68d083b9
6
+ metadata.gz: 0c9e2c12acb44cbcf710ae31d0f7ff3d303689e5248e784879826200e409e9af011b9e6a55e03c710e765d0bfa4fa868f2496935507899c1ed2346a47b8bd7a2
7
+ data.tar.gz: 60fab78b83a6005e580ca329e154d545d0316c025eabbcd97166a3e468a387f0c87edb8b71c3481d1daab3861f3bc8ff49bfa18216d02a1a18356e0d1c0516cf
data/README.rdoc CHANGED
@@ -1,6 +1,8 @@
1
1
  = ModelInfo
2
2
 
3
- ModelInfo provides the UI interface for the CRUD of all models (including engine's) and their associated models.
3
+ ModelInfo provides the API support for all models to fetch the model information.
4
+
5
+ ModelInfo also provides the UI interface for the CRUD of all models (including engine's) and their associated models.
4
6
  It also provides you the download link for CSV and JSON format of Model's data.
5
7
 
6
8
  == API
@@ -1,6 +1,6 @@
1
1
  <ul class='nav nav-tabs'>
2
2
  <% for model_class in @model_array %>
3
- <li class='models_tab' id="<%= model_class %>"><%= link_to model_class, model_display_path(model_class: model_class) %></li>
3
+ <li class='models_tab' id="<%= model_class %>"><%= link_to model_class, models_path(model_class: model_class) %></li>
4
4
  <% end %>
5
5
  </ul>
6
6
  <script>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ModelInfo
4
- VERSION = '0.0.9'
4
+ VERSION = '1.0.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: model_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - nitanshu verma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-02 00:00:00.000000000 Z
11
+ date: 2024-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap