summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-02-04 15:26:15 -0800
committerelijah <elijah@riseup.net>2015-02-04 15:26:15 -0800
commitb63a55a760f7767a7780a4188dc70738857b6425 (patch)
tree0d78325920a9f5eade0cd0c1caebd38269d6a732
parent413b42ea36b5e0406187a881183f4648d8534ec5 (diff)
use latest couchrest_changes
-rw-r--r--Gemfile11
-rw-r--r--Gemfile.lock15
-rw-r--r--config/default.yaml1
3 files changed, 13 insertions, 14 deletions
diff --git a/Gemfile b/Gemfile
index d514230..d79cbbd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,14 +1,5 @@
source "http://rubygems.org"
-# Declare your gem's dependencies in leap_ca.gemspec.
-# Bundler will treat runtime dependencies like base dependencies, and
-# development dependencies will be added by default to the :development group.
gemspec
-# Declare any dependencies that are still in development here instead of in
-# your gemspec. These might include edge Rails or gems from your path or
-# Git. Remember to move these dependencies to your gemspec before releasing
-# your gem to rubygems.org.
-
-# To use debugger
-# gem 'debugger'
+gem 'couchrest_changes', :git => 'https://github.com/leapcode/couchrest_changes', :branch => 'master' \ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
index 5841ead..4625690 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,13 @@
+GIT
+ remote: https://github.com/leapcode/couchrest_changes
+ revision: 25bd12efbff7be971cc76939a230e82c62b966ef
+ branch: master
+ specs:
+ couchrest_changes (0.1.1)
+ couchrest (~> 1.1.3)
+ syslog_logger (~> 2.0.0)
+ yajl-ruby
+
PATH
remote: .
specs:
@@ -15,10 +25,6 @@ GEM
mime-types (~> 1.15)
multi_json (~> 1.0)
rest-client (~> 1.6.1)
- couchrest_changes (0.1.1)
- couchrest (~> 1.1.3)
- syslog_logger (~> 2.0.0)
- yajl-ruby
daemons (1.1.9)
highline (1.6.19)
json (1.8.1)
@@ -41,6 +47,7 @@ PLATFORMS
ruby
DEPENDENCIES
+ couchrest_changes!
highline
minitest (~> 5.4.0)
mocha
diff --git a/config/default.yaml b/config/default.yaml
index de9f279..9ab4e5c 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -11,6 +11,7 @@ connection:
password: ~
prefix: ""
suffix: ""
+ # netrc: "/etc/couchdb/couchdb.netrc"
# file to store the last processed user record in so we can resume after
# a restart: