Sha256: dbcdf9d2791f041fdb6d224348c447f692bcf4651f678a02f0b85c80cd2ee552

Contents?: true

Size: 423 Bytes

Versions: 12

Compression:

Stored size: 423 Bytes

Contents

DOOZER_GEM_VERSION='0.1.5'

require 'date'
require 'rubygems'

begin
  gem 'doozer', "= #{DOOZER_GEM_VERSION}"
  require 'doozer'
rescue Gem::LoadError
  # "grippy-doozer-#{DOOZER_GEM_VERSION} gem not installed. checking different gem name..."
  begin
    gem 'grippy-doozer', "= #{DOOZER_GEM_VERSION}"
    require 'doozer'
  rescue Gem::LoadError
    raise "grippy-doozer-#{DOOZER_GEM_VERSION} gem not installed"
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
doozer-0.4.4 test/project/config/boot.rb
doozer-0.4.3 test/project/config/boot.rb
doozer-0.4.2 test/project/config/boot.rb
doozer-0.4.1 test/project/config/boot.rb
doozer-0.4.0 test/project/config/boot.rb
doozer-0.3.1 test/project/config/boot.rb
doozer-0.3.0 test/project/config/boot.rb
doozer-0.2.6 test/project/config/boot.rb
doozer-0.2.5 test/project/config/boot.rb
doozer-0.2.2 test/project/config/boot.rb
doozer-0.2.1 test/project/config/boot.rb
doozer-0.2.0 test/project/config/boot.rb