url_expander 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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