Skip to content

Commit

Permalink
Cleanup gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Nov 12, 2024
1 parent 356c48e commit b74426a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions redis-rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "redis-rails/version"

require_relative "lib/redis-rails/version"

Gem::Specification.new do |s|
s.name = "redis-rails"
Expand All @@ -12,10 +12,7 @@ Gem::Specification.new do |s|
s.description = %q{Redis for Ruby on Rails}
s.license = 'MIT'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.files = `git ls-files`.split("\n")

s.add_dependency "redis-activesupport", [">= 3.0", "< 8"]
s.add_dependency "redis-actionpack", [">= 3.0", "< 8"]
Expand Down

0 comments on commit b74426a

Please sign in to comment.