Skip to content

Commit a781779

Browse files
committed
Version --> 1.0.0 (huzzah!)
1 parent b292dcd commit a781779

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed

History.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Dalli Changelog
22
=====================
33

4-
HEAD
4+
1.0.0
55
======
66

77
- Minor fixes, doc updates.

Performance.md

+13
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,16 @@ Times are from a Unibody MBP 2.4Ghz Core 2 Duo running Snow Leopard.
3333
multiget:ruby:dalli 0.870000 0.300000 1.170000 ( 1.295592)
3434
missing:ruby:dalli 1.420000 0.370000 1.790000 ( 1.925094)
3535
mixed:ruby:dalli 2.800000 0.680000 3.480000 ( 3.820694)
36+
37+
Testing 1.0.0 with ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0]
38+
user system total real
39+
set:plain:dalli 1.540000 0.390000 1.930000 ( 1.974777)
40+
setq:plain:dalli 0.470000 0.140000 0.610000 ( 0.611865)
41+
set:ruby:dalli 1.590000 0.400000 1.990000 ( 2.010377)
42+
get:plain:dalli 1.660000 0.410000 2.070000 ( 2.095843)
43+
get:ruby:dalli 1.660000 0.420000 2.080000 ( 2.094307)
44+
multiget:ruby:dalli 0.850000 0.310000 1.160000 ( 1.175482)
45+
missing:ruby:dalli 1.510000 0.400000 1.910000 ( 1.922250)
46+
mixed:ruby:dalli 3.240000 0.820000 4.060000 ( 4.114600)
47+
mixedq:ruby:dalli 2.480000 0.650000 3.130000 ( 3.134522)
48+
incr:ruby:dalli 0.540000 0.130000 0.670000 ( 0.682560)

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Remember, Dalli **requires** memcached 1.4+. You can check the version with `me
4444

4545
The test suite requires memcached 1.4.3+ with SASL enabled (./configure --enable-sasl). Currently only supports the PLAIN mechanism.
4646

47+
Dalli has no runtime dependencies and never will.
48+
4749

4850
Usage with Rails 3.0
4951
---------------------------

TODO.md

-5
This file was deleted.

app23/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
2-
remote: ..
2+
remote: /Users/mike/git/dalli
33
specs:
4-
dalli (0.10.0)
4+
dalli (0.11.0)
55

66
GEM
77
remote: http://rubygems.org/

lib/dalli/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Dalli
2-
VERSION = '0.11.0'
2+
VERSION = '1.0.0'
33
end

0 commit comments

Comments
 (0)