Sha256: becf018d622369e15cc2f773e6a4824c29fb9adb3fca6c56ff40b0e4da70923b

Contents?: true

Size: 242 Bytes

Versions: 10

Compression:

Stored size: 242 Bytes

Contents

require "uri"

module LongURL
  ShortURLMatchRegexp = /http:\/\/[\/\-_.a-z0-9]+/im

  # Urls for longurl
  EndPoint        = URI.parse("http://api.longurl.org/v1/expand")
  ServiceEndPoint = URI.parse("http://api.longurl.org/v1/services")
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
chuyeow-longurl-0.1.5 lib/longurl/constants.rb
jakimowicz-longurl-0.1.3 lib/longurl/constants.rb
jakimowicz-longurl-0.1.4 lib/longurl/constants.rb
jakimowicz-longurl-0.1.5 lib/longurl/constants.rb
jakimowicz-longurl-0.1.6 lib/longurl/constants.rb
longurl-0.1.6 lib/longurl/constants.rb
longurl-0.1.5 lib/longurl/constants.rb
longurl-0.1.4 lib/longurl/constants.rb
longurl-0.1.2 lib/longurl/constants.rb
longurl-0.1.3 lib/longurl/constants.rb