jbasdf-cms-lite 0.3.1 → 0.3.2

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.3.1
1
+ 0.3.2
@@ -1,5 +1,6 @@
1
1
  class CmsLiteController < ApplicationController
2
-
2
+ unloadable
3
+
3
4
  before_filter :login_required, :only => [:show_protected_page]
4
5
 
5
6
  def show_page
data/cms-lite.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{cms-lite}
5
- s.version = "0.3.1"
5
+ s.version = "0.3.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Justin Ball"]
@@ -32,6 +32,7 @@ Gem::Specification.new do |s|
32
32
  "lib/cms_lite/tasks.rb",
33
33
  "pkg/cms-lite-0.2.7.gem",
34
34
  "pkg/cms-lite-0.3.0.gem",
35
+ "pkg/cms-lite-0.3.1.gem",
35
36
  "rails/init.rb",
36
37
  "tasks/rails.rake",
37
38
  "tasks/rails.rake",
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jbasdf-cms-lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Ball
@@ -37,6 +37,7 @@ files:
37
37
  - lib/cms_lite/tasks.rb
38
38
  - pkg/cms-lite-0.2.7.gem
39
39
  - pkg/cms-lite-0.3.0.gem
40
+ - pkg/cms-lite-0.3.1.gem
40
41
  - rails/init.rb
41
42
  - tasks/rails.rake
42
43
  - test/cms_lite_test.rb