tacky.gemspec in tacky-0.3.1 vs tacky.gemspec in tacky-0.3.2
- old
+ new
@@ -29,10 +29,10 @@
s.required_rubygems_version = Gem::Requirement.new('>= 0')
end
s.rubygems_version = '2.3.3'
s.required_ruby_version = '>=2.3'
s.name = 'tacky'
- s.version = '0.3.1'
+ s.version = '0.3.2'
s.license = 'MIT'
s.summary = 'Primitive Object Memoization for Ruby'
s.description = 'Decorate your existing Ruby object with Tacky
and all its methods will be cached.'
s.authors = ['Yegor Bugayenko']