database_stalker 0.1.0 → 0.1.1
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 +4 -4
- data/database_stalker.gemspec +2 -2
- data/lib/database_stalker/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 296195149ecce6fa3627e127e8d042a61548d58b
|
4
|
+
data.tar.gz: 1fed48ac3dde38829f05f16f69154c291377a11e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd3de7b17eeb61aa081c45520693a37e725f9aa75dd415eea7f33fa454af8bf787c7b48230237f1a706da4438b0419e9cf5bad8538494e4255fa6eea7beb9884
|
7
|
+
data.tar.gz: b6e5c875213f3940304b75a6a53c3244188b659cfdec08005df68c3b9dc83af8e52be00bb4e84ac7aa91bf755df3729f413080247f5fca9bc48c16a931b81bc5
|
data/database_stalker.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["tetsutaroendo"]
|
10
10
|
spec.email = ["tetsutaro.endo@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = "
|
13
|
-
spec.description = "
|
12
|
+
spec.summary = "This module detects table names which is inserted by your automated tests."
|
13
|
+
spec.description = "This module detects table names which is inserted by your automated tests."
|
14
14
|
#spec.homepage = "TODO: Put your gem's website or public repo URL here."
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: database_stalker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tetsutaroendo
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.0'
|
55
|
-
description:
|
55
|
+
description: This module detects table names which is inserted by your automated tests.
|
56
56
|
email:
|
57
57
|
- tetsutaro.endo@gmail.com
|
58
58
|
executables: []
|
@@ -98,5 +98,5 @@ rubyforge_project:
|
|
98
98
|
rubygems_version: 2.4.8
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
|
-
summary:
|
101
|
+
summary: This module detects table names which is inserted by your automated tests.
|
102
102
|
test_files: []
|