Skip to content

Commit

Permalink
Regenerate gemspec for version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
udipl committed Jan 15, 2021
1 parent 2537c63 commit a159705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions redised.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: redised 0.4.0 ruby lib
# stub: redised 0.4.1 ruby lib

Gem::Specification.new do |s|
s.name = "redised".freeze
s.version = "0.4.0"
s.version = "0.4.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Aaron Quint".freeze]
s.date = "2021-01-12"
s.date = "2021-01-15"
s.description = "redised provides a single module `Redised` that when included in your class provides a self.redis= and self.redis methods. It also has the ability to load the urls from a YAML config file".freeze
s.email = "[email protected]".freeze
s.extra_rdoc_files = [
Expand Down

0 comments on commit a159705

Please sign in to comment.