Sha256: d7de7c8772f3030c7bcf208071c411c12b5127f0e01bbb33db98a0e4051d0132

Contents?: true

Size: 800 Bytes

Versions: 5

Compression:

Stored size: 800 Bytes

Contents

# Author:: Couchbase <info@couchbase.com>
# Copyright:: 2011, 2012 Couchbase, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

desc 'Start an irb session and load the library.'
task :console => :compile do
  exec "irb -I lib -rruby-debug -rcouchbase"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
couchbase-1.1.1-x86-mingw32 tasks/util.rake
couchbase-1.1.1 tasks/util.rake
couchbase-1.1.0-x86-mingw32 tasks/util.rake
couchbase-1.1.0 tasks/util.rake
couchbase-1.0.0 tasks/util.rake