Navigation Menu

Skip to content

Commit

Permalink
updated gemspec and added Gemfile for bundler/travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Jan 19, 2012
1 parent e14a3cc commit b43eec0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,9 +1,9 @@
.DS_Store
.yardoc
rspec_results.html
cert_data/test_ca/crl_number.txt
coverage
doc
*.gem
config.yaml
log
Gemfile.lock
4 changes: 4 additions & 0 deletions Gemfile
@@ -0,0 +1,4 @@
source "http://rubygems.org"

gem "r509", :git => "git://github.com/reaperhulk/r509.git"
gemspec
5 changes: 4 additions & 1 deletion r509-ca-http.gemspec
Expand Up @@ -9,9 +9,12 @@ spec = Gem::Specification.new do |s|
s.summary = "A (relatively) simple certificate authority API written to work with r509"
s.description = 'A CA API. What, you want more info?'
s.add_dependency 'r509'
s.add_dependency 'sinatra'
s.add_development_dependency 'rspec'
s.add_development_dependency 'syntax'
s.add_development_dependency 'rack-test'
s.add_development_dependency 'rake'
s.add_development_dependency 'rcov' if RUBY_VERSION.split('.')[1].to_i == 8
s.add_development_dependency 'simplecov' if RUBY_VERSION.split('.')[1].to_i == 9
s.author = "Sean Schulte"
s.email = "sirsean@gmail.com"
s.homepage = "http://vikinghammer.com"
Expand Down

0 comments on commit b43eec0

Please sign in to comment.