cassandra_backup 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/cassandra_backup.gemspec +2 -2
  3. metadata +2 -2
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = CassandraBackup
2
2
 
3
- CassandraBackup is a command line tool for dumping and restoring a Cassandra column family.
3
+ CassandraBackup is a command line tool for dumping and restoring a Cassandra keyspace.
4
4
 
5
5
  == Dumping a Keyspace
6
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'cassandra_backup'
5
- s.version = '0.0.1'
5
+ s.version = '0.0.2'
6
6
  s.description = 'Cassandra Backup'
7
7
  s.summary = 'Cassandra Backup'
8
8
  s.authors = ['Infogroup']
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = 'http://github.com/data-axle/cassandra_backup'
11
11
 
12
12
  s.required_ruby_version = '>= 1.8.7'
13
- s.required_rubygems_version = '>= 1.8.0'
13
+ s.required_rubygems_version = '>= 1.3.6'
14
14
  s.executables = ['cassandra_dump', 'cassandra_import']
15
15
  s.extra_rdoc_files = ['README.rdoc']
16
16
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cassandra_backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  requirements:
97
97
  - - ! '>='
98
98
  - !ruby/object:Gem::Version
99
- version: 1.8.0
99
+ version: 1.3.6
100
100
  requirements: []
101
101
  rubyforge_project:
102
102
  rubygems_version: 1.8.24