cassandra 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/CHANGELOG +2 -0
- data/Rakefile +1 -1
- data/cassandra.gemspec +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -83,7 +83,7 @@ task :patch do
|
|
83
83
|
end
|
84
84
|
# Patch, with a handy commit for each one
|
85
85
|
PATCHES.each do |url|
|
86
|
-
raise "#{url} failed" unless system("
|
86
|
+
raise "#{url} failed" unless system("wget -O - #{url} | patch -p1")
|
87
87
|
system("git commit -a -m 'Applied patch: #{url.inspect}'")
|
88
88
|
end
|
89
89
|
end
|
data/cassandra.gemspec
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|