Sha256: 4b4a17a10d1c24107d416d5c3d43d20b776ee6f303f62cf9d7cdf470f6e426a3

Contents?: true

Size: 376 Bytes

Versions: 45

Compression:

Stored size: 376 Bytes

Contents

require "spec"
require "spec/rake/spectask"
require 'lib/sax-machine.rb'

Spec::Rake::SpecTask.new do |t|
  t.spec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""]
  t.spec_files = FileList['spec/**/*_spec.rb']
end

task :install do
  rm_rf "*.gem"
  puts `gem build sax-machine.gemspec`
  puts `sudo gem install sax-machine-#{SAXMachine::VERSION}.gem`
end

Version data entries

45 entries across 45 versions & 9 rubygems

Version Path
MikeSofaer-sax-machine-0.0.15 Rakefile
UnderpantsGnome-sax-machine-0.0.13 Rakefile
UnderpantsGnome-sax-machine-0.0.14 Rakefile
astro-sax-machine-0.0.12.20090419 Rakefile
astro-sax-machine-0.0.14 Rakefile
astro-sax-machine-0.0.15 Rakefile
astro-sax-machine-0.0.16 Rakefile
astro-sax-machine-0.0.17 Rakefile
astro-sax-machine-0.0.18 Rakefile
astro-sax-machine-0.0.19 Rakefile
astro-sax-machine-0.0.20 Rakefile
ealdent-sax-machine-0.0.1.1 Rakefile
ealdent-sax-machine-0.0.1 Rakefile
ealdent-sax-machine-0.0.12 Rakefile
ealdent-sax-machine-0.0.4 Rakefile
ealdent-sax-machine-0.0.7 Rakefile
julien51-sax-machine-0.0.13 Rakefile
julien51-sax-machine-0.0.14 Rakefile
julien51-sax-machine-0.0.15 Rakefile
julien51-sax-machine-0.0.16 Rakefile