Sha256: b3a6469273d74fc62d6ba8a8333598962a102ded3f83686bf87856fd85cbc988

Contents?: true

Size: 376 Bytes

Versions: 17

Compression:

Stored size: 376 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 growthforecast-client.rb'
end
task :c => :console

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
growthforecast-client-0.82.5 Rakefile
growthforecast-client-0.82.4 Rakefile
growthforecast-client-0.82.3 Rakefile
growthforecast-client-0.82.2 Rakefile
growthforecast-client-0.82.1 Rakefile
growthforecast-client-0.80.2 Rakefile
growthforecast-client-0.80.1 Rakefile
growthforecast-client-0.80.0 Rakefile
growthforecast-client-0.62.4 Rakefile
growthforecast-client-0.62.3 Rakefile
growthforecast-client-0.62.0 Rakefile
growthforecast-client-0.0.6 Rakefile
growthforecast-client-0.0.5 Rakefile
growthforecast-client-0.0.4 Rakefile
growthforecast-client-0.0.3 Rakefile
growthforecast-client-0.0.2 Rakefile
growthforecast-client-0.0.1 Rakefile