Skip to content

Commit

Permalink
Update easycache.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Feb 27, 2024
1 parent 711abba commit 34828e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions easycache.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Gem::Specification.new do |s|
s.name = "easy-cache"
s.name = "easycache"
s.version = "0.0.1"
s.summary = "Easy to use in-mem cache system for ruby"
s.description = "A simple gem for store and manage data in mem"
s.authors = ["Miguel Álvarez"]
s.email = "thegexi@gmail.com"
s.files = Dir['lib/**/*', 'LICENSE', 'README.md']
s.homepage = "https://rubygems.org/gems/easycache"
s.required_ruby_version = '>= 2.7.0'
s.homepage = "https://github.com/malvads/easy-cache"
s.license = "AGPL-3.0"
end

0 comments on commit 34828e4

Please sign in to comment.