2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
You can now set a default value for configuration attributes.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added a basic configuration class.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Client now builds the default endpoint using the API 'endpoint_prefix'.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added more missing parenthesis.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Simplified the logic for determining the region.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added a require statement for seahorse-client gem.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added missing parenthesis to a method definition.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Made Client.set_api a public method.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Renamed Client.api_endpoint to default_endpoint.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Seahorse::Client no longer exposes a #configuration attribute.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Removed the Configuration class, not used yet.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added placeholder project README.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Puring AWS_REGION and AMAZON_REGION before running unit tests.
trevorrowe
as Trevor Rowe
More... over 12 years ago
The region will now load from ENV when set.
trevorrowe
as Trevor Rowe
More... over 12 years ago
You can now pass :region to the client constructor.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added a minimal Client base class that requires a region.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Moved dev dependencies from gem spec to Gemfile.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Moved away from FileList to pattern in the test task.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Did a sweep of the codebase and corrected style inconsistencies.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added an @api private doc tag to a class constant.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Http::Response#body is now mutable.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added #body method to Http::Response.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Documentation fix.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Changed #headers to attr_reader on Http::Response.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Refactored Http::Request to remove uneeded #code= method now that it is required by the constructor.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added the ability to seed a HeaderHash in the constructor.
trevorrowe
as Trevor Rowe
More... over 12 years ago
You can now seed the Http::Response#headers from the constructor.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added #headers to Http::Response.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added additional validation on Http::Response#code=.
trevorrowe
as Trevor Rowe
More... over 12 years ago
Added a *very* basic Http::Response class with a status code.
trevorrowe
as Trevor Rowe
More... over 12 years ago