Skip to content

Commit

Permalink
swiching to echoe for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Preston Lee committed Jan 15, 2009
1 parent c17a64a commit d7e9de5
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 1,018 deletions.
12 changes: 6 additions & 6 deletions Manifest.txt → Manifest
@@ -1,13 +1,13 @@
History.txt
Manifest.txt
README.txt
Rakefile
lib/family_tree.rb
lib/family_tree/facts.rb
lib/family_tree/rules.rb
lib/ruby_prolog.rb
lib/family_tree.rb
lib/ruby_prolog/tiny_prolog.rb
lib/ruby_prolog/tiny_prolog_ext.rb
lib/ruby_prolog.rb
Manifest.txt
Rakefile
README.txt
spec/ruby_prolog_spec.rb
spec/spec_helper.rb
test/test_ruby_prolog.rb
Manifest
41 changes: 9 additions & 32 deletions Rakefile
@@ -1,32 +1,9 @@
# Look in the tasks/setup.rb file for the various options that can be
# configured in this Rakefile. The .rake files in the tasks directory
# are where the options are used.

begin
require 'bones'
Bones.setup
rescue LoadError
begin
load 'tasks/setup.rb'
rescue LoadError
raise RuntimeError, '### please install the "bones" gem ###'
end
end

ensure_in_path 'lib'
# depend_on 'rake'

require 'ruby_prolog'

task :default => 'spec:run'

PROJ.name = 'ruby_prolog'
PROJ.authors = 'Preston Lee'
PROJ.email = 'preston.lee@openrain.com'
PROJ.url = 'http://openrain.com'
PROJ.version = RubyProlog::VERSION
PROJ.rubyforge.name = 'ruby_prolog'

PROJ.spec.opts << '--color'

# EOF
require 'echoe'
Echoe.new("ruby_prolog") do |p|
p.author = "Preston Lee"
p.summary = "A Prolog-ish Ruby DSL."
p.url = "http://www.openrain.com.com"
# p.docs_host = "uncapitalizer.com:~/www/files/doc/"
# p.runtime_dependencies = ["string_tools >=1.4.0"]
p.version = '0.0.1'
end
80 changes: 0 additions & 80 deletions tasks/ann.rake

This file was deleted.

20 changes: 0 additions & 20 deletions tasks/bones.rake

This file was deleted.

201 changes: 0 additions & 201 deletions tasks/gem.rake

This file was deleted.

0 comments on commit d7e9de5

Please sign in to comment.