Skip to content

Commit

Permalink
Adding gemspec and updating README to include information about pulli…
Browse files Browse the repository at this point in the history
…ng from github
  • Loading branch information
dylanvaughn committed Apr 17, 2009
1 parent 5716c3d commit d634798
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -22,7 +22,7 @@ it just delegates the methods to the appropriate underlying Java class.

== INSTALL:

jruby -S gem install libxml-jruby
jruby -S gem install dylanvaughn-libxml-jruby --source=http://gems.github.com

== LICENSE:

Expand Down
15 changes: 15 additions & 0 deletions libxml-jruby.gemspec
@@ -0,0 +1,15 @@
require 'rake'

Gem::Specification.new do |s|
s.name = "libxml-jruby"
s.version = "1.0.0"
s.date = "2008-09-20"
s.summary = "LibXMLRuby compatibility layer for jruby"
s.homepage = "http://rubyforge.org/projects/libxml-jruby"
s.authors = "Michael Guterl"
s.email = "mguterl @nospam@ gmail.com"
s.rubyforge_project = "libxml-jruby"
s.has_rdoc = false
s.platform = "jruby"
s.files = FileList['lib/**/*.rb', 'script/**/*', 'tasks/**/*', '[A-Z]*', 'test/**/*'].to_a
end

0 comments on commit d634798

Please sign in to comment.