constructor-pages 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ module ConstructorPages
5
5
  # TODO
6
6
  include ConstructorCore::DeviseHelper
7
7
 
8
+ before_filter :authenticate_user!
8
9
  layout 'constructor_core/application_admin'
9
10
 
10
11
  def new
@@ -5,6 +5,7 @@ module ConstructorPages
5
5
  # TODO
6
6
  include ConstructorCore::DeviseHelper
7
7
 
8
+ before_filter :authenticate_user!
8
9
  before_filter {@roots = Template.roots}
9
10
  layout 'constructor_core/application_admin'
10
11
 
@@ -3,7 +3,7 @@
3
3
  Gem::Specification.new do |s|
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.name = %q{constructor-pages}
6
- s.version = '0.2.7'
6
+ s.version = '0.2.8'
7
7
  s.summary = %q{Pages for ConstructorCms}
8
8
  s.authors = ['Ivan Zotov']
9
9
  s.require_paths = %w(lib)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: constructor-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
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-05-24 00:00:00.000000000 Z
12
+ date: 2013-05-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dragonfly