Sha256: 66713c6300a7b4cca1799cc0c2d7ff4ef3828658dc15bbbbfa348be79617fdde
Contents?: true
Size: 859 Bytes
Versions: 6
Compression:
Stored size: 859 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' 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
joshbuddy-usher-0.1.1 | Rakefile |
joshbuddy-usher-0.1.2 | Rakefile |
joshbuddy-usher-0.2.0 | Rakefile |
joshbuddy-usher-0.2.1 | Rakefile |
joshbuddy-usher-0.2.2 | Rakefile |
joshbuddy-usher-0.3.0 | Rakefile |