moro-repim 0.1.3 → 0.1.4

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.
Files changed (4) hide show
  1. data/ChangeLog +6 -0
  2. data/Rakefile +2 -2
  3. data/lib/repim.rb +1 -1
  4. metadata +13 -4
data/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ == 0.1.4 / 2009-03-04
2
+ * add dependency to open_id_authentication gems on http://github.com/moro/open_id_authentication
3
+
4
+ == 0.1.3 / 2009-03-24
5
+ * fix typo
6
+
1
7
  == 0.0.1 / 2009-03-04
2
8
 
3
9
  * initial release
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ require 'lib/repim'
11
11
  include FileUtils
12
12
 
13
13
  use_rubyforge = false
14
- NAME = "repim"
14
+ NAME = ENV["GEMNAME"] || "repim"
15
15
  AUTHOR = "MOROHASHI Kyosuke"
16
16
  EMAIL = "moronatural@gmail.com"
17
17
  DESCRIPTION = "Relying Party in minutes."
@@ -96,7 +96,7 @@ spec = Gem::Specification.new do |s|
96
96
  s.require_path = "lib"
97
97
  s.test_files = Dir["test/*_test.rb"]
98
98
 
99
- #s.add_dependency('activesupport', '>=1.3.1')
99
+ s.add_dependency('moro-open_id_authentication')
100
100
  #s.required_ruby_version = '>= 1.8.2'
101
101
 
102
102
  s.files = %w(README.rdoc ChangeLog Rakefile) +
data/lib/repim.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Repim
2
- Version = '0.1.3'
2
+ Version = '0.1.4'
3
3
  end
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - MOROHASHI Kyosuke
@@ -9,10 +9,19 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-23 00:00:00 -07:00
12
+ date: 2009-03-26 00:00:00 -07:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: moro-open_id_authentication
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
16
25
  description: Relying Party in minutes.
17
26
  email: moronatural@gmail.com
18
27
  executables: []