-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Rao] Version update for performance improvements
- Loading branch information
1 parent
1c46e84
commit 95a778e
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module MultiCache | ||
VERSION = "0.1.1" | ||
VERSION = "0.1.2" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ require 'multi_cache/version' | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = "multi_cache" | ||
spec.version = '0.1.1' | ||
spec.authors = ["Akshay Rao"] | ||
spec.version = '0.1.2' | ||
spec.authors = ["Akshay Rao", "Sonu Kumar"] | ||
spec.email = ["[email protected]"] | ||
|
||
spec.summary = %q{Framework to help you easily manage caches under multiple keys} | ||
|