moro-repim 0.1.4 → 0.1.5

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/ChangeLog CHANGED
@@ -1,4 +1,8 @@
1
- == 0.1.4 / 2009-03-04
1
+ == 0.1.5 / 2009-03-26
2
+ * add gem dependency information as plugin.
3
+ * remove unuse test from generator.
4
+
5
+ == 0.1.4 / 2009-03-25
2
6
  * add dependency to open_id_authentication gems on http://github.com/moro/open_id_authentication
3
7
 
4
8
  == 0.1.3 / 2009-03-24
@@ -13,14 +13,6 @@ describe SessionsController do
13
13
  it "should map #show" do
14
14
  route_for(:controller => "sessions", :action => "show").should == "/session"
15
15
  end
16
-
17
- it "should map #edit" do
18
- route_for(:controller => "sessions", :action => "edit").should == "/session/edit"
19
- end
20
-
21
- it "should map #update" do
22
- route_for(:controller => "sessions", :action => "update").should == "/session"
23
- end
24
16
  end
25
17
 
26
18
  describe "route recognition" do
@@ -1,3 +1,6 @@
1
+ <% content_for :stylesheet do -%>
2
+ <%= stylesheet_link_tag "repim" %>
3
+ <% end %>
1
4
  <h1>Welcome</h1>
2
5
 
3
6
  <div id="login-or-signup">
@@ -1,3 +1,3 @@
1
1
  module Repim
2
- Version = '0.1.4'
2
+ Version = '0.1.5'
3
3
  end
@@ -3,3 +3,6 @@
3
3
  # example.
4
4
  # ActiveRecrod::Base.send(:include, Repim)
5
5
 
6
+ require 'repim/application'
7
+ config.gem 'moro-open_id_authentication', :lib => 'open_id_authentication', :source => 'http://gems.github.com/'
8
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moro-repim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - MOROHASHI Kyosuke