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.
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Shelly
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
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: 13
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 11
10
- version: 0.1.11
9
+ - 12
10
+ version: 0.1.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shelly Cloud team