refinerycms-redirections 2.0.10.0 → 2.0.10.1

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.
@@ -32,4 +32,8 @@ class Refinery::Redirections::Redirection < ActiveRecord::Base
32
32
 
33
33
  end
34
34
 
35
+ def title
36
+ "#{from_url} -> #{to_url} (#{status_code})"
37
+ end
38
+
35
39
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-redirections
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.10.0
4
+ version: 2.0.10.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-26 00:00:00.000000000 Z
12
+ date: 2013-08-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: refinerycms-core
@@ -126,7 +126,7 @@ files:
126
126
  - lib/refinery/redirections/engine.rb
127
127
  - lib/refinery/redirections/configuration.rb
128
128
  - README.md
129
- homepage:
129
+ homepage: https://github.com/simplelogica/refinerycms-redirections
130
130
  licenses: []
131
131
  post_install_message:
132
132
  rdoc_options: []