diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..15f2341 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2012 Stephen Kapp + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..82b0dfe --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +Veracode API Gem +================ + +Ruby Wrapper for the Veracode API + +About +----- + +This Gem puts a wrapper around the Veracode API to allow access to API functionality to view reports, perform uploads and administer accounts. + +How to use it +------------- + +Install with Rubygems + + gem install veracode-api + +If you use bundler, add it to your 'Gemfile' + + gem 'veracode-api' + +TODO +---- + +* Better Documentation + +Issues +------ + +Found an issue, please report it on Github + + https://github.com/mort666/veracode-api + +Copyright (c) 2012 Stephen Kapp, released under the Apache License, Version 2.0 \ No newline at end of file