tabs.gemspec in tabs-0.7.1 vs tabs.gemspec in tabs-0.8.0

- old
+ new

@@ -16,15 +16,17 @@ gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] - gem.post_install_message = <<TXT -**** NOTICE **** -Please note there are breaking changes in this version of tabs! -Existing data cannot be read because of changes to the redis key patterns. -Please continue to use version 0.5.6 if you need to access existing metric data." -TXT + gem.post_install_message = <<EOS +Tabs v0.8.0 - BREAKING CHANGES: +The get_stats method now returns a more robust object instead of just +an array of hashes. Existing data will continue to work (no changes were +made to the underlying Redis keys). However, application code using +tabs may need to be changed. Please review the README after installing +v0.8.0 or higher. +EOS gem.add_dependency "activesupport", ">= 3.2" gem.add_dependency "json", ">= 1.7" gem.add_dependency "redis", "~> 3.0.0"