0.0
No commit activity in last 3 years
No release in over 3 years
ActsAsLink provides: verification if a link is broken; verification if a link is to an image; shortening links with bit.ly. Enjoy! ;)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3.0

Runtime

= 0.6.1
 Project Readme

ActsAsLink

ActsAsLink provides:

  • verification if a link is broken;
  • verification if a link is to an image;
  • shortening links with bit.ly.

Enjoy! ;)

Installation

gem install acts_as_link

Example

require 'rubygems'
require 'acts_as_link'

link = ActsAsLink::Link.new('http://google.com')
link.is_broken?     #false
link.is_an_image?   #false
link.shorten        #"http://bit.ly/esVFpo"

Maintainers

How to collaborate

If you would collaborate, you can create a fork, apply the modification and submit a pull request :)