Sha256: de6ad44e6191a1e4ae22f5773a2941876e2c971d8a413dcf19f57c5748775c7f

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

task :default => :spec

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

desc 'Open an irb session preloaded with this library'
task :console do
  sh 'irb -Ilib -rweather-api'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
weather-api-1.4.0 Rakefile
weather-api-1.3.0 Rakefile
weather-api-1.2.0 Rakefile
weather-api-1.1.1 Rakefile
weather-api-1.1.0 Rakefile