From 5bcd7d1904fa259827c54041d9cb2bfa38f90742 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 26 Jan 2014 13:41:57 -0600 Subject: [PATCH] update version and gemspec version dependency --- lib/r509/certificateauthority/http/version.rb | 2 +- r509-ca-http.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/r509/certificateauthority/http/version.rb b/lib/r509/certificateauthority/http/version.rb index 92eb985..204f43f 100644 --- a/lib/r509/certificateauthority/http/version.rb +++ b/lib/r509/certificateauthority/http/version.rb @@ -1,7 +1,7 @@ module R509 module CertificateAuthority module HTTP - VERSION="0.3" + VERSION="0.3.0" end end end diff --git a/r509-ca-http.gemspec b/r509-ca-http.gemspec index a2ce78b..72a0bca 100644 --- a/r509-ca-http.gemspec +++ b/r509-ca-http.gemspec @@ -7,7 +7,7 @@ spec = Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.summary = "A (relatively) simple certificate authority API written to work with r509" s.description = 'A HTTP CA API for r509' - s.add_dependency 'r509', '~> 0.10.0.pre' + s.add_dependency 'r509', '~> 0.10.0' s.add_dependency 'sinatra' s.add_dependency 'dependo' s.add_development_dependency 'rspec'