Sha256: 3559227056437c8ad66695d95e573a0776109813ba6c02bb81d584d2b2e36a5c

Contents?: true

Size: 531 Bytes

Versions: 9

Compression:

Stored size: 531 Bytes

Contents

Bundler.require :test,:development

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"]
end

Jeweler::RubygemsDotOrgTasks.new

task :default => :spec

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
page_magic-1.0.0.alpha4 Rakefile
page_magic-1.0.0.alpha3 Rakefile
page_magic-0.11.0.alpha8 Rakefile
page_magic-0.11.0.alpha7 Rakefile
page_magic-0.11.0.alpha6 Rakefile
page_magic-1.0.0.alpha2 Rakefile
page_magic-1.0.0.alpha Rakefile
page_magic-0.11.0.alpha5 Rakefile
page_magic-0.11.0.alpha3 Rakefile