cassandra 0.5.3 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|