Sha256: 013fa6d9be157204dca7561d328687e8b4d3dab9b1ac9ad6139b6b35431622d9
Contents?: true
Size: 862 Bytes
Versions: 1
Compression:
Stored size: 862 Bytes
Contents
module Ominous VERSION = "0.1.0" end # History # ======= # # 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.0 | lib/ominous/version.rb |