README.md in friendly_id-5.4.0 vs README.md in friendly_id-5.4.1
- old
+ new
@@ -1,29 +1,29 @@
[![Build Status](https://github.com/norman/friendly_id/workflows/CI/badge.svg)](https://github.com/norman/friendly_id/actions)
[![Code Climate](https://codeclimate.com/github/norman/friendly_id.svg)](https://codeclimate.com/github/norman/friendly_id)
-[![Inline docs](http://inch-ci.org/github/norman/friendly_id.svg?branch=master)](http://inch-ci.org/github/norman/friendly_id)
+[![Inline docs](https://inch-ci.org/github/norman/friendly_id.svg?branch=master)](https://inch-ci.org/github/norman/friendly_id)
# FriendlyId
-**For the most complete, user-friendly documentation, see the [FriendlyId Guide](http://norman.github.io/friendly_id/file.Guide.html).**
+**For the most complete, user-friendly documentation, see the [FriendlyId Guide](https://norman.github.io/friendly_id/file.Guide.html).**
FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for
Active Record. It lets you create pretty URLs and work with human-friendly
strings as if they were numeric ids.
With FriendlyId, it's easy to make your application use URLs like:
- http://example.com/states/washington
+ https://example.com/states/washington
instead of:
- http://example.com/states/4323454
+ https://example.com/states/4323454
## Getting Help
-Ask questions on [Stack Overflow](http://stackoverflow.com/questions/tagged/friendly-id)
+Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/friendly-id)
using the "friendly-id" tag, and for bugs have a look at [the bug section](https://github.com/norman/friendly_id#bugs)
## FriendlyId Features
FriendlyId offers many advanced features, including:
@@ -37,13 +37,15 @@
## Usage
Add this line to your application's Gemfile:
```ruby
-gem 'friendly_id', '~> 5.2.4' # Note: You MUST use 5.0.0 or greater for Rails 4.0+
+gem 'friendly_id', '~> 5.4.0'
```
+Note: You MUST use 5.0.0 or greater for Rails 4.0+.
+
And then execute:
```shell
bundle install
```
@@ -103,11 +105,11 @@
```
## Bugs
Please report them on the [Github issue
-tracker](http://github.com/norman/friendly_id/issues) for this project.
+tracker](https://github.com/norman/friendly_id/issues) for this project.
If you have a bug to report, please include the following information:
* **Version information for FriendlyId, Rails and Ruby.**
* Full stack trace and error message (if you have them).
@@ -129,10 +131,10 @@
We're deeply grateful for the generous contributions over the years from [many
volunteers](https://github.com/norman/friendly_id/contributors).
## License
-Copyright (c) 2008-2016 Norman Clarke and contributors, released under the MIT
+Copyright (c) 2008-2020 Norman Clarke and contributors, released under the MIT
license.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to