Sha256: 85ee8d3e6535a9d84cf7ced74cb1bf47cbcf8bf30791cbe25a6a10bac6b126db
Contents?: true
Size: 916 Bytes
Versions: 5
Compression:
Stored size: 916 Bytes
Contents
# frozen_string_literal: true # Copyright (c) 2018-2022 The Ruby Citation File Format Developers. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # This library provides a Ruby interface to manipulate CITATION.cff files. The # primary entry points are Index and File. # # See the [CITATION.cff documentation](https://citation-file-format.github.io/) # for more details. module CFF; end require_relative 'cff/file'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cff-1.3.0 | lib/cff.rb |
cff-1.2.0 | lib/cff.rb |
cff-1.1.0 | lib/cff.rb |
cff-1.0.1 | lib/cff.rb |
cff-1.0.0 | lib/cff.rb |