wheels 0.0.37 → 0.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.37
1
+ 0.0.38
@@ -21,8 +21,8 @@ class BlogsController < InheritedResources::Base
21
21
  paginate(:page => params[:page], :order => 'created_at DESC' )
22
22
  end
23
23
 
24
- before_filter :authenticate_user!, :except=>[:show]
25
- before_filter :maybe_authenticate, :only=>[:show]
24
+ before_filter :authenticate_user!, :except=>[:show, :index]
25
+ # before_filter :maybe_authenticate, :only=>[:show, :index]
26
26
  before_filter :resource, :only=>[:update, :show, :destroy, :edit]
27
27
  authorize_resource
28
28
 
data/wheels.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{wheels}
8
- s.version = "0.0.37"
8
+ s.version = "0.0.38"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tyler Gannon"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wheels
3
3
  version: !ruby/object:Gem::Version
4
- hash: 85
4
+ hash: 83
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 37
10
- version: 0.0.37
9
+ - 38
10
+ version: 0.0.38
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tyler Gannon