pagoda 0.7.2 → 0.7.3
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/bin/pagoda +1 -1
- data/lib/pagoda/cli/version.rb +1 -1
- data/lib/pagoda-cli.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9dc917c7bcad25175b5e0871c22d3616ae011ab1
|
|
4
|
+
data.tar.gz: 397b7e72ac1d2c13929391eff8896e58d2b0c95e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b5ff0a8450d0430ec2f0659431f166c3795e7803c735130f8702fd95138f2725571b6d3b6be5e9e573ed91f644f6461af16b86c987cb953913b160fecee6038
|
|
7
|
+
data.tar.gz: 0101bfa5cb91c95885cc766da5946fb95ae73730c82c3cfda6796ef193a3cb294e80ad11cc79e868a9aebbac2f4824712de0252f73cef84f406e816cddf60028
|
data/bin/pagoda
CHANGED
|
@@ -68,7 +68,7 @@ end
|
|
|
68
68
|
on_error do |exception|
|
|
69
69
|
if exception.class == RestClient::Unauthorized
|
|
70
70
|
Pagoda::Command::Base.error "Username or Password is invald"
|
|
71
|
-
|
|
71
|
+
elsif exception.class == RestClient::ResourceNotFound
|
|
72
72
|
Pagoda::Command::Base.error "It appears we cant find your 'resource', please try again later"
|
|
73
73
|
elsif exception.class == RestClient::InternalServerError
|
|
74
74
|
Pagoda::Command::Base.error "It appears pagodabox is having some trouble, please try again later"
|
data/lib/pagoda/cli/version.rb
CHANGED
data/lib/pagoda-cli.rb
CHANGED