All Versions
43
Latest Version
Avg Release Cycle
87 days
Latest Release
1651 days ago

Changelog History
Page 3

  • v2.3.2 Changes

    August 08, 2014

    Uncategorized

    • Ensure Chamber loads Chamber::Instance in bin/chamber
    • Fix README typos
    • Add chamber secure example usage to README

    ๐Ÿ›  Bugfix

    • Special Regex characters caused values to not encrypt
    • Add a missing 'require' for configuration
    • Add missing 'pathname' requires to files that use it
  • v2.3.1 Changes

    July 10, 2014
    • made fix available for binary as well
    • specified rubinius version
    • quick fix until rubysl gets updated
  • v2.3.0 Changes

    June 29, 2014

    ๐Ÿ”‹ Feature

    • When securing files, do not rewrite the entire file
    • Add 'to_flattened_name_hash' to Settings
    • Allow Settings to filter only those which are insecure
    • Add InsecureFilter
    • Add a filter for translating secure keys

    ๐Ÿ›  Bugfix

    • When running 'chamber secure' only display insecure settings

    Uncategorized

    • Fix BooleanConversionFilter bug when nil value at top level
    • added rubinius to travis ci
    • update thor
    • fixed decryption hint description
    • glob fix for rubinius
    • Lock Hashie to 2.0.5 as 2.1 has a bug that breaks the build
    • On Ruby 1.9.x, the Pathname must be converted over to a string before Shellwords can escape it
    • Having issues with the bundler cache soooo, let's try removing it.
  • v2.2.1 Changes

    April 06, 2014
    • Expose dry-run to 'chamber secure'
  • v2.2.0 Changes

    April 06, 2014
    • Make 'chamber secure' give output progress on what it's doing
    • Update README
    • Add code coverage badge
    • Add codeclimate test coverage reporting
    • Fix badges
    • Add Ruby 2.1.1 to Travis build
    • Add Bundler cache to Travis
  • v2.1.9 Changes

    April 05, 2014
    • Allow the context resolver to accept hashes which have stringified keys but still do the correct thing
  • v2.1.8 Changes

    January 27, 2014
    • Fix the template so that both examples do not point to the same setting
  • v2.1.7 Changes

    January 27, 2014
    • The gemspec needed to have the template files included in the file list
  • v2.1.6 Changes

    January 27, 2014
    • Revert filepath changes. Abandon Thor copy method and use FileUtils instead. :angry:
  • v2.1.5 Changes

    January 27, 2014
    • Thor is doing some really weird stuff with the load path which works locally but not when deployed