Skip to content

Commit

Permalink
Added LICENSE and README
Browse files Browse the repository at this point in the history
  • Loading branch information
mort666 committed Jun 6, 2012
1 parent 74b7c3a commit 1f9538c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1f9538c

Please sign in to comment.