Skip to content

Commit

Permalink
Merge pull request #28 from chulkilee/license-in-gemspec
Browse files Browse the repository at this point in the history
Add license in gemspec
  • Loading branch information
pietern committed May 30, 2014
2 parents 691a320 + 74a6b65 commit 1963e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hiredis.gemspec
Expand Up @@ -6,6 +6,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/redis/hiredis-rb"
s.authors = ["Pieter Noordhuis"]
s.email = ["pcnoordhuis@gmail.com"]
s.license = 'BSD-3-Clause'
s.summary = "Ruby wrapper for hiredis (protocol serialization/deserialization and blocking I/O)"
s.description = s.summary

Expand Down

0 comments on commit 1963e0b

Please sign in to comment.