Skip to content

Commit

Permalink
project renaming madness due to stupid rubyforge requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Preston Lee committed Feb 9, 2009
1 parent a53f217 commit cdcf859
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Manifest
@@ -1,9 +1,9 @@
History.txt
lib/ruby_prolog/ruby_prolog.rb
lib/ruby_prolog.rb
lib/ruby-prolog/ruby-prolog.rb
lib/ruby-prolog.rb
Manifest
Rakefile
README.txt
spec/ruby_prolog_spec.rb
spec/ruby-prolog_spec.rb
spec/spec_helper.rb

7 changes: 7 additions & 0 deletions examples/acls.rb
@@ -0,0 +1,7 @@
require 'rubygems'
require 'ruby-prolog'

c = RubyProlog::Core.new
c.instance_eval {

}
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,6 +1,6 @@
require 'rubygems'
require 'spec'
require File.expand_path(File.join(File.dirname(__FILE__), %w[.. lib ruby_prolog]))
require File.expand_path(File.join(File.dirname(__FILE__), %w[.. lib ruby-prolog]))

Spec::Runner.configure do |config|
# == Mock Framework
Expand Down

0 comments on commit cdcf859

Please sign in to comment.