enjoy_cms_seo 0.4.0.3 → 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: 451b003356295accc9e2394ac0287576a35930ab
4
- data.tar.gz: 96362c540e74850df84f559b10844c41298346c7
3
+ metadata.gz: aec52eed25b7c18bf6f47f2741e42273f8e9fc39
4
+ data.tar.gz: 83f416d87c21eeff16ec73c797bd70dbe08fd4c5
5
5
  SHA512:
6
- metadata.gz: 9dccefe92dd8ca494f79a23652f39b894d2e296095e8f54d46661ca9a7797052ad7680d0c822c6fef055d09653471547aa877c6c33cb56f712b51a8430102bcf
7
- data.tar.gz: 4aeea6a1a48d46e0e13ac0d1de603add27f8ec10a772fe23e67be6dcaf69963357321a2473e4dcecda562da75a0e10230b65083d2d8e34bfeb01b47219e840f5
6
+ metadata.gz: 57694643152f646e2bd0a5b7e4e945db1d02fbef4782172af238efedab73c134e56e37422fb80c3cdf4816e754c7ed8ea245981e6f5b9cfb3f86c9ca58c808c8
7
+ data.tar.gz: 60039ffe5e29531ab5f6cd358597f1c02d19c176a41fea8b77ea3ebc38b6e64d85d582f94bbb9f0b4f81dbc33683631a60f801982dd9a5397b786e779de730f2
data/README.md CHANGED
@@ -1,41 +1,3 @@
1
1
  # EnjoyCmsSeo
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/enjoy_cms_seo`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'enjoy_cms_seo'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install enjoy_cms_seo
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- 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.
30
-
31
- 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).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/enjoy_cms_seo.
36
-
37
-
38
- ## License
39
-
40
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
-
3
+ # NO LONGER MAINTAINED. SEE [HancockCMS Seo](https://github.com/red-rocks/hancock_cms_seo)
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "enjoy_cms_seo"
8
8
  spec.version = Enjoy::Seo::VERSION
9
9
  spec.authors = ["Alexander Kiseliev"]
10
- spec.email = ["dev@enjoycreate.ru"]
10
+ spec.email = ["i43ack@gmail.com"]
11
11
 
12
12
  spec.description = %q{enjoy_cms_seo }
13
13
  spec.summary = %q{enjoy_cms_seo}
@@ -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
 
35
35
  spec.add_dependency "sitemap_generator"
36
36
  spec.add_dependency "rails_admin_sitemap"
@@ -1,5 +1,5 @@
1
1
  module Enjoy
2
2
  module Seo
3
- VERSION = "0.4.0.3"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enjoy_cms_seo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.3
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-08-01 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: sitemap_generator
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: '0'
83
83
  description: 'enjoy_cms_seo '
84
84
  email:
85
- - dev@enjoycreate.ru
85
+ - i43ack@gmail.com
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []