pagoda 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31f195181ab2be9dcc9cebc481e659f371241be2
4
- data.tar.gz: 22896b6aee6dc963e3a152a2940a933d9fd1b395
3
+ metadata.gz: 9dc917c7bcad25175b5e0871c22d3616ae011ab1
4
+ data.tar.gz: 397b7e72ac1d2c13929391eff8896e58d2b0c95e
5
5
  SHA512:
6
- metadata.gz: c78d998d721daab24e7853fd3703e9a5721bb38868ba1fe132fa8d0c8ee5c4484a6e4a49c33147f3f1fcd143aa097a995d9bd9ecaa041519ceb2df1df51c91cd
7
- data.tar.gz: ff3c45ed81a8f117e0e1818c20fbc19c90ee9dc1f4bf17e758cbd878edeacfc9cdd17303a479566892e9b4367485b32b3f9a77b42b981c3fce545b1193e11d52
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
- if exception.class == RestClient::ResourceNotFound
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"
@@ -1,5 +1,5 @@
1
1
  module Pagoda
2
2
  module CLI
3
- VERSION = "0.7.2"
3
+ VERSION = "0.7.3"
4
4
  end
5
5
  end
data/lib/pagoda-cli.rb CHANGED
@@ -1,2 +1 @@
1
- puts 'pagoda-cli'
2
1
  require 'pagoda/cli'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pagoda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lyon Hill