Created
November 7, 2012 16:47
-
-
Save marcparadise/4032785 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = '[email protected]' | |
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