firefly 1.5.3
Firefly is your own personal URL shortener for your own domain. It's written in Ruby and powered by Sinatra. You can run it with any Rack-capable web server.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (8):
            dm-aggregates
            ~> 1.0.2
          
          
            dm-core
            ~> 1.0.2
          
          
            dm-migrations
            ~> 1.0.2
          
          
            dm-mysql-adapter
            ~> 1.0.2
          
          
            dm-transactions
            ~> 1.0.2
          
          
            escape_utils
            ~> 0.2.3
          
          
            haml
            ~> 3.0.18
          
          
            sinatra
            ~> 1.2.6
          
    