Sha256: f6e23ae4a4d69d8d41b88b8013e3c0b88c9d948b9a554dbca650cb99a0135898
Contents?: true
Size: 866 Bytes
Versions: 1
Compression:
Stored size: 866 Bytes
Contents
require 'lib/usher' begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "usher" s.description = s.summary = "A general purpose routing library" s.email = "joshbuddy@gmail.com" s.homepage = "http://github.com/joshbuddy/usher" s.authors = ["Joshua Hull"] s.files = FileList["[A-Z]*", "{lib,spec,rails}/**/*"] s.add_dependency 'joshbuddy-fuzzy_hash', '>=0.0.2' end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end require 'spec' require 'spec/rake/spectask' task :spec => 'spec:all' namespace(:spec) do Spec::Rake::SpecTask.new(:all) do |t| t.spec_opts ||= [] t.spec_opts << "-rubygems" t.spec_opts << "--options" << "spec/spec.opts" t.spec_files = FileList['spec/**/*_spec.rb'] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
joshbuddy-usher-0.3.2 | Rakefile |