Sha256: 1fcb4f2b99bdac1e2ade3b879d841b46eca3f9023b04a25b3573f3f1d5900884
Contents?: true
Size: 328 Bytes
Versions: 1
Compression:
Stored size: 328 Bytes
Contents
module OEmbed class Version MAJOR = 0 MINOR = 14 PATCH = 1 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.14.1 | lib/oembed/version.rb |