dalli-delete-matched 0.9.5 → 1.0.1

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 (2) hide show
  1. data/README.rdoc +4 -2
  2. metadata +3 -3
@@ -1,8 +1,10 @@
1
1
  = DalliDeleteMatched
2
2
 
3
3
  This gem is a simple implementation of delete_matched method for dalli store with memcached.
4
- Just install the gem and you a free to go
4
+ Just install the gem and you are free to go
5
5
 
6
6
  In your Gemfile, make sure you have this gem:
7
7
 
8
- gem 'dalli-delete-matched', :git => "git://github.com/phobos981/dalli-delete-matched.git"
8
+ gem 'dalli-delete-matched'
9
+
10
+ You don't need to include gem dalli to your Gemfile, as this gem includes it
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dalli-delete-matched
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-12-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dalli
16
- requirement: &16732540 !ruby/object:Gem::Requirement
16
+ requirement: &9087800 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *16732540
24
+ version_requirements: *9087800
25
25
  description: Provides delete_matched for Dalli store in Rails 3
26
26
  email: phobos98@phobos98.net
27
27
  executables: []