File: version.rb

package info (click to toggle)
ruby-entypo-rails 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 508 kB
  • sloc: ruby: 59; sh: 43; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
module Entypo

  # Gem version
  VERSION = "3.0.0"

  # Entypo font version
  FONT_VERSION = "2.0-20121031"
end