Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerouze committed Jan 11, 2010
1 parent bcc6396 commit 338bd17
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 71 deletions.
14 changes: 7 additions & 7 deletions README.textile
@@ -1,24 +1,24 @@
h1. WARNING
h1. Machinist Mongo

This repo has been discontinued. Please use "machinist_mongo":http://github.com/nmerouze/machinist_mongo now.
It aims to replace machinist_mongomapper to provide Machinist adapters not just for MongoMapper but for all the others MongoDB ORMs too. The MongoMapper is the only one implemented yet so fork and contribute please!

h1. Machinist Mongomapper
h2. Machinist MongoMapper

A "Machinist":http://github.com/notahat/machinist adapter for "MongoMapper":http://github.com/jnunemaker/mongomapper.

h2. Usage

Using MachinistMongomapper is simple. Just install the gem;
Using Machinist MongoMapper is simple. Just install the gem;

bc. gem install machinist_mongomapper
bc. gem install machinist_mongo

And replace the first line of your @blueprints.rb@;

bc. require 'machinist/active_record'

with this;

bc. require 'machinist/mongomapper'
bc. require 'machinist/mongo_mapper'

Now you can use Machinist with your Mongo database. Have fun!

Expand All @@ -31,4 +31,4 @@ h2. Contributors
* "Nicolas Mérouze":http://github.com/nmerouze
* "Cyril Mougel":http://github.com/shingara
* "Aubrey Holland":http://github.com/aub
* "Jeff Kreeftmeijer":http://github.com/jeffkreeftmeijer
* "Jeff Kreeftmeijer":http://github.com/jeffkreeftmeijer
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -5,10 +5,10 @@ require 'spec/rake/spectask'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "machinist_mongomapper"
gem.summary = %Q{Machinist adapter for MongoMapper}
gem.name = "machinist_mongo"
gem.summary = %Q{Machinist adapters for MongoDB ORMs}
gem.email = "nicolas.merouze@gmail.com"
gem.homepage = "http://github.com/yeastymobs/machinist_mongomapper"
gem.homepage = "http://github.com/nmerouze/machinist_mongo"
gem.authors = ["Nicolas Mérouze", "Cyril Mougel"]

gem.add_dependency('machinist', '~> 1.0.4')
Expand Down
4 changes: 0 additions & 4 deletions init.rb

This file was deleted.

File renamed without changes.
56 changes: 0 additions & 56 deletions machinist_mongomapper.gemspec

This file was deleted.

2 changes: 1 addition & 1 deletion spec/mongomapper_spec.rb → spec/mongo_mapper_spec.rb
@@ -1,5 +1,5 @@
require File.dirname(__FILE__) + '/spec_helper'
require 'machinist/mongomapper'
require 'machinist/mongo_mapper'

class Address
include MongoMapper::EmbeddedDocument
Expand Down

0 comments on commit 338bd17

Please sign in to comment.