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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 631d72108be39543d3d3f40400e9d306d92c04f96d77a80a8664a9ad87f528a7
4
- data.tar.gz: fc3dd19e44e55e47d37e3a3f9f291167af6f02da2d0b05a48c8294e748164d9d
3
+ metadata.gz: 9d878a374e46c891b61516644a7ed3ccb06c078202bb5aa9b525d27b10cd2499
4
+ data.tar.gz: 1379d78f6320cbfbb8f36e102cecfad2385709f93a1b2655ee8a1c93296bbfcd
5
5
  SHA512:
6
- metadata.gz: b8e7406078cd5073f70111cbc4e30b2217021d9da5ff54a380551924fd9b579ba917687722207e92ac00d1ed92cee070db0771b25719385148d28d280e875038
7
- data.tar.gz: 0ceb8bec89186fc0a2dfcd0377a771187866de558834745ee2c7e3174f5457f06e66d6ffcd478697e79c4a4254bd1b8af8ad8b0302a3d090a8c267ef2cc3adab
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 by using a single command.
4
+ This gem allows you to rename your Rails application using a single command.
5
5
 
6
- Fork of [rename][rename] by [@morshedalam][], with updates for Rails 6 provided by [@rlogwood][].
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RenameRails
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rename-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Morshed Alam