derail-rails 0.2.1 → 0.3.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/derail/version.rb +1 -1
- data/lib/tasks/derail_tasks.rake +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: f5bf600d6f3746295333bfc50409a722ec64041081765af6dda8510038eb755d
|
4
|
+
data.tar.gz: 6f4c3609d46778eef15df76b1be227aa6b27fc31539d735d85ac40c412c88deb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84a2b8071997829a8da00f553689395b27db91c4043c5acf9ca1c03c47dc806c9cf7dcee64bea26f791816a6136d065e2b617394753f745f1a7d13d4cb09cec3
|
7
|
+
data.tar.gz: 5dc1a9fab8da3de8a8bdff9659c3f0b31ae1b086a2d83fc83d4b660382364ac8d2eef47ebbea24b39923974419192f1d79a616f1dc35b498d95a75fab2f63210
|
data/README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|

|
2
2
|
[Photo by Jerry Kiesewetter on Unsplash](https://unsplash.com/photos/yPnT96Jx5D4)
|
3
|
-
|
3
|
+
|
4
4
|
# Derail
|
5
5
|
Completely destroys a rails project: Databases, Chewy indices (if any) and deletes the project directory.
|
6
6
|
|
7
7
|
## Usage
|
8
8
|
```bash
|
9
|
-
rake derail:
|
9
|
+
rake derail:rails
|
10
10
|
```
|
11
11
|
|
12
12
|
## Installation
|
@@ -14,7 +14,7 @@ Add this line to your application's Gemfile:
|
|
14
14
|
|
15
15
|
```ruby
|
16
16
|
group :development do
|
17
|
-
gem 'derail-rails'
|
17
|
+
gem 'derail-rails', require: 'derail'
|
18
18
|
end
|
19
19
|
```
|
20
20
|
|
data/lib/derail/version.rb
CHANGED
data/lib/tasks/derail_tasks.rake
CHANGED