Sha256: 3a3535d236758b2387611bf24ecd18d629ee19a304eb702e33d49fde244b0565

Contents?: true

Size: 375 Bytes

Versions: 9

Compression:

Stored size: 375 Bytes

Contents

# encoding: utf-8
require "bundler/gem_tasks"

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
    spec.pattern = FileList['spec/**/*_spec.rb']
end
task :default => :spec

desc 'Open an irb session preloaded with the gem library'
task :console do
    sh 'irb -rubygems -I lib -r multiforecast-client.rb'
end
task :c => :console

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
multiforecast-client-0.80.0.3 Rakefile
multiforecast-client-0.80.0.2 Rakefile
multiforecast-client-0.80.0.1 Rakefile
multiforecast-client-0.80.0.0 Rakefile
multiforecast-client-0.72.0.1 Rakefile
multiforecast-client-0.62.0.8 Rakefile
multiforecast-client-0.62.0.5 Rakefile
multiforecast-client-0.62.0.3 Rakefile
multiforecast-client-0.62.0.2 Rakefile