Sha256: 2646de26441027cf228b371b259669f15c469389c914db542ccd029cfb867c82

Contents?: true

Size: 703 Bytes

Versions: 1

Compression:

Stored size: 703 Bytes

Contents

tiny_sweeper (1.0.1) stable; urgency=low

  * Fix gemspec warnings:
    * Properly specify license as "Apache-2.0"
    * Provide minimum versions for rspec and rake dependencies

tiny_sweeper (1.0.0) stable; urgency=low

  * Change `sweep` to only take one attribute name, followed by zero or more
    "brooms" (symbols that name a pre-configured way to sweep a value), and an
    optional sweeping block.
  * Add `TinySweeper::Brooms.add(name, &block)` for registering custom brooms.

tiny_sweeper (0.0.5) stable; urgency=low

  * First public stable release
  * Define sweeping rules with `sweep`, which takes multiple field names, and
    a block
  * Sweep all attributes of a class with `sweep_up!`

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tiny_sweeper-1.0.1 ChangeLog