uzuuzu-core 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.12
1
+ 0.0.13
@@ -3,6 +3,13 @@
3
3
  module UzuUzu
4
4
  module Controller
5
5
  autoload(:Error, 'uzuuzu/controller/error')
6
+ module Login
7
+ autoload(:Openid, 'uzuuzu/controller/login/openid')
8
+ autoload(:Twitter, 'uzuuzu/controller/login/twitter')
9
+ end
10
+ module Logout
11
+ autoload(:Index, 'uzuuzu/controller/logout')
12
+ end
6
13
 
7
14
  def self.current
8
15
  Thread.current[:controller]
data/lib/uzuuzu_core.rb CHANGED
@@ -17,5 +17,4 @@ require 'uzuuzu/request'
17
17
  require 'uzuuzu/response'
18
18
  require 'uzuuzu/controller'
19
19
  require 'uzuuzu/service'
20
- require 'uzuuzu/model'
21
20
  require 'uzuuzu/tilt'
data/uzuuzu-core.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{uzuuzu-core}
8
- s.version = "0.0.12"
8
+ s.version = "0.0.13"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Takuya Kondo"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: uzuuzu-core
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.12
5
+ version: 0.0.13
6
6
  platform: ruby
7
7
  authors:
8
8
  - Takuya Kondo
@@ -188,7 +188,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
188
188
  requirements:
189
189
  - - ">="
190
190
  - !ruby/object:Gem::Version
191
- hash: -441406385150429918
191
+ hash: -1493760531771863207
192
192
  segments:
193
193
  - 0
194
194
  version: "0"