rdbms_sampler 1.1.1 → 1.2.0
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/README.md +3 -3
- data/lib/rdbms_sampler/sample.rb +2 -0
- data/lib/rdbms_sampler/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdb249cb6d10043125017e9ef67d4e3a95d1f0d56373677c6d2349d414353714
|
4
|
+
data.tar.gz: 36b5a596ceb195868cc100236546272f12032c04db07ebbbc3abe6d5eeb53039
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1db0b77db897a6f4b53508745f124ae74b373494d51dc4637c2b06994d450b30cd8f5e24c38abddee01cd8c764a8863533d6e5733db518e69e74b5f12def5738
|
7
|
+
data.tar.gz: 61d29dfe888659beca428d3985c9adff7d41882154dc9981fc01fec282661555d70dd057b45c12b09a1abd958a61c977767bf3995aeda3c5a00f687b2297975b
|
data/README.md
CHANGED
@@ -17,10 +17,10 @@ the sample is referentially consistent.
|
|
17
17
|
Installation
|
18
18
|
------------
|
19
19
|
|
20
|
-
|
20
|
+
Install with `gem install rdbms_sampler`.
|
21
21
|
|
22
|
-
|
23
|
-
|
22
|
+
Alternatively, clone the repository and install dependencies with `bundle install`.
|
23
|
+
Then execute with `bundle exec rdbms_sampler ...`.
|
24
24
|
|
25
25
|
Commands
|
26
26
|
--------
|
data/lib/rdbms_sampler/sample.rb
CHANGED