blog_logic 1.4.14 → 1.4.15

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.14
1
+ 1.4.15
@@ -1,6 +1,6 @@
1
1
  class Admin::PostsController < ApplicationController
2
2
  include ActionControllerMixin
3
- before_filter :authenticate_user!, :except => :update if Object.const_defined? 'Devise'
3
+ before_filter :authenticate_user!, :except => [:create, :update] if Object.const_defined? 'Devise'
4
4
  before_filter :scope_blog
5
5
  before_filter :scope_post, :only => [:destroy, :edit, :show, :update]
6
6
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "blog_logic"
8
- s.version = "1.4.14"
8
+ s.version = "1.4.15"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Bantik"]
12
- s.date = "2012-09-17"
12
+ s.date = "2012-12-20"
13
13
  s.description = "An engine for search-engine-optimized blog management."
14
14
  s.email = "corey@seologic.com"
15
15
  s.extra_rdoc_files = [
@@ -113,7 +113,7 @@ Gem::Specification.new do |s|
113
113
  ]
114
114
  s.homepage = "https://mir.unfuddle.com/a#/projects/31942"
115
115
  s.require_paths = ["lib"]
116
- s.rubygems_version = "1.8.11"
116
+ s.rubygems_version = "1.8.24"
117
117
  s.summary = "An engine for search-engine-optimized blog management."
118
118
 
119
119
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blog_logic
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 14
10
- version: 1.4.14
9
+ - 15
10
+ version: 1.4.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bantik
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-09-17 00:00:00 Z
18
+ date: 2012-12-20 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: bson_ext
@@ -356,7 +356,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
356
356
  requirements: []
357
357
 
358
358
  rubyforge_project:
359
- rubygems_version: 1.8.11
359
+ rubygems_version: 1.8.24
360
360
  signing_key:
361
361
  specification_version: 3
362
362
  summary: An engine for search-engine-optimized blog management.