Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'ruby19'
Browse files Browse the repository at this point in the history
Conflicts:
	test/test_helper.rb
  • Loading branch information
francois committed Apr 1, 2009
2 parents 41da98e + 9e2fdeb commit e1c95d5
Show file tree
Hide file tree
Showing 15 changed files with 195 additions and 372 deletions.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ begin
s.email = "francois@teksol.info"
s.homepage = "http://francois.github.com/piston"
s.description = "Piston makes it easy to merge vendor branches into your own repository, without worrying about which revisions were grabbed or not. Piston will also keep your local changes in addition to the remote changes."
s.authors = "François Beausoleil"
s.authors = "Francois Beausoleil"
s.has_rdoc = false
s.rubyforge_project = "piston"

Expand All @@ -21,3 +21,5 @@ begin
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

task :default => :test
3 changes: 2 additions & 1 deletion lib/piston.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@

require "piston/git"
require "piston/svn"
require "piston/commands"

require "pathname"

module Piston
class << self
def version_message
"Piston %s\nCopyright 2006-2008, François Beausoleil <francois@teksol.info>\nhttp://piston.rubyforge.org/\nDistributed under an MIT-like license." % Piston::VERSION::STRING
"Piston %s\nCopyright 2006-2008, Francois Beausoleil <francois@teksol.info>\nhttp://piston.rubyforge.org/\nDistributed under an MIT-like license." % Piston::VERSION::STRING
end
end
end
Loading

0 comments on commit e1c95d5

Please sign in to comment.