easy-api 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,9 +15,9 @@ module Easy::Api
15
15
  def self.messages
16
16
  {
17
17
  :invalid => "Invalid request",
18
- :unauthorized => "This request requires a valid Private API Key",
18
+ :unauthorized => "Unauthorized request",
19
19
  :not_found => "Resource not found",
20
- :unexpected => 'Sorry! An exception has occured. Please try again later',
20
+ :unexpected => 'Sorry! An exception has occurred',
21
21
  }
22
22
  end
23
23
 
@@ -1,5 +1,5 @@
1
1
  module Easy
2
2
  module Api
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy-api
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shevaun Coker