shortly 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/shortly/client.rb +2 -10
  2. metadata +3 -3
@@ -29,16 +29,8 @@ module Shortly
29
29
 
30
30
  base_uri ''
31
31
 
32
- def self.shorten(url, options ={})
33
- raise MethodNotAvailableError.new("Sorry. This method is not available for given service.")
34
- end
35
-
36
- def self.expand(url, options ={})
37
- raise MethodNotAvailableError.new("Sorry. This method is not available for given service.")
38
- end
39
-
40
- def self.validate(options = {})
41
- raise MethodNotAvailableError.new("Sorry. This method is not available for given service.")
32
+ def self.method_missing(method_sym, *params)
33
+ raise MethodNotAvailableError.new("Sorry, #{method_sym} method is not implemented/available for this service.")
42
34
  end
43
35
 
44
36
  protected
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shortly
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.2
9
+ - 3
10
+ version: 0.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bagwan Pankaj