flydata 0.0.5.5 → 0.0.5.6

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5.5
1
+ 0.0.5.6
data/flydata.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "flydata"
8
- s.version = "0.0.5.5"
8
+ s.version = "0.0.5.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Koichi Fujikawa"]
12
- s.date = "2013-10-18"
12
+ s.date = "2014-02-25"
13
13
  s.description = "FlyData Command Line Interface"
14
14
  s.email = "sysadmin@flydata.co"
15
15
  s.executables = ["flydata"]
@@ -59,7 +59,7 @@ Gem::Specification.new do |s|
59
59
  s.homepage = "http://flydata.co/"
60
60
  s.licenses = ["All right reserved."]
61
61
  s.require_paths = ["lib"]
62
- s.rubygems_version = "1.8.23"
62
+ s.rubygems_version = "1.8.28"
63
63
  s.summary = "FlyData CLI"
64
64
 
65
65
  if s.respond_to? :specification_version then
@@ -27,7 +27,7 @@ module Flydata
27
27
 
28
28
  choice = nil
29
29
  say('Please select your log path for setting log deletion.')
30
- say(" (About log deletion - http://docs.hapyrus.com/faq/how-log-deletion-works/)")
30
+ say(" (About log deletion - http://flydata.com/how-to-uninstall-flydata/)")
31
31
  newline
32
32
  choose do |menu|
33
33
  menu.index = :letter
@@ -306,7 +306,7 @@ module Flydata
306
306
  say("** Log deletion setting **")
307
307
  say("Flydata has a log deletion feature that flydata will delete old log archives uploaded by flydata automatically.")
308
308
  say("Flydata will delete logs whose last modified timestamp is 7 days ago.")
309
- say("For more details - http://docs.hapyrus.com/faq/how-log-deletion-works/")
309
+ say("For more details - http://flydata.com/how-to-uninstall-flydata/")
310
310
  ask_yes_no("Set auto log deletion mode?")
311
311
  end
312
312
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flydata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.5
4
+ version: 0.0.5.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-18 00:00:00.000000000 Z
12
+ date: 2014-02-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -234,7 +234,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
234
234
  version: '0'
235
235
  segments:
236
236
  - 0
237
- hash: 3003976243049248433
237
+ hash: -1502347262037926144
238
238
  required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  none: false
240
240
  requirements:
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  version: '0'
244
244
  requirements: []
245
245
  rubyforge_project:
246
- rubygems_version: 1.8.23
246
+ rubygems_version: 1.8.28
247
247
  signing_key:
248
248
  specification_version: 3
249
249
  summary: FlyData CLI