Sha256: 6597fd86f759cac9c615be56b5993dc4a109004bb8846f8327979687a4b3cc7e

Contents?: true

Size: 618 Bytes

Versions: 18

Compression:

Stored size: 618 Bytes

Contents

Bundler.require :test, :development

RuboCop::RakeTask.new

RSpec::Core::RakeTask.new(:spec) do
  ENV['coverage'] = 'true'
end

Jeweler::Tasks.new do |gem|
  gem.name = 'page_magic'
  gem.homepage = 'https://github.com/ladtech/page_magic'
  gem.license = 'ruby'
  gem.summary = 'Framework for modeling and interacting with webpages'
  gem.description = 'Framework for modeling and interacting with webpages which wraps capybara'
  gem.email = 'info@lad-tech.com'
  gem.authors = ['Leon Davis']
  gem.required_ruby_version = '>= 2.1'
end

Jeweler::RubygemsDotOrgTasks.new

task default: [:spec, 'rubocop:auto_correct']

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
page_magic-1.2.8 Rakefile
page_magic-1.2.8.alpha Rakefile
page_magic-1.2.7 Rakefile
page_magic-1.2.6 Rakefile
page_magic-1.2.5 Rakefile
page_magic-1.2.5.alpha1 Rakefile
page_magic-1.2.4 Rakefile
page_magic-1.2.3 Rakefile
page_magic-1.2.1 Rakefile
page_magic-1.2.0 Rakefile
page_magic-1.1.0 Rakefile
page_magic-1.0.4 Rakefile
page_magic-1.0.3 Rakefile
page_magic-1.0.2 Rakefile
page_magic-1.0.1 Rakefile
page_magic-1.0.0 Rakefile
page_magic-1.0.0.alpha21 Rakefile
page_magic-1.0.0.alpha20 Rakefile