rename-rails 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/rename_rails/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: 9d878a374e46c891b61516644a7ed3ccb06c078202bb5aa9b525d27b10cd2499
|
4
|
+
data.tar.gz: 1379d78f6320cbfbb8f36e102cecfad2385709f93a1b2655ee8a1c93296bbfcd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e0453c12fb3dc6e82cd04cded2dc99c7b1df1d82719d08782b723767319618a9bc5d205a2d95b70cb68e91e641e6e177d98c2428a91dc3c1f6f43be877d0c0e
|
7
|
+
data.tar.gz: ffbda19ea6e5a7847a114f382c5c6d7637d3b8bdfe1606d8f67dc37b1c542177c18a63323bcef4b061dec3c07c9f4b91322f5ce198565d14fd030d06d040949d
|
data/README.md
CHANGED
@@ -1,13 +1,15 @@
|
|
1
1
|
rename-rails
|
2
2
|
============
|
3
3
|
|
4
|
-
This gem allows you to rename your Rails application
|
4
|
+
This gem allows you to rename your Rails application using a single command.
|
5
5
|
|
6
|
-
|
6
|
+
A fork of [rename][rename], originally authored by [@morshedalam][], with
|
7
|
+
updates for Rails 6 provided by [@rlogwood][] and [@dbronzetti][].
|
7
8
|
|
8
9
|
[rename]: https://github.com/morshedalam/rename
|
9
10
|
[@morshedalam]: https://github.com/morshedalam
|
10
11
|
[@rlogwood]: https://github.com/rlogwood
|
12
|
+
[@dbronzetti]: https://github.com/dbronzetti
|
11
13
|
|
12
14
|
|
13
15
|
Installation
|
data/lib/rename_rails/version.rb
CHANGED