enjoy_cms_pages 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: fe01ec663658abf68e20b4f8b69e0e380e1a4709
4
- data.tar.gz: 738f1cbfc8942ae093c2b76fe4eb3f16a213d089
3
+ metadata.gz: 0d9d8ab3d2437100c34cc5f946fa76b2f68ad1c8
4
+ data.tar.gz: df01649f840e9ce32301a2b934a2ecb1b384fdc0
5
5
  SHA512:
6
- metadata.gz: 6f80df982eeaf1a1058dfaae73fecaa26c4f336c99c92d38d7182ed4eab2857551326f024c033d59c0c6b3bd3efa1aec6eefe031c41a388f16a2a803830824a4
7
- data.tar.gz: d8b6a6c4c93f33da3bf1c30267e1fa8e0f81bcc009926843d048463c84b410d35fbf1208594e6ace838aa727b3b96a9c844f4c3893c88b9ceb33854f8607f40d
6
+ metadata.gz: 898896904ccd6c47d8d16710f56d9b2e6727feed4d882b5c9eb2a6903657f265834e48120ef552ca91da3d2b80cec03556f4d5a7c2ebf3f1f8090f90dfd70350
7
+ data.tar.gz: 9c4444e8d3a1ca6f4a55a6faf3de0a9fa620ce7f6b4a7c7f50fb5f48672be7cbcbecffc2d869cbf3d75f2ff4d576ba26a78c09d5aac9418a8d227a91309cb932
data/README.md CHANGED
@@ -1,40 +1,3 @@
1
1
  # EnjoyCmsPages
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_pages`. 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_pages'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install enjoy_cms_pages
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_pages.
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).
3
+ # NO LONGER MAINTAINED. SEE [HancockCMS Pages](https://github.com/red-rocks/hancock_cms_pages)
@@ -8,7 +8,7 @@ module Enjoy::Pages::Connectable
8
8
  routes_namespace = opts.delete(:routes_namespace)
9
9
  routes_namespace ||= :main_app
10
10
  autocreate_page = opts.delete(:autocreate_page)
11
- autocreate_page = true if autocreate_page.nil?
11
+ autocreate_page = false if autocreate_page.nil?
12
12
 
13
13
  has_many name, as: :enjoy_connectable, class_name: class_name
14
14
  class_eval <<-EVAL
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "enjoy_cms_pages"
8
8
  spec.version = Enjoy::Pages::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_pages }
13
13
  spec.summary = %q{enjoy_cms_pages}
@@ -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 'simple-navigation'
36
36
  end
@@ -4,7 +4,7 @@ module Enjoy::Pages
4
4
  def self.config(fields = {})
5
5
  Proc.new {
6
6
  navigation_label I18n.t('enjoy.pages')
7
-
7
+
8
8
  list do
9
9
  scopes [:sorted, :enabled, nil]
10
10
 
@@ -1,5 +1,5 @@
1
1
  module Enjoy
2
2
  module Pages
3
- VERSION = "0.4.0"
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_pages
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: simple-navigation
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: '0'
69
69
  description: 'enjoy_cms_pages '
70
70
  email:
71
- - dev@enjoycreate.ru
71
+ - i43ack@gmail.com
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []