Sha256: ede47843c60521f31b04fd31283c1ce10e33dfa66ad4d9f5dc5ed21a9d78304e

Contents?: true

Size: 1016 Bytes

Versions: 1

Compression:

Stored size: 1016 Bytes

Contents

## v0.2.1
* Update configuration to test across MRI 1.9.2/1.9.3/2.0.0/2.1.0, Rubinius,
  JRuby, Rails 3.0/3.1/3.2/4.0/4.1.
* Fix issue #6, in which the order of dependencies in the Gemfile could keep
  Keynote's RSpec integration from loading correctly.

## v0.2.0
* Add `Keynote::Inline`, a module that presenters can extend to enable inline
  templating in any language supported by Rails.
* Presenters now have a `use_html_5_tags` class method that adds a more
  complete set of Rumble tag methods to the class.
* Add `object_names` class method to presenters, returning an array of the
  symbols that have been passed into the `presents` method.
* Add an implementation of the `present`/`k` method that's available in test
  cases. Update test generators accordingly.
* Update minitest-rails integration to be compatible with the newest
  version of minitest-rails (on Rails 3.0, 3.1, 3.2, and 4.0).

## v0.1.3
* Add block form of `present`. If you pass a block into a `present` call, it
  yields the presenter.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
keynote-0.2.1 CHANGELOG.md