Sha256: b111b5a3f5a5c005805a9d6cecb13ffc93c30617546365c2462ed5e9dbb0ee40
Contents?: true
Size: 673 Bytes
Versions: 3
Compression:
Stored size: 673 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' RSpec::Core::RakeTask.new(:spec) Distribution.configure do |config| config.package_name = 'archi' config.version = Architects::Toolkit::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' ] end task :default => :spec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
architects-toolkit-0.1.8 | Rakefile |
architects-toolkit-0.1.7 | Rakefile |
architects-toolkit-0.1.6 | Rakefile |