diff --git a/Rakefile b/Rakefile deleted file mode 100644 index 65f7d75..0000000 --- a/Rakefile +++ /dev/null @@ -1,23 +0,0 @@ -require 'rake' -require 'rake/testtask' -require 'rake/rdoctask' - -desc 'Default: run unit tests.' -task :default => :test - -desc 'Test the plistifier plugin.' -Rake::TestTask.new(:test) do |t| - t.libs << 'lib' - t.libs << 'test' - t.pattern = 'test/**/*_test.rb' - t.verbose = true -end - -desc 'Generate documentation for the plistifier plugin.' -Rake::RDocTask.new(:rdoc) do |rdoc| - rdoc.rdoc_dir = 'rdoc' - rdoc.title = 'Plistifier' - rdoc.options << '--line-numbers' << '--inline-source' - rdoc.rdoc_files.include('README') - rdoc.rdoc_files.include('lib/**/*.rb') -end diff --git a/install.rb b/install.rb deleted file mode 100644 index f7732d3..0000000 --- a/install.rb +++ /dev/null @@ -1 +0,0 @@ -# Install hook code here diff --git a/tasks/plistifier_tasks.rake b/tasks/plistifier_tasks.rake deleted file mode 100644 index 87a0624..0000000 --- a/tasks/plistifier_tasks.rake +++ /dev/null @@ -1,4 +0,0 @@ -# desc "Explaining what the task does" -# task :plistifier do -# # Task goes here -# end diff --git a/test/plistifier_test.rb b/test/plistifier_test.rb deleted file mode 100644 index e74a4f4..0000000 --- a/test/plistifier_test.rb +++ /dev/null @@ -1,8 +0,0 @@ -require 'test_helper' - -class PlistifierTest < ActiveSupport::TestCase - # Replace this with your real tests. - test "the truth" do - assert true - end -end diff --git a/test/test_helper.rb b/test/test_helper.rb deleted file mode 100644 index cf148b8..0000000 --- a/test/test_helper.rb +++ /dev/null @@ -1,3 +0,0 @@ -require 'rubygems' -require 'active_support' -require 'active_support/test_case' \ No newline at end of file diff --git a/uninstall.rb b/uninstall.rb deleted file mode 100644 index 9738333..0000000 --- a/uninstall.rb +++ /dev/null @@ -1 +0,0 @@ -# Uninstall hook code here