dumpcar 0.1.1 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/dumpcar/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52511a48a41c491763ac701489b0bfe9af0d9e1d43df0664ef65164264547bf0
4
- data.tar.gz: 5dc6dd24b730d027ca9efcd5c1432acdb714874f41fc69b9cf6d98c9b6b82f59
3
+ metadata.gz: b2ab13e4c4ec4b67f0fa62cd68525e308e976bbd40fbf9471588518e4de1db87
4
+ data.tar.gz: e7553577c3fe9e2943ec58e5aa5e377ece8d00b9fe02433ce8572ba4ebe98bd8
5
5
  SHA512:
6
- metadata.gz: 492cb8db640c682bb3547c21f4bf8768282c0658b4b436d676d41236c143d36e4cf90c33e9b88e6628d3eb7d967ffb1b011816590c9410ca1f9c85e9eff2993a
7
- data.tar.gz: 4bbb7c5f1aebab2674fc4cb06436c5f31d9641bed2f0110fad4c486906ea0ea66e32f3979ceb47ff1b331ba5fcf287722b73846f457e944704fd51bf56bc2a41
6
+ metadata.gz: 167de13c0087212017f8279554ff6568fabe5128548f3e275ea7f35025d06d4bab57eae6a9b7a8897dab711146e5eaa8172c6acf32cc0492f9d8dd09aab21ebb
7
+ data.tar.gz: 9f8074cfa59529bfae515a15c5d821f1f4bb65fcdbb3fab16802a2ce2e4ff06aee3609bff57571e1397939a9145b9e5bcde67f64275acd3373d262d4441cc5b1
data/README.md CHANGED
@@ -10,7 +10,7 @@ Rake tasks for dumping and restoring the contents of the PostgreSQL database for
10
10
  Install the gem executing:
11
11
 
12
12
  ```bash
13
- bundle add Dumpcar
13
+ bundle add dumpcar
14
14
  rails g dumpcar # creates db/dumps folder, adds it to .gitignore and commits
15
15
  ```
16
16
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dumpcar
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dumpcar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Schultz