zenslap 0.2.4 → 0.2.5
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/bin/zenslap +1 -1
- data/zenslap.gemspec +1 -1
- metadata +3 -3
data/bin/zenslap
CHANGED
|
@@ -17,7 +17,7 @@ def find_app
|
|
|
17
17
|
puts "Searching for a heroku app for #{zenslap_id}"
|
|
18
18
|
heroku = Heroku::Command::Auth.new(nil).client
|
|
19
19
|
app = heroku.list.map{|a|a[0]}.find do |app|
|
|
20
|
-
heroku.config_vars(app)['
|
|
20
|
+
heroku.config_vars(app)['ZENSLAP_GITHUB_REPOSITORY'] == zenslap_id
|
|
21
21
|
end
|
|
22
22
|
error_out "Failed!" unless app
|
|
23
23
|
puts "Found #{app}"
|
data/zenslap.gemspec
CHANGED
metadata
CHANGED