Sha256: 42875637a933c3235503426742dac6bf4bfbd3bf3d168f83fd06b4c2dbf2f31e

Contents?: true

Size: 932 Bytes

Versions: 30

Compression:

Stored size: 932 Bytes

Contents

# encoding: UTF-8

# Copyright 2011 innoQ Deutschland GmbH
#
# 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.

require 'rubygems'

# Set up gems listed in the Gemfile.
gemfile = File.expand_path('../../Gemfile', __FILE__)
begin
  ENV['BUNDLE_GEMFILE'] = gemfile
  require 'bundler'
  Bundler.setup
rescue Bundler::GemNotFound => e
  STDERR.puts e.message
  STDERR.puts "Try running `bundle install`."
  exit!
end if File.exist?(gemfile)

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
iqvoc-3.2.11 config/boot.rb
iqvoc-3.2.10 config/boot.rb
iqvoc-3.2.9 config/boot.rb
iqvoc-4.0.6 config/boot.rb
iqvoc-4.0.5 config/boot.rb
iqvoc-4.0.4 config/boot.rb
iqvoc-4.0.3 config/boot.rb
iqvoc-4.0.2 config/boot.rb
iqvoc-3.2.8 config/boot.rb
iqvoc-4.0.1 config/boot.rb
iqvoc-4.0.0 config/boot.rb
iqvoc-3.5.7 config/boot.rb
iqvoc-3.5.6 config/boot.rb
iqvoc-3.5.5 config/boot.rb
iqvoc-3.5.4 config/boot.rb
iqvoc-3.2.7 config/boot.rb
iqvoc-3.5.3 config/boot.rb
iqvoc-3.5.2 config/boot.rb
iqvoc-3.5.1 config/boot.rb
iqvoc-3.5.0 config/boot.rb