Sha256: b9d4a64562b4a96938a0b777303ebc46fc06178dacf9e01230053b677586d746

Contents?: true

Size: 776 Bytes

Versions: 8

Compression:

Stored size: 776 Bytes

Contents

# Author:: Couchbase <info@couchbase.com>
# Copyright:: 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  do
  exec "irb -I lib -rcouchbase-model"
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
couchbase-model-0.5.4 tasks/util.rake
jmoses-couchbase-model-0.5.3 tasks/util.rake
couchbase-jruby-model-0.1.3-java tasks/util.rake
couchbase-jruby-model-0.1.2-java tasks/util.rake
couchbase-jruby-model-0.1.1-java tasks/util.rake
couchbase-jruby-model-0.1.0-java tasks/util.rake
couchbase-model-0.5.3 tasks/util.rake
couchbase-model-0.5.2 tasks/util.rake