shelly 0.1.11 → 0.1.12
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/lib/shelly/cli/main.rb +1 -1
- data/lib/shelly/version.rb +1 -1
- metadata +3 -3
data/lib/shelly/cli/main.rb
CHANGED
|
@@ -277,7 +277,7 @@ We have been notified about it. We will be adding new resources shortly}
|
|
|
277
277
|
|
|
278
278
|
if options[:tail]
|
|
279
279
|
loop do
|
|
280
|
-
logs = app.application_logs(:from => logs['range']['last'])
|
|
280
|
+
logs = app.application_logs(:from => logs['range']['last'], :source => options[:source])
|
|
281
281
|
print_logs(logs)
|
|
282
282
|
sleep 1
|
|
283
283
|
end
|
data/lib/shelly/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shelly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 12
|
|
10
|
+
version: 0.1.12
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Shelly Cloud team
|