openid_mongodb_store 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +4 -0
  2. data/VERSION +1 -1
  3. metadata +1 -1
data/README.rdoc CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  OpenID requires some form of storage for its various cryptographic nuts and bolts. This project lets you use MongoDB (through MongoMapper) for that storage. This was pretty much copied from the ActiveRecord adaptor.
4
4
 
5
+ == Install
6
+
7
+ gem install openid_mongodb_store
8
+
5
9
  Will inherit whatever MongoMapper settings already exist. If you are using localhost and no username or password, only the database name is required:
6
10
  require 'mongomapper'
7
11
  MongoMapper.database = 'my_db_name'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.0.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openid_mongodb_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Schenkman-Moore