marathon-scooter 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/scooter/commands/clean.rb +3 -3
- data/lib/scooter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9188789d70a2e520dfdfe0cbf5570b640a70ed8
|
4
|
+
data.tar.gz: 703261162dc2b6e0e1bc4878721e91e24f213100
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23e461ccebde469721904b1e85588f637602ffd173401d6cb433ea6cdfddb58dc7f2d59baf55c5aa3a36445cf40115a5dffd57143dbdb57f898ceccaba31e3ef
|
7
|
+
data.tar.gz: 732af951b9b09d76ab579f2877d059121df787fbd5e61a0b53ae61ec99956d4e83df7fcd11e35bf28d974b8cd60cff2abf47f60485d87736e5dc6269c35d6e1b
|
data/CHANGELOG.md
CHANGED
@@ -24,11 +24,11 @@ module Scooter
|
|
24
24
|
next
|
25
25
|
end
|
26
26
|
|
27
|
-
|
27
|
+
# Prefix with a leading slash if missing
|
28
|
+
local_ids << (config['id'].start_with?('/') ? config['id'] : "/#{config['id']}")
|
28
29
|
end
|
29
30
|
|
30
|
-
# Iterate
|
31
|
-
apps = ::Marathon::App.list
|
31
|
+
# Iterate the apps
|
32
32
|
::Marathon::App.list.each do |app|
|
33
33
|
|
34
34
|
next if local_ids.include? app.id
|
data/lib/scooter/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: marathon-scooter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yieldbot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colorize
|