Skip to content

Commit

Permalink
cleaning up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
staugaard committed Oct 29, 2009
1 parent 0a39020 commit 54f7079
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/rpx_now.rb
@@ -1,11 +1,5 @@
require 'net/http'
require 'net/https'
require 'json/pure'

require 'rpx_now/api'
require 'rpx_now/contacts_collection'
require 'rpx_now/user_integration'
require 'rpx_now/user_proxy'

module RPXNow
extend self
Expand Down
4 changes: 4 additions & 0 deletions lib/rpx_now/api.rb
@@ -1,3 +1,7 @@
require 'net/http'
require 'net/https'
require 'json'

module RPXNow
# low-level interaction with rpxnow.com api
# - send requests
Expand Down
2 changes: 2 additions & 0 deletions lib/rpx_now/user_integration.rb
@@ -1,3 +1,5 @@
require 'rpx_now/user_proxy'

module RPXNow
module UserIntegration
def rpx
Expand Down
1 change: 1 addition & 0 deletions spec/rpx_now/user_proxy_spec.rb
@@ -1,4 +1,5 @@
require 'spec/spec_helper'
require 'rpx_now/user_integration'

class User
include RPXNow::UserIntegration
Expand Down

0 comments on commit 54f7079

Please sign in to comment.