Sha256: a8fca91a3f65e9d81a8906cb7fb6e3ecc6c97ea2674548144406006eca58288c
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
module OEmbed class Version MAJOR = 0 MINOR = 10 PATCH = 0 STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" class << self # A String representing the current version of the OEmbed gem. def inspect STRING end alias_method :to_s, :inspect end end VERSION = Version::STRING end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-oembed-0.10.0 | lib/oembed/version.rb |