openskip-repim 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/repim.rb +1 -1
  2. data/rails/init.rb +1 -1
  3. metadata +18 -18
data/lib/repim.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Repim
2
- Version = '0.1.9'
2
+ Version = '0.1.10'
3
3
  end
data/rails/init.rb CHANGED
@@ -4,5 +4,5 @@
4
4
  # ActiveRecrod::Base.send(:include, Repim)
5
5
 
6
6
  require 'repim/application'
7
- config.gem 'moro-open_id_authentication', :lib => 'open_id_authentication', :source => 'http://gems.github.com/'
7
+ config.gem 'openskip-open_id_authentication', :lib => 'open_id_authentication', :source => 'http://gems.github.com/'
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openskip-repim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - MOROHASHI Kyosuke
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-01 00:00:00 -07:00
12
+ date: 2009-07-21 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -35,36 +35,36 @@ files:
35
35
  - README.rdoc
36
36
  - ChangeLog
37
37
  - Rakefile
38
+ - lib/repim.rb
38
39
  - lib/repim
39
- - lib/repim/application.rb
40
- - lib/repim/ax_attributes_adapter.rb
41
40
  - lib/repim/random.rb
42
41
  - lib/repim/relying_party.rb
42
+ - lib/repim/ax_attributes_adapter.rb
43
+ - lib/repim/application.rb
43
44
  - lib/repim/signup.rb
44
- - lib/repim.rb
45
45
  - generators/relying_party
46
- - generators/relying_party/relying_party_generator.rb
47
46
  - generators/relying_party/templates
47
+ - generators/relying_party/templates/users_controller.rb
48
48
  - generators/relying_party/templates/public
49
- - generators/relying_party/templates/public/images
50
- - generators/relying_party/templates/public/images/openid-login.gif
51
49
  - generators/relying_party/templates/public/stylesheets
52
50
  - generators/relying_party/templates/public/stylesheets/repim.css
53
- - generators/relying_party/templates/sessions_controller.rb
54
- - generators/relying_party/templates/spec
55
- - generators/relying_party/templates/spec/application_controller_spec.rb
56
- - generators/relying_party/templates/spec/sessions_controller_spec.rb
57
- - generators/relying_party/templates/spec/sessions_routing_spec.rb
58
- - generators/relying_party/templates/spec/users_controller_spec.rb
59
- - generators/relying_party/templates/spec/users_routing_spec.rb
60
- - generators/relying_party/templates/users_controller.rb
51
+ - generators/relying_party/templates/public/images
52
+ - generators/relying_party/templates/public/images/openid-login.gif
61
53
  - generators/relying_party/templates/views
62
- - generators/relying_party/templates/views/layouts
63
- - generators/relying_party/templates/views/layouts/sessions.html.erb
64
54
  - generators/relying_party/templates/views/sessions
65
55
  - generators/relying_party/templates/views/sessions/new.html.erb
56
+ - generators/relying_party/templates/views/layouts
57
+ - generators/relying_party/templates/views/layouts/sessions.html.erb
66
58
  - generators/relying_party/templates/views/users
67
59
  - generators/relying_party/templates/views/users/new.html.erb
60
+ - generators/relying_party/templates/sessions_controller.rb
61
+ - generators/relying_party/templates/spec
62
+ - generators/relying_party/templates/spec/users_routing_spec.rb
63
+ - generators/relying_party/templates/spec/sessions_controller_spec.rb
64
+ - generators/relying_party/templates/spec/sessions_routing_spec.rb
65
+ - generators/relying_party/templates/spec/application_controller_spec.rb
66
+ - generators/relying_party/templates/spec/users_controller_spec.rb
67
+ - generators/relying_party/relying_party_generator.rb
68
68
  - rails/init.rb
69
69
  has_rdoc: false
70
70
  homepage: http://github.com/moro/repim/