File: version.rb

package info (click to toggle)
ruby-jekyll-avatar 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: ruby: 424; sh: 6; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Liquid; class Tag; end; end

module Jekyll
  class Avatar < Liquid::Tag
    VERSION = "0.8.0"
  end
end