Sha256: 45a4af88bab20e53228a2584c99e0c903e034758c3529bb4c8190bc8123d1e47
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# Infrataster Changelog ## v0.1.10 * rspec ~> 2.0 ## v0.1.9 * Add "fuzzy IP address" feature which determine IP address by CIDR or netmask. ## v0.1.8 * Use Poltergeist's header manipulation instead of BrowserMob Proxy. Remove BrowserMob Proxy dependency. ## v0.1.7 * Fix a key name in a config passed to Net::SSH.start. (by @rrreeeyyy) ## v0.1.6 * Implement `Server#ssh\_exec` which executes a command on the server via SSH. ## v0.1.5 * Extract mysql resource to [infrataster-plugin-mysql](https://github.com/ryotarai/infrataster-plugin-mysql). ## v0.1.4 * Include RSpec::Matchers to use be_xxx matchers. (by @KitaitiMakoto) * Don't raise any error for subjects which is not related to Infrataster. (by @KitaitiMakoto) ## v0.1.3 * Don't create multiple phantomjs and browsermob proxy. `capybara` resources become faster. ## v0.1.2 * Use poltergeist (PhantomJS) as capybara driver instead of selenium-webdriver. ## v0.1.1 * Http resources accept `method`, `params` and `headers` options. (Issue #7) ## v0.1.0 * Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infrataster-0.1.10 | CHANGELOG.md |