Skip to content

Commit

Permalink
update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Apr 16, 2013
1 parent dfe27ee commit a42e682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/r509/middleware/validity/version.rb
@@ -1,7 +1,7 @@
module R509
module Middleware
class Validity
VERSION="0.2"
VERSION="0.2.1"
end
end
end
6 changes: 3 additions & 3 deletions r509-middleware-validity.gemspec
Expand Up @@ -7,12 +7,12 @@ spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.has_rdoc = false
s.summary = "Rack middleware that writes the serial number of issued certs to a Redis database"
s.description = "Rack middleware that writes the serial number of issued certs to a Redis database"
s.description = "Rack middleware that writes the serial number of issued certs to a Redis database. Uses r509 and r509-ca-http"
s.add_dependency 'sinatra'
s.add_dependency 'redis'
s.add_dependency 'r509-validity-redis', ">= 0.4"
s.add_dependency 'r509-validity-redis'
s.add_dependency 'dependo'
s.add_dependency 'r509', ">= 0.8"
s.add_dependency 'r509'
s.add_dependency 'rack'
s.add_development_dependency 'rack-test'
s.add_development_dependency 'rspec'
Expand Down

0 comments on commit a42e682

Please sign in to comment.