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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 346d4602249102f2f03c6ae0e404d7b59eebe191
4
- data.tar.gz: 9622284d68e080535b192bdf8899d4961e7e59a4
3
+ metadata.gz: 296195149ecce6fa3627e127e8d042a61548d58b
4
+ data.tar.gz: 1fed48ac3dde38829f05f16f69154c291377a11e
5
5
  SHA512:
6
- metadata.gz: ae998c4cca2aef4d6fb349d239cbaabdecc2df85351508ad93f01d7439528f6848a8458efbdec0dad35be198b12d84e81879668afb9adf601ea4fef73dd6c9f2
7
- data.tar.gz: a1c269122140af21a3b06b2f29190b14b94e02d05e195ab166dc32e9a217da191e342e9b0186fd82e5d8e701de0cc9f7b4147c43c6a1aacff90dddec51334a48
6
+ metadata.gz: cd3de7b17eeb61aa081c45520693a37e725f9aa75dd415eea7f33fa454af8bf787c7b48230237f1a706da4438b0419e9cf5bad8538494e4255fa6eea7beb9884
7
+ data.tar.gz: b6e5c875213f3940304b75a6a53c3244188b659cfdec08005df68c3b9dc83af8e52be00bb4e84ac7aa91bf755df3729f413080247f5fca9bc48c16a931b81bc5
@@ -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 = "Detect inserted tables from the log."
13
- spec.description = "Detect inserted tables from the log."
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
 
@@ -1,3 +1,3 @@
1
1
  module DatabaseStalker
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: Detect inserted tables from the log.
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: Detect inserted tables from the log.
101
+ summary: This module detects table names which is inserted by your automated tests.
102
102
  test_files: []