captain_oveur 0.8.12 → 0.8.13

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('captain_oveur', '0.8.12') do |p|
5
+ Echoe.new('captain_oveur', '0.8.13') do |p|
6
6
  p.description = "Admins for Clearance"
7
7
  p.url = "http://disruptive.github.com/captain_oveur"
8
8
  p.author = "Jerry Richardson, Zachery Maloney"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.12
1
+ 0.8.13
@@ -1,5 +1,6 @@
1
1
  class CaptainOveur::UsersController < ApplicationController
2
-
2
+ unloadable
3
+
3
4
  before_filter :admin_only
4
5
  self.append_view_path("../../views/")
5
6
 
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{captain_oveur}
5
- s.version = "0.8.12"
5
+ s.version = "0.8.13"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Jerry Richardson, Zachery Maloney"]
9
- s.date = %q{2010-07-14}
9
+ s.date = %q{2010-07-16}
10
10
  s.description = %q{Admins for Clearance}
11
11
  s.email = %q{jerry@disruptiveventures.com}
12
12
  s.extra_rdoc_files = ["CHANGELOG.textile", "LICENSE", "README", "README.textile", "lib/captain_oveur.rb", "lib/captain_oveur/authentication.rb", "lib/captain_oveur/routes.rb", "lib/captain_oveur/user.rb"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: captain_oveur
3
3
  version: !ruby/object:Gem::Version
4
- hash: 39
4
+ hash: 37
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 12
10
- version: 0.8.12
9
+ - 13
10
+ version: 0.8.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jerry Richardson, Zachery Maloney
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-14 00:00:00 -04:00
18
+ date: 2010-07-16 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency