Sha256: 78661e81b96269613b767dc3d3c18abc39a2ecc2d33fae8c48f4d71c6efa3f64

Contents?: true

Size: 668 Bytes

Versions: 16

Compression:

Stored size: 668 Bytes

Contents

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "muri"
    gem.summary = "Media URI Parser"
    gem.email = "bananastalktome@gmail.com"
    gem.homepage = "http://github.com/bananastalktome/muri/"
    gem.description = "Automatically get media information from the URL."
    gem.authors = ["William Schneider"]
    gem.files.exclude 'test.sqlite3'
    gem.has_rdoc = true
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end
require 'rake'
require 'spec/rake/spectask'

Spec::Rake::SpecTask.new('tests') do |t|
  t.spec_files = FileList['test/*.rb']
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
muri-1.1.5 Rakefile
muri-1.1.4 Rakefile
muri-1.1.2 Rakefile
muri-1.1.1 Rakefile
muri-1.1.0 Rakefile
muri-1.0.0 Rakefile
muri-0.0.13 Rakefile
muri-0.0.11 Rakefile
muri-0.0.10 Rakefile
muri-0.0.9 Rakefile
muri-0.0.8 Rakefile
muri-0.0.7 Rakefile
muri-0.0.6 Rakefile
muri-0.0.5 Rakefile
muri-0.0.4 Rakefile
muri-0.0.3 Rakefile