diff --git a/README.md b/README.md index 82b0dfe..7b98449 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ TODO ---- * Better Documentation +* Upload Functionality +* User Admin Functionality Issues ------ diff --git a/lib/veracode.rb b/lib/veracode-api.rb similarity index 100% rename from lib/veracode.rb rename to lib/veracode-api.rb diff --git a/veracode.gemspec b/veracode-api.gemspec similarity index 93% rename from veracode.gemspec rename to veracode-api.gemspec index aa37de9..da5818c 100644 --- a/veracode.gemspec +++ b/veracode-api.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.version = Veracode::VERSION s.authors = ["Stephen Kapp"] s.email = ["mort666@virus.org"] - s.homepage = "" + s.homepage = "https://github.com/mort666/veracode-api" s.summary = %q{Veracode Analysis Service API Wrapper} s.description = %q{Ruby API Wrapper to access Veracode Security Analysis Service API}