Sha256: 8f039d00a60c5a0144bc24a8eca43095949da4a6215369210f55f7c20e228ed4
Contents?: true
Size: 766 Bytes
Versions: 9
Compression:
Stored size: 766 Bytes
Contents
Dir[File.join(Dir.pwd, 'tasks', '**', '*.rb')].each { |f| require f } Dir[File.join(Dir.pwd, 'tasks', '*.rake')].each { |f| load f } require "bundler/gem_tasks" require 'rspec/core/rake_task' require 'git-version-bump/rake-tasks' RSpec::Core::RakeTask.new(:spec) Distribution.configure do |config| config.package_name = 'brief' config.version = Brief::VERSION config.rb_version = '20150210-2.1.5' config.packaging_dir = File.expand_path 'packaging' config.native_extensions = [ 'github-markdown-0.6.8', 'escape_utils-1.0.1', #'charlock_holmes-0.7.3', #'posix-spawn-0.3.9', #'nokogumbo-1.3.0', #'rugged-0.21.4', 'nokogiri-1.6.5', 'eventmachine-1.0.6', 'thin-1.6.3', 'unf_ext-0.0.6' ] end task :default => :spec
Version data entries
9 entries across 9 versions & 1 rubygems