Skip to content

Commit

Permalink
Updates gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ketzusaka committed Feb 8, 2013
1 parent a838df2 commit 6c46e7e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions redis_array.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = "redis_multi_list"
s.name = "redis_array"
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
Expand All @@ -25,13 +25,12 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION",
"lib/redis_multi_list.rb",
"lib/redis_multi_list/list.rb",
"spec/redis_multi_list/list_spec.rb",
"spec/redis_multi_list_spec.rb",
"lib/redis_array.rb",
"redis_array.gemspec",
"spec/redis_array_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/byliner/redis_multi_list"
s.homepage = "http://github.com/byliner/redis_array"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"
Expand Down

0 comments on commit 6c46e7e

Please sign in to comment.