Sha256: 2dc74850fce8530961711d3ef807904af7c70a5e69f1a59efd6a379f8a80d8a7
Contents?: true
Size: 663 Bytes
Versions: 1
Compression:
Stored size: 663 Bytes
Contents
class Redis class ScriptManager # # Version plan/history: # # 0.0.1 - Still in Prosperworks/ALI/vendor/gems/redis-script_manager. # # 0.0.2 - Broke out into Prosperworks/redis-script_manager, make public. # # 0.0.3 - Got .travis.yml working with a live redis-server. # # Initial Rubocop integration. # # Misc cleanup. # # 0.0.4 - Rubocop polish and defiance. # # 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-script_manager-0.0.4 | lib/redis/script_manager/version.rb |