Skip to content

Commit

Permalink
Switch to bundler for managing gem.
Browse files Browse the repository at this point in the history
Paired with Alex Bugosh
  • Loading branch information
eee-c committed Dec 29, 2010
1 parent 484d701 commit c477059
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
@@ -0,0 +1,4 @@
source "http://rubygems.org"

# Specify your gem's dependencies in couch_docs.gemspec
gemspec
27 changes: 27 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,27 @@
PATH
remote: .
specs:
couch_docs (1.2.2)
directory_watcher (>= 1.3.1)
json (>= 1.2.0)
rest-client (~> 1.1.0)

GEM
remote: http://rubygems.org/
specs:
directory_watcher (1.3.2)
json (1.4.6)
mime-types (1.16)
rest-client (1.1.0)
mime-types (>= 1.16)
rspec (1.3.1)

PLATFORMS
ruby

DEPENDENCIES
couch_docs!
directory_watcher (>= 1.3.1)
json (>= 1.2.0)
rest-client (~> 1.1.0)
rspec (~> 1.3.0)
3 changes: 3 additions & 0 deletions lib/couch_docs/version.rb
@@ -0,0 +1,3 @@
module CouchDocs
VERSION = "1.2.2"
end

0 comments on commit c477059

Please sign in to comment.