Sha256: 3790758b8564f699ac25c569ac486bf875f6e3b4c33c1b9ef889283098a31b17

Contents?: true

Size: 1.43 KB

Versions: 2

Compression:

Stored size: 1.43 KB

Contents

# Infrataster Changelog
## v0.2.0.beta1

* Support RSpec 3.x
  * Some deprecation warnings remain.
  * RSpec 2.x is supported too.

## v0.1.13

* Make Infrataster's methods available in before(:all) block. (by @KitaitiMakoto)

## v0.1.12

* Add infrataster command to create template directory.
* Specify host in a option passed to Server.define. (by @KitaitiMakoto)
* Add Server#ssh method. (by @KitaitiMakoto)

## v0.1.11

* Slight bug fixes

## 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

2 entries across 2 versions & 1 rubygems

Version Path
infrataster-0.2.0 CHANGELOG.md
infrataster-0.2.0.beta1 CHANGELOG.md