From c221405796270f46d8d4881183fd55fd4d977da9 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 10 Sep 2013 09:15:35 +0200 Subject: we do not need couchrest_model --- Gemfile.lock | 15 --------------- config/default.yaml | 3 --- tapicero.gemspec | 1 - 3 files changed, 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3b42431..f0ad9ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,32 +3,18 @@ PATH specs: tapicero (0.1.0) couchrest (~> 1.1.3) - couchrest_model (~> 2.0.0.beta2) daemons yajl-ruby GEM remote: http://rubygems.org/ specs: - activemodel (3.2.14) - activesupport (= 3.2.14) - builder (~> 3.0.0) - activesupport (3.2.14) - i18n (~> 0.6, >= 0.6.4) - multi_json (~> 1.0) - builder (3.0.4) couchrest (1.1.3) mime-types (~> 1.15) multi_json (~> 1.0) rest-client (~> 1.6.1) - couchrest_model (2.0.0.beta2) - activemodel (~> 3.0) - couchrest (~> 1.1.3) - mime-types (~> 1.15) - tzinfo (~> 0.3.22) daemons (1.1.9) highline (1.6.19) - i18n (0.6.5) metaclass (0.0.1) mime-types (1.25) minitest (3.2.0) @@ -38,7 +24,6 @@ GEM rake (10.1.0) rest-client (1.6.7) mime-types (>= 1.16) - tzinfo (0.3.37) yajl-ruby (1.1.0) PLATFORMS diff --git a/config/default.yaml b/config/default.yaml index 7031a46..6af8c38 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -13,6 +13,3 @@ couch_connection: port: 5984 username: ~ password: ~ - prefix: "" - suffix: "" - join: "_" diff --git a/tapicero.gemspec b/tapicero.gemspec index 8d80655..352e1a8 100644 --- a/tapicero.gemspec +++ b/tapicero.gemspec @@ -19,7 +19,6 @@ Gem::Specification.new do |s| s.executables << 'tapicero' s.add_dependency "couchrest", "~> 1.1.3" - s.add_dependency "couchrest_model", "~> 2.0.0.beta2" s.add_dependency "daemons" s.add_dependency "yajl-ruby" s.add_development_dependency "minitest", "~> 3.2.0" -- cgit v1.2.3