Skip to content

Commit

Permalink
Bundler Gemfile. Fixed description. Update Rakefile error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferk committed Jul 31, 2011
1 parent 37ca6f7 commit 00d192b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 13 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
# gem "activesupport", ">= 2.3.5"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "shoulda", ">= 0"
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.6.4"
gem "rcov", ">= 0"
end
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= xmlcanonicalizer

XML Canonicalizer for Ruby >= 1.92
XML Canonicalizer for Ruby >= 1.9.2

This is taken from XMLCanonicalizer/WSS4R and http://github.com/borisnadion/xml-canonicalizer

Expand Down
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "xmlcanonicalizer"
gem.summary = %Q{XML Canonicalizer for Ruby >= 1.92}
gem.summary = %Q{XML Canonicalizer for Ruby >= 1.9.2}
gem.description = %Q{This is taken from XMLCanonicalizer/WSS4R and http://github.com/borisnadion/xml-canonicalizer}
gem.email = "andrewferk@gmail.com"
gem.homepage = "http://github.com/andrewferk/xmlcanonicalizer"
Expand Down Expand Up @@ -38,8 +38,6 @@ rescue LoadError
end
end

task :test => :check_dependencies

task :default => :test

require 'rake/rdoctask'
Expand Down

0 comments on commit 00d192b

Please sign in to comment.