data_sanity 0.1.2 → 0.1.4
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.
- data/README.md +5 -5
- data/data_sanity.gemspec +2 -2
- data/lib/data_sanity/version.rb +1 -1
- metadata +6 -6
data/README.md
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
|
|
8
8
|
# It would output result in a table with following details
|
|
9
9
|
|
|
10
|
-
+----+------------+-------------+-------------------+-----------------------+
|
|
11
|
-
| id | table_name | primary_key | primary_key_value | errors |
|
|
12
|
-
+----+------------+-------------+-------------------+-----------------------+
|
|
13
|
-
| 1 | Person | person_id | 128 | “Fmno can’t be blank” |
|
|
14
|
-
+----+------------+-------------+-------------------+-----------------------+
|
|
10
|
+
+----+------------+-------------+-------------------+-----------------------+
|
|
11
|
+
| id | table_name | primary_key | primary_key_value | errors |
|
|
12
|
+
+----+------------+-------------+-------------------+-----------------------+
|
|
13
|
+
| 1 | Person | person_id | 128 | “Fmno can’t be blank” |
|
|
14
|
+
+----+------------+-------------+-------------------+-----------------------+
|
|
15
15
|
|
|
16
16
|
# HOW TO USE
|
|
17
17
|
* adding migrations : rake data_sanity:db:migrate
|
data/data_sanity.gemspec
CHANGED
|
@@ -3,10 +3,10 @@ require File.expand_path('../lib/data_sanity/version', __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Habibullah, Rahul, Jigyasa, Jyotsna, Hephzibah, Garima"]
|
|
6
|
-
gem.email = [""]
|
|
6
|
+
gem.email = ["igarimasingh@gmail.com"]
|
|
7
7
|
gem.description = %q{Gem for checking data sanity}
|
|
8
8
|
gem.summary = %q{Gem for checking data sanity}
|
|
9
|
-
gem.homepage = ""
|
|
9
|
+
gem.homepage = "https://github.com/singhgarima/data_sanity"
|
|
10
10
|
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
|
12
12
|
gem.files = `git ls-files`.split("\n")
|
data/lib/data_sanity/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: data_sanity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.1.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Habibullah, Rahul, Jigyasa, Jyotsna, Hephzibah, Garima
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-12-
|
|
18
|
+
date: 2011-12-07 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
type: :runtime
|
|
@@ -79,7 +79,7 @@ dependencies:
|
|
|
79
79
|
requirement: *id004
|
|
80
80
|
description: Gem for checking data sanity
|
|
81
81
|
email:
|
|
82
|
-
-
|
|
82
|
+
- igarimasingh@gmail.com
|
|
83
83
|
executables: []
|
|
84
84
|
|
|
85
85
|
extensions: []
|
|
@@ -149,7 +149,7 @@ files:
|
|
|
149
149
|
- spec/support/sample_app/test/performance/browsing_test.rb
|
|
150
150
|
- spec/support/sample_app/test/test_helper.rb
|
|
151
151
|
- spec/support/sample_app/vendor/plugins/.gitkeep
|
|
152
|
-
homepage:
|
|
152
|
+
homepage: https://github.com/singhgarima/data_sanity
|
|
153
153
|
licenses: []
|
|
154
154
|
|
|
155
155
|
post_install_message:
|