Sha256: 8ed9cdf70ffeb443c6d70a846c6c6babca9c6198136a1d9f325ff2b7250c9008

Contents?: true

Size: 878 Bytes

Versions: 56

Compression:

Stored size: 878 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'rake'

require 'jeweler'
Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
  gem.name = "flydata"
  gem.homepage = "http://flydata.co/"
  gem.license = "All right reserved."
  gem.summary = %Q{FlyData CLI}
  gem.description = %Q{FlyData Command Line Interface}
  gem.email = "sysadmin@flydata.co"
  gem.authors = ["Koichi Fujikawa"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

require "rspec/core/rake_task"
desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.verbose = true
end

task :default => :spec

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
flydata-0.0.3.rc1 Rakefile
flydata-0.0.2.3 Rakefile
flydata-0.0.2.2 Rakefile
flydata-0.0.2.1 Rakefile
flydata-0.0.2 Rakefile
flydata-0.0.2.rc1 Rakefile
flydata-0.0.1.2011102901 Rakefile
flydata-0.0.1.nc2 Rakefile
flydata-0.0.1.nc1 Rakefile
flydata-0.0.1.2011102602 Rakefile
flydata-0.0.1.2011102601 Rakefile
flydata-0.0.1.2011102401 Rakefile
flydata-0.0.1.2011102303 Rakefile
flydata-0.0.1.2011102302 Rakefile
flydata-0.0.1.2011102301 Rakefile
flydata-0.0.1.2011101801 Rakefile