make mime/types require optional
make net/ssh and net/scp requires optional
relax net/ssh and net/scp requirement
expose identities in models
fix/refactor service initializers
fixes around unknown providers/services
use relative paths add digital ocean examples reinstate baremetal add softlayer examples add digital ocean v2 support setup fog model equality to check identities (if available) use Fog.interval in wait_for reduce memory footprint fix account handling
bump excon dep
use float times, instead of integers for Fog::Time
don't raise if final wait_for yield true
fix bug around formatador and #map on models
fix around to_time
to avoid conflicts with Rails monkey patches
update specs
update style
fix WhitelistKeys
for 1.8.7
remove unreachable code
convert hash helpers to minispec
fix require order for coverage
fix ruby 2.2 warning
bump excon dependency
fix readme link
minor refactoring add ability to add additional user agent info to requests
add Fog::Baremetal
model fix for new formatador usage fixes around formatador delegation
rubocop fixes for fog collection simpler ruby version checking/skipping fix requires_one
fix several requires in service abstraction code
fix typo in model load paths fix
return fog/bin stuff to fog/fog add support for multiple request/model load paths
remove rackspace logic use new travis builds fix error handling around credential fetch move fog/bin stuff to fog-core fix circular reference in collection.rb
add alias options for associations improve spec message add feature to overwrite keys on hash of attributes generation remove method_missing from model add rubocop fix rubocop warnings return collections on association getters fix require bug in service put fog and fog-core versions in user agent don't mutate/destroy encoding in get_body_size fix error output in from const_get usage separate to have distinct version from fog
fixes for defaulting attributes add method for getting all attributes add methods for associations add all_attributes, all_associations and all_associations_and_attributes helper methods remove no-longer-needed gem update on travis add all_values fixes to avoid path conflicts with fog/fog
attribute whitelisting abstract out stringify for possible reuse more specific naming reorg add path_prefix fix time conversion to work with XMLRPC add more specific per-type attribute tests lock down rest-client for 1.8.7 allow namespace flipflop for dns fix identity lookup better default attribute value setting bump excon
attribute whitelisting abstract out stringify for possible reuse more specific naming reorg add path_prefix fix time conversion to work with XMLRPC add more specific per-type attribute tests lock down rest-client for 1.8.7 allow namespace flipflop for dns fix identity lookup better default attribute value setting bump excon
tests/cleanup/fixes
remove json/xml modules and code add travis/coveralls update from upstream bump/loosen excon dependency