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

Commit

Permalink
Fix typo and licenses section in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Jan 31, 2015
1 parent d0dd68e commit b76b9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cache_rules.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ require 'date'

Gem::Specification.new do |s|
s.name = 'cache_rules'
s.version = '0.1.1'
s.version = '0.1.2'

s.date = Date.today.to_s

s.summary = "CacheRules validates requests and responses for cached HTTP data based on RFCs 7230-7235"
s.description = "#{s.summary}. The goal is to faciliate implementation of well-behaved caching solutions which adhere to RFC standards."
s.description = "#{s.summary}. The goal is to facilitate implementation of well-behaved caching solutions which adhere to RFC standards."

s.author = 'Alexander Williams'
s.email = Base64.decode64("YXdpbGxpYW1zQGFsZXh3aWxsaWFtcy5jYQ==\n")
Expand All @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'minitest-reporters', '~> 1.0.0'
s.add_development_dependency 'simplecov'

license = 'MPL-2.0'
s.licenses = ['MPL-2.0']
s.required_ruby_version = ::Gem::Requirement.new("~> 1.9")

s.post_install_message = "C.R.E.A.M."
Expand Down

0 comments on commit b76b9d2

Please sign in to comment.