We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5bd41 commit 8140728Copy full SHA for 8140728
History.markdown
@@ -1,3 +1,7 @@
1
+0.3.1 / 2011-03-17
2
+==================
3
+ * Added in an optimised 'read_multi' function for Rails 3 - performs a single db call rather than one for each key
4
+
5
0.3.0 / 2010-08-30
6
==================
7
* We have a History file now
mongo_store.gemspec
@@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{mongo_store}
8
- s.version = "0.3.0"
+ s.version = "0.3.1"
9
10
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
s.authors = ["Stephen Eley"]
0 commit comments