redirect_with_params 1.1.0 → 1.1.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
  SHA1:
3
- metadata.gz: e91cf9f9f9da14b4c1b964ab4a9873aa9b2d6c8d
4
- data.tar.gz: 127bb1e015b4ab7fc2f6dfa1d8d2232e947cef46
3
+ metadata.gz: a39145b50f4fcd365b17864e068b0c79d182693f
4
+ data.tar.gz: 4a7b244aa6a83131df2265a37418009473d471ac
5
5
  SHA512:
6
- metadata.gz: a6dd0152c00a71a4e32635f6c95b75f21bff57d99af5673a8ea64afbb626979cae456100632fc7e367e0ba03953580c6ca369a7b529ac000ea3675747583cc48
7
- data.tar.gz: 33b8426e6746d8a9441597345ebff777a17293525149039bbb729d7b30b991705941cd4f598f786fbe51d0295f4d05851885377e2807e5813c637a10d7988937
6
+ metadata.gz: 87bc85caf04dd8140813f1652806dd6581b56145d57cf1561e546a19a476015a2b51d8bdd659a2d20f4426692cc59b8645ace8263a7c6acecc3e53c3cc20bb7a
7
+ data.tar.gz: 60a7dc81f2574d539f990e28121848c845d41f9811509ff1784bb282b6abe98e83dcf88c1bca87fd35c0e0d92f9bbf82e82ef597a4253c3e8f11b28bf14bb352
data/README.md CHANGED
@@ -18,8 +18,6 @@ Or install it yourself as:
18
18
 
19
19
  $ gem install redirect_with_params
20
20
 
21
- Add this line to your `config/routes.rb`:
22
-
23
21
  ## Usage
24
22
 
25
23
  Use `redirect_with_params` in place of `redirect` in your Routes file. This will preserve the query parameters in the redirect.
@@ -1,3 +1,3 @@
1
1
  module RedirectWithParams
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redirect_with_params
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Dayton