datastore_decide 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/datastore_decide.rb +1 -1
  2. metadata +5 -5
@@ -1,7 +1,7 @@
1
1
  module DatastoreDecide
2
2
 
3
3
  def self.decide
4
- dbs = ["Mongo", "Cassandra", "Redis", "MySQL", "Hadoop", "something you make yourself", "your face"]
4
+ dbs = ["Mongo", "Cassandra", "Redis", "MySQL", "a big hash", "Memcached", "Neo4j", "something you make yourself", "your face"]
5
5
  puts "Just store it in #{dbs.shuffle[0]}."
6
6
  end
7
7
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datastore_decide
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - nodanaonlyzuul
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-03 00:00:00 -04:00
18
+ date: 2012-04-04 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -64,6 +64,6 @@ rubyforge_project: nowarning
64
64
  rubygems_version: 1.3.7
65
65
  signing_key:
66
66
  specification_version: 3
67
- summary: How will you store that info?
67
+ summary: Automatically decides how you should store data - comes up with just as bad an answer as you would have.
68
68
  test_files: []
69
69