Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Removing duplicate gems from the Rakefile so that the gemspec will
Browse files Browse the repository at this point in the history
build the gem.
  • Loading branch information
whoahbot committed Dec 15, 2014
1 parent 06e288c commit 09da2dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ begin
gemspec.description = SUMMARY
gemspec.authors = AUTHORS
gemspec.license = 'MIT'
gemspec.add_dependency "dm-core", ">= 1.2.0"
gemspec.add_dependency "dm-types", ">= 1.2.0"
gemspec.add_dependency "hiredis", "~> 0.4.0"
gemspec.add_dependency "redis", ">= 3.0.4"
gemspec.files = %w(MIT-LICENSE README.textile Rakefile) + Dir.glob("{lib,spec}/**/*")
gemspec.has_rdoc = false
gemspec.extra_rdoc_files = ["MIT-LICENSE"]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0
7 changes: 3 additions & 4 deletions dm-redis-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: dm-redis-adapter 0.9.0 ruby lib
# stub: dm-redis-adapter 0.10.0 ruby lib

Gem::Specification.new do |s|
s.name = "dm-redis-adapter"
s.version = "0.9.0"
s.version = "0.10.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Dan Herrera"]
s.license = 'MIT'
s.date = "2014-12-13"
s.date = "2014-12-15"
s.description = "DataMapper adapter for the Redis key-value database"
s.email = "whoahbot@gmail.com"
s.extra_rdoc_files = [
Expand Down

0 comments on commit 09da2dd

Please sign in to comment.