flydata 0.0.3.7 → 0.0.3.8
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 +1 -1
- data/lib/flydata/api_client.rb +1 -0
- data/lib/flydata/command/sender.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.3.
|
|
1
|
+
0.0.3.8
|
data/flydata.gemspec
CHANGED
data/lib/flydata/api_client.rb
CHANGED
|
@@ -22,7 +22,7 @@ module Flydata
|
|
|
22
22
|
#wait_until_logs_uploaded
|
|
23
23
|
|
|
24
24
|
data_port = flydata.data_port.get
|
|
25
|
-
say("Go to your Dashboard! #{
|
|
25
|
+
say("Go to your Dashboard! #{flydata.flydata_api_host}/data_ports/#{data_port['id']}")
|
|
26
26
|
say <<EOF
|
|
27
27
|
Please Note: Records and Total Size are updated every 5 minutes. You can download logs one hour after they are generated as they are sent to s3 once per hour.
|
|
28
28
|
EOF
|
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.8
|
|
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: 4102998954962470010
|
|
279
279
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
280
280
|
none: false
|
|
281
281
|
requirements:
|