flydata 0.0.3.2 → 0.0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/flydata.gemspec +1 -1
- data/lib/flydata/command/setup.rb +3 -4
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.3.
|
1
|
+
0.0.3.3
|
data/flydata.gemspec
CHANGED
@@ -37,7 +37,7 @@ module Flydata
|
|
37
37
|
begin
|
38
38
|
show_registered_entries unless shown
|
39
39
|
shown = false
|
40
|
-
choose_log_selection
|
40
|
+
choose_log_selection
|
41
41
|
newline
|
42
42
|
end while more_entry?
|
43
43
|
end
|
@@ -122,10 +122,9 @@ module Flydata
|
|
122
122
|
}
|
123
123
|
list.reject!{|x| x}
|
124
124
|
end
|
125
|
-
def choose_log_selection
|
125
|
+
def choose_log_selection
|
126
126
|
path = nil
|
127
|
-
|
128
|
-
path_options = list
|
127
|
+
path_options = build_recommended_entries
|
129
128
|
|
130
129
|
loop do
|
131
130
|
if path_options.empty?
|
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.3.
|
4
|
+
version: 0.0.3.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -275,7 +275,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
275
275
|
version: '0'
|
276
276
|
segments:
|
277
277
|
- 0
|
278
|
-
hash:
|
278
|
+
hash: 919728708478947638
|
279
279
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
280
280
|
none: false
|
281
281
|
requirements:
|