camaleon_sitemap_customizer 0.4.0 → 0.5.0

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: c811fdeb76df68e0ff79dc06991a947c325442d5d4eaae6703af3ae3016aa4cd
4
- data.tar.gz: 8735cfdde7084d4473f1eca60110e1af927e400260c87f66adb9b2465f64b740
3
+ metadata.gz: be7b9704e52550cba5caa8869028deed68efe625a26fe6a8b5362b02183878a4
4
+ data.tar.gz: a73189b20357610bb82a5b9cc44b8a42cc750a1901000002c2ca266a296e2f1a
5
5
  SHA512:
6
- metadata.gz: 38fc9000151254d987360df212d56f7b5dacb438186c97d0fd16652a9a6dfa8b5bc61fa6eb1a32b61d7eebcdbae8268d735d639ca2be37766739b2c92c4d2645
7
- data.tar.gz: e4bd85c065982624d9aa3256c97539614521c46d4eb41cd9d2e8b681828739283cadd5f825a008e7b5aa2a6af58267e7d6dcf73878f47350fdb63fe7bccc359f
6
+ metadata.gz: 136bbaa7a5bb308037442d4925f7d89347f6a05f8b6108a97b324274efda818272058531648bc40773797d092929bfee3daf19352fa683f958af6f9428cb9332
7
+ data.tar.gz: '082cfb453c7773b9731ba32a775d9664034848b450dde2e886efff56d5295263fcc4733f3d638ba2cb4f6d47d85174602016a922937042ba7127c378cd028091'
data/README.md CHANGED
@@ -14,7 +14,7 @@ This plugin (as of version 0.3.0) also adds an option to each post for exclusion
14
14
  Add this line to your application's Gemfile:
15
15
 
16
16
  ```ruby
17
- gem 'camaleon_sitemap_customizer', git: 'https://github.com/brian-kephart/camaleon_sitemap_customizer.git'
17
+ gem 'camaleon_sitemap_customizer'
18
18
  ```
19
19
 
20
20
  And then execute:
@@ -15,7 +15,7 @@ module Plugins::CamaleonSitemapCustomizer::MainHelper
15
15
  end
16
16
 
17
17
  def camaleon_sitemap_customizer_on_plugin_options(args)
18
- args[:links] << link_to('Settings', admin_plugins_camaleon_sitemap_customizer_settings_path)
18
+ args[:links] << [link_to('Settings', admin_plugins_camaleon_sitemap_customizer_settings_path), link_to('View Sitemap', '/sitemap', target: :blank)]
19
19
  end
20
20
 
21
21
  def customize_sitemap(r)
@@ -1,3 +1,3 @@
1
1
  module CamaleonSitemapCustomizer
2
- VERSION = '0.4.0'
2
+ VERSION = '0.5.0'
3
3
  end
metadata CHANGED
@@ -1,30 +1,31 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: camaleon_sitemap_customizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Kephart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-02 00:00:00.000000000 Z
11
+ date: 2018-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: camaleon_cms
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '2.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
27
- description: Customize auto-generated sitemap in Camaleon CMS
26
+ version: '2.0'
27
+ description: Customize auto-generated sitemap in Camaleon CMS. Eliminate duplicate
28
+ content and list pages.
28
29
  email:
29
30
  - briantkephart@gmail.com
30
31
  executables: []
@@ -43,7 +44,7 @@ files:
43
44
  - lib/camaleon_sitemap_customizer.rb
44
45
  - lib/camaleon_sitemap_customizer/engine.rb
45
46
  - lib/camaleon_sitemap_customizer/version.rb
46
- homepage: ''
47
+ homepage: https://www.github.com/brian-kephart/camaleon_sitemap_customizer
47
48
  licenses:
48
49
  - MIT
49
50
  metadata: {}