Sha256: 1e12bd8b46cf83458a965e97b967f318af0b3b6fce40e9042eb0eaa22980f865

Contents?: true

Size: 1.45 KB

Versions: 1

Compression:

Stored size: 1.45 KB

Contents

### 2.2 / 2018-03-23

*   Add support for ENV['APP_ENV'] per Sinatra documentation recommendations.

### 2.1 / 2016-06-28

*   Fix default env issue where ENV['RAILS_ENV'] nor ENV['RACK_ENV'] is set
    by adding default string.

### 2.0 / 2016-05-31

*   Rewrote for compatibility with cartage 2.0.

    *   Renamed Cartage::Rack to Cartage::Rack::Simple and created a *new*
        Cartage::Rack that returns more information.

    *   Extracted metadata gathering out of Cartage::Rack and into
        Cartage::Rack::Metadata.

    *   Deprecated Cartage::Rack.mount in favour of Cartage::Rack() and
        Cartage::Rack::Simple() methods.

*   1 governance change

    *   cartage-rack is now under the Kinetic Cafe Open Source [Code of
        Conduct][kccoc].

### 1.1 / 2015-04-11

*   2 minor enhancements

    *   Implemented Cartage::Rack#inspect to prevent `rake routes` from
        presenting badly.

    *   Preparing for a future Cartage change to the contents of the
        `release_hashref` file. The future `release_hashref` will be two lines:

            hashref
            timestamp

        If `release_hashref` has two lines, the timestamp will be included in
        the response. A timestamp will not be included if there is no
        `release_hashref` file.

*   1 development change

    *   Implemented tests for Cartage::Rack.

### 1.0 / 2015-03-20

*   1 major enhancement

    *   Birthday!

[kccoc]: https://github.com/KineticCafe/code-of-conduct

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cartage-rack-2.2 History.md