Skip to content

Commit

Permalink
Add cacert.pem to the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jc00ke committed Mar 9, 2011
1 parent 16c94a7 commit f815bab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions slurper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ Gem::Specification.new do |s|
]
s.files = [
"bin/slurp",
"lib/slurper.rb",
"lib/story.rb"
"lib/slurper.rb",
"lib/story.rb",
"lib/cacert.pem"
]
s.homepage = %q{http://github.com/hashrocket/slurper}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.summary = %q{takes a formatted story file and puts it on Pivotal Tracker}
s.test_files = [
"spec/slurper_spec.rb",
"spec/story_spec.rb"
"spec/story_spec.rb"
]

s.add_bundler_dependencies
Expand Down

0 comments on commit f815bab

Please sign in to comment.