flydata 0.0.1.2011102901 → 0.0.2.rc1
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 +1 -1
- data/flydata.gemspec +3 -3
- data/lib/flydata/command/setlogdel.rb +1 -0
- data/lib/flydata/command/setup.rb +1 -0
- metadata +6 -6
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2.rc1
|
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.
|
|
8
|
+
s.version = "0.0.2.rc1"
|
|
9
9
|
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Koichi Fujikawa"]
|
|
12
|
-
s.date = "2012-10-
|
|
12
|
+
s.date = "2012-10-30"
|
|
13
13
|
s.description = "FlyData Command Line Interface"
|
|
14
14
|
s.email = "sysadmin@flydata.co"
|
|
15
15
|
s.executables = ["flydata"]
|
|
@@ -100,6 +100,7 @@ module Flydata
|
|
|
100
100
|
say("** Log deletion setting **")
|
|
101
101
|
say("Flydata has a log deletion feature that flydata will delete old log archives uploaded by flydata automatically.")
|
|
102
102
|
say("Flydata will delete logs whose last modified timestamp is 7 days ago.")
|
|
103
|
+
say("For more details - http://docs.hapyrus.com/faq/how-log-deletion-works/")
|
|
103
104
|
ask_yes_no("Set auto log deletion mode?")
|
|
104
105
|
end
|
|
105
106
|
def create_log_entry(path, log_deletion)
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flydata
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.2.rc1
|
|
5
|
+
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Koichi Fujikawa
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-10-
|
|
12
|
+
date: 2012-10-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rest-client
|
|
@@ -275,13 +275,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
275
275
|
version: '0'
|
|
276
276
|
segments:
|
|
277
277
|
- 0
|
|
278
|
-
hash: -
|
|
278
|
+
hash: -972317141039674184
|
|
279
279
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
280
280
|
none: false
|
|
281
281
|
requirements:
|
|
282
|
-
- - ! '
|
|
282
|
+
- - ! '>'
|
|
283
283
|
- !ruby/object:Gem::Version
|
|
284
|
-
version:
|
|
284
|
+
version: 1.3.1
|
|
285
285
|
requirements: []
|
|
286
286
|
rubyforge_project:
|
|
287
287
|
rubygems_version: 1.8.23
|