Skip to content

Commit

Permalink
Merge pull request #26 from reaperhulk/master
Browse files Browse the repository at this point in the history
update version and gemspec version dependency
  • Loading branch information
reaperhulk committed Jan 26, 2014
2 parents 7fc1af9 + 5bcd7d1 commit a271486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/r509/certificateauthority/http/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module R509
module CertificateAuthority
module HTTP
VERSION="0.3"
VERSION="0.3.0"
end
end
end
2 changes: 1 addition & 1 deletion r509-ca-http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a271486

Please sign in to comment.