Sha256: eb6b97788da506961aea80571156b605427bfe9350344fad54b08869072ca76f

Contents?: true

Size: 745 Bytes

Versions: 20

Compression:

Stored size: 745 Bytes

Contents

begin
  require 'bones'
rescue LoadError
  abort '### please install the "bones" gem ###'
end

ensure_in_path 'lib'
require 'little-plugger'

task :default => 'spec:run'
task 'gem:release' => 'spec:run'

Bones {
  name 'little-plugger'
  authors 'Tim Pease'
  email 'tim.pease@gmail.com'
  url 'http://gemcutter.org/gems/little-plugger'
  version LittlePlugger::VERSION
  readme_file 'README.rdoc'

  spec.opts.concat %w[--color --format documentation]
  use_gmail

  depend_on 'rspec', :development => true
}

# depending on bones (even as a development dependency) creates a circular
# reference that prevents the auto install of little-plugger when instsalling
# bones
::Bones.config.gem._spec.dependencies.delete_if {|d| d.name == 'bones'}

Version data entries

20 entries across 20 versions & 4 rubygems

Version Path
einhorn-0.6.5 lib/einhorn/third/little-plugger/Rakefile
vagrant-cloudstack-1.2.0 vendor/bundle/gems/little-plugger-1.1.3/Rakefile
einhorn-0.6.4 lib/einhorn/third/little-plugger/Rakefile
vagrant-cloudstack-1.1.0 vendor/bundle/gems/little-plugger-1.1.3/Rakefile
einhorn-0.6.3 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.6.2 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.6.1 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.6.0 lib/einhorn/third/little-plugger/Rakefile
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/little-plugger-1.1.3/Rakefile
einhorn-0.5.7 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.5.6 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.5.5 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.5.4 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.5.3 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.5.2 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.5.1 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.5.0 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.4.9 lib/einhorn/third/little-plugger/Rakefile
einhorn-0.4.8 lib/einhorn/third/little-plugger/Rakefile
little-plugger-1.1.3 Rakefile