File: version.rb

package info (click to toggle)
ruby-faker 2.21.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,076 kB
  • sloc: ruby: 19,088; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# frozen_string_literal: true

module Faker # :nodoc:
  VERSION = '2.21.0'
end