Sha256: 07ab3a916f57b4741d4ac4172f79de708d4d7521fa0655719a7c6194d5469f0b
Contents?: true
Size: 185 Bytes
Versions: 5
Compression:
Stored size: 185 Bytes
Contents
#!/usr/bin/env ruby1.8 couch_path = File.expand_path('../../lib', __FILE__) $:.unshift(couch_path) if File.directory?(couch_path) && !$:.include?(couch_path) require 'couch/commands'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
couch-0.1.0 | bin/couch |
couch-0.0.4 | bin/couch |
couch-0.0.3 | bin/couch |
couch-0.0.2 | bin/couch |
couch-0.0.1 | bin/couch |