Sha256: 62e5e6d354782f21343803ad4415f7efd59cda1e2a7c918369bbf3f228a859b1
Contents?: true
Size: 979 Bytes
Versions: 1
Compression:
Stored size: 979 Bytes
Contents
class Redis class Ick # # Version plan/history: # # 0.0.1 - Still in Prosperworks/ALI/vendor/gems/redis-ick. # # 0.0.2 - Broke out into Prosperworks/redis-ick, make public. # # 0.0.3 - Got .travis.yml working with a live redis-server. # # Runtime dependency on redis-script_manager for # Ick._eval. # # Initial Rubocop integration. # # Misc cleanup. # # 0.0.4 - Imported text from original design doc to README.md, polish. # # Rubocop polish and defiance. # # Development dependency on redis-key_hash to test # prescriptive hash claims. Identified limits of # prescriptive hash robustness. # # 0.1.0 - (future) Big README.md and Rdoc update, solicit feedback # from select external beta users. # # 0.2.0 - (future) Incorporate feedback, announce. # VERSION = '0.0.4'.freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redis-ick-0.0.4 | lib/redis/ick/version.rb |