public
Rubygem
Description: Extras for DataMapper, including bridges to DataObjects::Migrations and Merb::DataMapper
Homepage: http://datamapper.org
Clone URL: git://github.com/sam/dm-more.git
base64 no longer needed
monki (author)
Sun Jul 20 18:10:35 -0700 2008
commit  af105534cc41f66fda99783a7ec33204ea8820a5
tree    783aa1aad027e5c1fdb026df570c861d21f9a046
parent  7d5899260faa4aeba3b8623cec5dd219815ff7e8
...
3
4
5
6
7
8
9
...
3
4
5
 
6
7
8
0
@@ -3,7 +3,6 @@ require 'pathname'
0
 require Pathname(__FILE__).dirname + 'couchdb_adapter/version'
0
 gem 'dm-core', DataMapper::More::CouchDBAdapter::VERSION
0
 require 'dm-core'
0
-require 'base64'
0
 require 'json'
0
 require 'net/http'
0
 require 'uri'

Comments

    No one has commented yet.