url_expander 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +0,0 @@
1
- module UrlExpander
2
- module Expanders
3
- #
4
- # Expand 4sqr shortner
5
- # Usage:
6
- # UrlExpander::Client.expand("http://4sq.com/pQkuZk")
7
- #
8
- class Foursq < UrlExpander::Expanders::Bitly
9
- PATTERN = %r'(http://4sq\.com/([\w/]+))'
10
- end
11
- end
12
- end
@@ -1,12 +0,0 @@
1
- module UrlExpander
2
- module Expanders
3
- #
4
- # Expand Foxnews
5
- # Usage:
6
- # UrlExpander::Client.expand("http://fxn.ws/pBewvL")
7
- #
8
- class Fxnws < UrlExpander::Expanders::Bitly
9
- PATTERN = %r'(http://fxn\.ws/([\w/]+))'
10
- end
11
- end
12
- end
@@ -1,12 +0,0 @@
1
- module UrlExpander
2
- module Expanders
3
- #
4
- # Expand Newyork times
5
- # Usage:
6
- # UrlExpander::Client.expand("http://nyti.ms/dzy2b7")
7
- #
8
- class Nytims < UrlExpander::Expanders::Bitly
9
- PATTERN = %r'(http://nyti\.ms/([\w/]+))'
10
- end
11
- end
12
- end
@@ -1,12 +0,0 @@
1
- module UrlExpander
2
- module Expanders
3
- #
4
- # Expand techcruch
5
- # Usage:
6
- # UrlExpander::Client.expand("http://tcrn.ch/oe50JN")
7
- #
8
- class Tcrnch < UrlExpander::Expanders::Bitly
9
- PATTERN = %r'(http://tcrn\.ch/([\w/]+))'
10
- end
11
- end
12
- end