model_info 0.0.3 → 0.0.4

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: e2dbd3668bcc6e028a41f77ceccf2f52da60171a
4
- data.tar.gz: 9ed1d2ee7a4ea283220ec93249799b0c305a80ef
3
+ metadata.gz: e674b22de66146e149687964ad4ef5d31d3e16c6
4
+ data.tar.gz: aa979d3a5ddb517ca402c1bb46420eef099be4a9
5
5
  SHA512:
6
- metadata.gz: 175ad110cdf9a23bbda50aedf89bbddde95fb5b4c1c789da12a048b9aeecf875461df45b423f42d726448b4e8c28987f7096b42d76d6f1a429b8572e23072bbe
7
- data.tar.gz: 49636bbc86c348ed735390a0d608a37c2e4501c7a190c2a46cd7e996d33682e0751ed745b2ebf2139d039399dfecb48e18c1c120e19ec87ac01ea292899d269e
6
+ metadata.gz: 1b0714b8dd74e9d4a621a0701724d2375da0d91cb9ce1b749ed7717a00b8f85c7f8b35367b870e0e69f9c5ce45a65669e8e2abb5dfe28d94c663f4b864b5ffdf
7
+ data.tar.gz: 45904640bd824a23bdf60825775b1605f20a16d03940ecd06ed577c1e81cdfcb3a77c69039b82a1b93b11f3981f439a4c1ac771b0a460464e73e0bebb047de93
data/README.rdoc CHANGED
@@ -26,5 +26,7 @@ your_application_url */model_info/models*
26
26
 
27
27
  This engine may break so many times but I am working on so many things such as handling all exceptions and the system breaks on polymorphic association.
28
28
 
29
+ Also I am looking forward to provide the download option of each model's and associated model's data of (CSV,XML,PDF,JSON).
30
+
29
31
 
30
32
 
@@ -1,3 +1,3 @@
1
1
  module ModelInfo
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - nitanshu verma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-22 00:00:00.000000000 Z
11
+ date: 2015-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap
@@ -38,22 +38,9 @@ dependencies:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.16.3
41
- - !ruby/object:Gem::Dependency
42
- name: sqlite3
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
41
  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.
42
+ line of code and you can CRUD each model(including engine's) and their associated
43
+ models.
57
44
  email:
58
45
  - nitanshu1991@gmail.com
59
46
  executables: []
@@ -92,7 +79,7 @@ files:
92
79
  - lib/model_info/engine.rb
93
80
  - lib/model_info/version.rb
94
81
  - lib/tasks/model_info_tasks.rake
95
- homepage:
82
+ homepage: https://github.com/nitanshu/model_info
96
83
  licenses:
97
84
  - MIT
98
85
  metadata: {}
@@ -115,5 +102,5 @@ rubyforge_project:
115
102
  rubygems_version: 2.4.6
116
103
  signing_key:
117
104
  specification_version: 4
118
- summary: ModelInfo provides the CRUD of all models and their associated models
105
+ summary: ModelInfo provides the CRUD of all model's and their associated model's
119
106
  test_files: []