model_info 0.0.1 → 0.0.2

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: 55b092ee9f141aad0c271c418e2b1e8b9ded2d22
4
- data.tar.gz: 11c2c1dfa990fabd3b6a658a45360b530c9123a0
3
+ metadata.gz: d801cc9e31c5a58d81eb4b61877e5f1afe6209a8
4
+ data.tar.gz: d783b3f24d7bba3bc5cc58dcb6c6ad7b024941df
5
5
  SHA512:
6
- metadata.gz: f755689ef0fcad9703ec1f23447ba2c12c30d576eb9b69b90348f97aa6486275fad0caee410d72d10e8e257097d88a5ade291e7dad1010b4e6ab47cef609e17b
7
- data.tar.gz: dbf9ceb4c2df061203972e623f5382ea6867cb371c274e68f01d02ca84ee535b52de6f4e918f97ff3a146c6a237929e7b46b65405921de96be5d3486b031f1f9
6
+ metadata.gz: 07d3fcf3dc48b534d76cf915441684c4d2dead8e8725ff4e16c0a26226f3321f52e1b09e46e7d638c3edd4768555729e316d2c911cdfa6b579c7aaee8f8e9d35
7
+ data.tar.gz: 20695644e9842dd6f8b4f6bbce2121ce22cee47230a1ceacaf8da47b45d134e0b4befacba687210d75c3d363b48410e770ed9a3d3a1d4613e0c0d952df1b6f45
data/README.rdoc CHANGED
@@ -6,11 +6,7 @@ ModelInfo gem provides all *models*(available in your application including engi
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- <tt>gem 'model_info' , :github => 'nitanshu/model_info'</tt>
10
-
11
- Please install *kaminari* gem:
12
-
13
- <tt>gem 'kaminari'</tt>
9
+ <tt>gem 'model_info' </tt>
14
10
 
15
11
  And then execute:
16
12
 
@@ -1,3 +1,5 @@
1
+ require 'kaminari'
2
+ require 'bootstrap'
1
3
  module ModelInfo
2
4
  class Engine < ::Rails::Engine
3
5
  isolate_namespace ModelInfo
@@ -1,3 +1,3 @@
1
1
  module ModelInfo
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: model_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - nitanshu
7
+ - nitanshu verma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: Description of ModelInfo.
55
+ description: ModelInfo gem build on a thought where you should not write a single
56
+ line of code and you get every models CRUD easily.
56
57
  email:
57
58
  - nitanshu1991@gmail.com
58
59
  executables: []
@@ -114,5 +115,5 @@ rubyforge_project:
114
115
  rubygems_version: 2.4.6
115
116
  signing_key:
116
117
  specification_version: 4
117
- summary: Summary of ModelInfo.
118
+ summary: ModelInfo provides the CRUD of all models and their associated models
118
119
  test_files: []