turbot 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -286,7 +286,8 @@ class Turbot::Command::Bots < Turbot::Command::Base
286
286
  result = api.update_draft_data(bot, config, batch.to_json)
287
287
  end
288
288
  puts "Sent #{count} records."
289
- puts "View your records at http://turbot.opencorporates.com/bots/#{bot}"
289
+ index_name = "#{bot}-#{config['data_type']}"
290
+ puts "View your records at 'http://turbot.opencorporates.com/bots/#{index_name}'"
290
291
  end
291
292
 
292
293
  private
@@ -1,3 +1,3 @@
1
1
  module Turbot
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: