enjoy_cms_goto 0.4.0 → 0.4.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: e73408d2f7baa2cbe34ba2e6429a781ccf1af465
4
- data.tar.gz: afc3a956f2dc137b0f930ad5ec24730b1d64bfbb
3
+ metadata.gz: db426cc9c7d6f7782786018bb153057c1e846144
4
+ data.tar.gz: 657d87c40da97ee84eafdb904971523eb4c6a18d
5
5
  SHA512:
6
- metadata.gz: 2973c50bbd84d45bd7095d9e61163f4b2b41cc38e93f271528eae5f8598e190a4fa425239f98ce3e507e68a20e27b1befe5b4a30c58dbf8a4b46f28ed5fc642c
7
- data.tar.gz: 2c0a9380e92c26b01f08b5ec9b3a10b2f325f3a5efa35be28891cb81d0709ddec8f1c4c50d4cb40d9850f734740d80ce59aaf8b492f8c8d0a32645dad2a271c4
6
+ metadata.gz: dc7f8f418726604a87bf96f544dfa0807e8c8e27cafcc082bbe7df74ffc38dc591c976a350a1cb9e6779119596253eb592cf30ddddb964ee801f76a0d958160c
7
+ data.tar.gz: 13179c4604bd2673585104bbb362c3b6c99840b342cba3e9ff92302d08ad25114ed04c7990c76b1b01065727d26ce3b20c4983504851b233b01d39cce5f780cd
data/README.md CHANGED
@@ -1,50 +1,3 @@
1
1
  # EnjoyCmsGoto
2
2
 
3
- URL redirect dispatcher (goto-system) for [enjoy_cms](https://github.com/enjoycreative/enjoy_cms). You will know all about transfers to other sites.
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'enjoy_cms_goto'
11
- ```
12
-
13
- And then execute:
14
-
15
- $ bundle
16
-
17
- Or install it yourself as:
18
-
19
- $ gem install enjoy_cms_goto
20
-
21
- ## Usage
22
-
23
- Add in config/routes.rb
24
-
25
- ```ruby
26
- enjoy_cms_goto_routes
27
- ```
28
-
29
- and in config/application.rb
30
-
31
- ```ruby
32
- config.middleware.use Enjoy::Goto::Middleware, {excluded_hosts: []}
33
- ```
34
-
35
- Also you can specify excluded_hosts. This are hosts you don't want go through this system.
36
-
37
- ## Development
38
-
39
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
40
-
41
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
42
-
43
- ## Contributing
44
-
45
- Bug reports and pull requests are welcome on GitHub at https://github.com/enjoycreative/enjoy_cms_goto.
46
-
47
-
48
- ## License
49
-
50
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
3
+ # NO LONGER MAINTAINED. SEE [HancockCMS GOTO](https://github.com/red-rocks/hancock_cms_goto)
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "enjoy_cms_goto"
8
8
  spec.version = Enjoy::Goto::VERSION
9
9
  spec.authors = ["Alexander Kiseliev"]
10
- spec.email = ["dev@enjoycreate.ru"]
10
+ spec.email = ["i43ack@gmail.com"]
11
11
 
12
12
  spec.summary = %q{URL redirect dispatcher with EnjoyCMS support.}
13
13
  spec.description = %q{URL redirect dispatcher with EnjoyCMS support.}
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency "bundler", "~> 1.10"
31
31
  spec.add_development_dependency "rake", "~> 10.0"
32
32
 
33
- spec.add_dependency 'enjoy_cms', "~> 0.4.0"
33
+ spec.add_dependency 'enjoy_cms', "~> 0.4.1"
34
34
  spec.add_dependency 'nokogiri'
35
35
  spec.add_dependency 'addressable'
36
36
  end
@@ -1,5 +1,5 @@
1
1
  module Enjoy
2
2
  module Goto
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
data/release.sh CHANGED
@@ -4,4 +4,4 @@ git add --all .
4
4
  git commit -am "${*:1}"
5
5
  git push
6
6
  git push gh master
7
- rake release
7
+ rake release
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enjoy_cms_goto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Kiseliev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2016-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.4.0
47
+ version: 0.4.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.4.0
54
+ version: 0.4.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: nokogiri
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: '0'
83
83
  description: URL redirect dispatcher with EnjoyCMS support.
84
84
  email:
85
- - dev@enjoycreate.ru
85
+ - i43ack@gmail.com
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []