Skip to content

Commit

Permalink
0.2.0 including jrafanie's speedup of flush cache
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrudy committed Aug 15, 2012
1 parent 6b2bb95 commit 57cd1a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -36,7 +36,7 @@ spec = Gem::Specification.new do |s|

# Change these as appropriate
s.name = "memoist"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "memoize methods invocation"
s.authors = AUTHORS.map{ |name, email| name }
s.email = AUTHORS.map{ |name, email| email }
Expand Down
6 changes: 3 additions & 3 deletions memoist.gemspec
Expand Up @@ -2,18 +2,18 @@

Gem::Specification.new do |s|
s.name = "memoist"
s.version = "0.1.0"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Joshua Peek", "Tarmo T\u{e4}nav", "Jeremy Kemper", "Eugene Pimenov", "Xavier Noria", "Niels Ganser", "Carl Lerche & Yehuda Katz", "jeem", "Jay Pignata", "Damien Mathieu", "Jos\u{e9} Valim"]
s.date = "2012-01-24"
s.date = "2012-08-15"
s.email = ["josh@joshpeek.com", "tarmo@itech.ee", "jeremy@bitsweat.net", "libc@mac.com", "fxn@hashref.com", "niels@herimedia.co", "wycats@gmail.com", "jeem@hughesorama.com", "john.pignata@gmail.com", "42@dmathieu.com", "jose.valim@gmail.com"]
s.extra_rdoc_files = ["README.md"]
s.files = ["README.md", "test/memoist_test.rb", "test/test_helper.rb", "lib/memoist/core_ext/singleton_class.rb", "lib/memoist.rb"]
s.homepage = "https://github.com/matthewrudy/memoist"
s.rdoc_options = ["--main", "README.md"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.rubygems_version = "1.8.24"
s.summary = "memoize methods invocation"

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 57cd1a6

Please sign in to comment.