Sha256: d60986ddaac769e921e3c9bb33cab4d4703ccbe6b3db600df1f91a66bffa4b01

Contents?: true

Size: 249 Bytes

Versions: 122

Compression:

Stored size: 249 Bytes

Contents

# frozen_string_literal: true

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

namespace :mygem do
  desc 'A stub task.'
  task :stub do
    puts 'Stub!'
  end
end

Version data entries

122 entries across 122 versions & 3 rubygems

Version Path
avm-tools-0.120.0 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.119.0 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.118.0 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.117.3 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.117.2 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.117.1 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.117.0 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.116.2 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
eac_ruby_gems_utils-0.9.10 spec/support/mygem/Rakefile
avm-tools-0.116.1 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.116.0 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.115.0 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.114.2 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.114.1 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.114.0 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.113.6 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.113.5 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.113.4 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
avm-tools-0.113.3 sub/eac_ruby_gems_utils/spec/support/mygem/Rakefile
eac_ruby_gems_utils-0.9.9 spec/support/mygem/Rakefile