Skip to content

Commit

Permalink
add files required by some rake package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Stamat committed Jan 5, 2009
1 parent 439c48e commit 53e1a79
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 177 deletions.
Empty file added COPYING
Empty file.
Empty file added LICENSE
Empty file.
Empty file added README
Empty file.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include FileUtils
setup_tests
setup_clean ["ext/flix_engine/*.{bundle,so,obj,pdb,lib,def,exp}", "ext/flix_engine/Makefile", "pkg", "lib/*.bundle", "*.gem", ".config"]

setup_rdoc ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc', 'ext/flix_engine/flix_engine.c']
setup_rdoc ['lib/**/*.rb', 'doc/**/*.rdoc', 'ext/flix_engine/flix_engine.c']

desc "Does a full compile, test run"
task :default => [:compile, :test]
Expand Down
149 changes: 0 additions & 149 deletions ext/flix_engine/Makefile

This file was deleted.

Binary file removed ext/flix_engine/flix_engine.o
Binary file not shown.
Binary file removed ext/flix_engine/flix_engine.so
Binary file not shown.
24 changes: 0 additions & 24 deletions ext/flix_engine/mkmf.log

This file was deleted.

Binary file removed lib/flix_engine.so
Binary file not shown.
Empty file added setup.rb
Empty file.
3 changes: 0 additions & 3 deletions test/test_flix_engine.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'test_helper'

class FlixEngineTest < Test::Unit::TestCase
=begin
def setup
@flix_engine = On2::FlixEngine.new('localhost', 0)
end
Expand Down Expand Up @@ -50,6 +49,4 @@ def teardown
@flix_engine.finalize
File.delete(TEST_OUTPUT_MOVIE_PATH) if File.exists?(TEST_OUTPUT_MOVIE_PATH)
end
=end
end

0 comments on commit 53e1a79

Please sign in to comment.