flydata.gemspec in flydata-0.7.19 vs flydata.gemspec in flydata-0.8.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "flydata" - s.version = "0.7.19" + s.version = "0.8.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Koichi Fujikawa", "Masashi Miyazaki", "Matthew Luu", "Mak Inada", "Sriram NS"] - s.date = "2017-02-01" + s.date = "2017-02-03" s.description = "FlyData Agent" s.email = "sysadmin@flydata.com" s.executables = ["fdredshift", "flydata", "serverinfo", "split_sync_ddl.rb"] s.extensions = ["ext/flydata/json/extconf.rb", "ext/flydata/source_mysql/parser/extconf.rb"] s.files = [ @@ -204,14 +204,17 @@ "lib/flydata/fluent-plugins/out_forward_ssl.rb", "lib/flydata/flydata_crontab.sh", "lib/flydata/helper/action/agent_action.rb", "lib/flydata/helper/action/check_abnormal_shutdown.rb", "lib/flydata/helper/action/check_remote_actions.rb", + "lib/flydata/helper/action/clear.rb", "lib/flydata/helper/action/repair.rb", "lib/flydata/helper/action/restart_agent.rb", + "lib/flydata/helper/action/resync.rb", "lib/flydata/helper/action/send_logs.rb", "lib/flydata/helper/action/stop_agent.rb", + "lib/flydata/helper/action/stop_helper.rb", "lib/flydata/helper/action/update_helper_config.rb", "lib/flydata/helper/action_ownership.rb", "lib/flydata/helper/action_ownership_channel.rb", "lib/flydata/helper/base_action.rb", "lib/flydata/helper/config_parser.rb", @@ -360,11 +363,13 @@ "spec/flydata/fluent-plugins/in_mysql_binlog_flydata_spec.rb", "spec/flydata/fluent-plugins/in_postgresql_query_based_flydata_spec.rb", "spec/flydata/fluent-plugins/sync_source_plugin_context.rb", "spec/flydata/helper/action/check_abnormal_shutdown_spec.rb", "spec/flydata/helper/action/check_remote_actions_spec.rb", + "spec/flydata/helper/action/clear_spec.rb", "spec/flydata/helper/action/repair_spec.rb", "spec/flydata/helper/action/restart_agent_spec.rb", + "spec/flydata/helper/action/resync_spec.rb", "spec/flydata/helper/action/send_logs_spec.rb", "spec/flydata/helper/action/stop_agent_spec.rb", "spec/flydata/helper/action_ownership_channel_spec.rb", "spec/flydata/helper/action_ownership_spec.rb", "spec/flydata/helper/config_parser_spec.rb",