pagoda 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/pagoda +2 -2
- data/lib/pagoda/cli/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: 31f195181ab2be9dcc9cebc481e659f371241be2
|
4
|
+
data.tar.gz: 22896b6aee6dc963e3a152a2940a933d9fd1b395
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c78d998d721daab24e7853fd3703e9a5721bb38868ba1fe132fa8d0c8ee5c4484a6e4a49c33147f3f1fcd143aa097a995d9bd9ecaa041519ceb2df1df51c91cd
|
7
|
+
data.tar.gz: ff3c45ed81a8f117e0e1818c20fbc19c90ee9dc1f4bf17e758cbd878edeacfc9cdd17303a479566892e9b4367485b32b3f9a77b42b981c3fce545b1193e11d52
|
data/bin/pagoda
CHANGED
@@ -66,8 +66,8 @@ post do |global,command,options,args|
|
|
66
66
|
end
|
67
67
|
|
68
68
|
on_error do |exception|
|
69
|
-
|
70
|
-
|
69
|
+
if exception.class == RestClient::Unauthorized
|
70
|
+
Pagoda::Command::Base.error "Username or Password is invald"
|
71
71
|
if 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
|
data/lib/pagoda/cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pagoda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lyon Hill
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-05
|
11
|
+
date: 2013-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|