Sha256: d4fd056ca2b965c85f82baa93c801c8ba942aad4e2d9faab028a477ebb70bd36

Contents?: true

Size: 1.17 KB

Versions: 49

Compression:

Stored size: 1.17 KB

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://guides.rubygems.org/specification-reference/ for more options
  gem.name = "maestrano-connector-rails"
  gem.homepage = "http://github.com/maestrano/maestrano-connector-rails"
  gem.license = "MIT"
  gem.summary = "Rails framework to build connector with Maestrano"
  gem.description = "Maestrano is the next generation marketplace for SME applications. See https://maestrano.com for details."
  gem.email = "pierre.berard@maestrano.com"
  gem.authors = ["Pierre Berard"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'

require 'rspec/core'
require 'rspec/core/rake_task'

desc "Run all specs in spec directory (excluding plugin specs)"
RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare')

task :default => :spec

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
maestrano-connector-rails-1.2.1 Rakefile
maestrano-connector-rails-1.2.0 Rakefile
maestrano-connector-rails-1.1.2 Rakefile
maestrano-connector-rails-1.1.1 Rakefile
maestrano-connector-rails-1.1.0 Rakefile
maestrano-connector-rails-1.0.4 Rakefile
maestrano-connector-rails-1.0.3 Rakefile
maestrano-connector-rails-1.0.2 Rakefile
maestrano-connector-rails-1.0.1 Rakefile
maestrano-connector-rails-1.0.0 Rakefile
maestrano-connector-rails-0.4.4 Rakefile
maestrano-connector-rails-0.4.3 Rakefile
maestrano-connector-rails-0.4.2 Rakefile
maestrano-connector-rails-0.4.1 Rakefile
maestrano-connector-rails-0.4.0 Rakefile
maestrano-connector-rails-0.3.13 Rakefile
maestrano-connector-rails-0.3.12 Rakefile
maestrano-connector-rails-0.3.11 Rakefile
maestrano-connector-rails-0.3.10 Rakefile
maestrano-connector-rails-0.3.9 Rakefile