config/hoe.rb in newgem-0.22.1 vs config/hoe.rb in newgem-0.22.2
- old
+ new
@@ -27,10 +27,10 @@
end
RUBYFORGE_USERNAME.replace @config["username"]
end
REV = nil #File.read(".svn/entries")[/committed-rev="(\d+)"/, 1] rescue nil
-# REV = `svn info`.each {|line| if line =~ /^Revision:/ then k,v = line.split(': '); break v.chomp; else next; end} rescue nil
+# REV = YAML.load(`svn info`)['Revision']
VERS = Newgem::VERSION::STRING + (REV ? ".#{REV}" : "")
CLEAN.include ['**/.*.sw?', '*.gem', '.config', '**/.DS_Store']
# Generate all the Rake tasks
# Run 'rake -T' to see list of generated tasks (from gem root directory)
\ No newline at end of file