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 CHANGED
Binary file
data/CHANGELOG CHANGED
@@ -1,4 +1,6 @@
1
1
 
2
+ v0.5.4. Use wget instead of curl.
3
+
2
4
  v0.5.3. Update Multiblog sample schema.
3
5
 
4
6
  v0.5.2. Update server version so CommitLog replay is fixed.
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("curl #{url} | patch -p1")
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{cassandra}
5
- s.version = "0.5.3"
5
+ s.version = "0.5.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0.8") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Evan Weaver"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cassandra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan Weaver
metadata.gz.sig CHANGED
Binary file