From b63a55a760f7767a7780a4188dc70738857b6425 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 4 Feb 2015 15:26:15 -0800 Subject: use latest couchrest_changes --- Gemfile | 11 +---------- Gemfile.lock | 15 +++++++++++---- config/default.yaml | 1 + 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: -- cgit v1.2.3