Sha256: d1c0d27732530a02c03edb004441267a83022f0074df233c914c162d22db8d7e
Contents?: true
Size: 987 Bytes
Versions: 1
Compression:
Stored size: 987 Bytes
Contents
module Ominous VERSION = "0.1.1" end # History # ======= # # 0.1.1 # ----- # Fix bug where trying to humanize the name to create a title cause an error # because the name was absent # # 0.1.0 # ----- # Move to beta # # Rename ominous helper methods to remove likelihood of method classes in # host app. # # 0.0.5 # ----- # Moved text decoration of warnings and closers to models. # # Upgrading to this version requires a migration: # # rake ominous:install:migrations # rake db:migrate # # In use, the separation of text (in translations) from the warning objects was # confusing. It proved difficult for users to create new warning, and match them # to translations. # # By using a more standard arrangement, translation options can be added to the # host app, where all text output can be handled the same way, and therefore # users will be familiar with the process of updating text. # # 0.0.4 # ----- # First working version. No history before this version. #
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ominous-0.1.1 | lib/ominous/version.rb |