Skip to content

Instantly share code, notes, and snippets.

@marcparadise
Created November 7, 2012 16:47
Show Gist options
  • Save marcparadise/4032785 to your computer and use it in GitHub Desktop.
Save marcparadise/4032785 to your computer and use it in GitHub Desktop.
Gem::Specification.new do |s|
s.name = 'oc-reporting-pedant-tests'
s.version = '0.0.1'
s.date = '2012-11-05'
s.summary = "API tests for Opscode's Private Chef Reporting Services"
s.description = "API tests for Opscode's Private Chef Reporting Server; requires Pedant to actually run"
s.authors = ["Marc Paradise"]
s.email = 'marcg@opscode.com'
s.files = Dir['spec/**/*_spec.rb'] + Dir['lib/**/*.rb']
s.homepage = 'http://opscode.com'
s.require_paths = ['spec', 'lib']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment