Sha256: 88230993f674719dd48b3adbe2454a1d9b79f4fe273f87dad823feab4218ef58

Contents?: true

Size: 605 Bytes

Versions: 32

Compression:

Stored size: 605 Bytes

Contents

# == Schema Information
#
# Table name: tagsets
#
#  id          :integer          not null, primary key
#  title       :string(255)
#  description :text
#  created_at  :datetime         not null
#  updated_at  :datetime         not null
#  harvest     :boolean          default(FALSE)
#

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html

one:
  title: Hunt Library
  description: Tags about Hunt Library

two:
  title: D. H. Hill Library
  description: Tags about D. H. Hill Library

testing:
  title: Testing tagset
  description: Tags for testing
  harvest: true

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
lentil-1.0.5 test/fixtures/lentil/tagsets.yml
lentil-1.0.4 test/fixtures/lentil/tagsets.yml
lentil-1.0.3 test/fixtures/lentil/tagsets.yml
lentil-1.0.2 test/fixtures/lentil/tagsets.yml
lentil-1.0.1 test/fixtures/lentil/tagsets.yml
lentil-1.0.0 test/fixtures/lentil/tagsets.yml
lentil-0.9.1 test/fixtures/lentil/tagsets.yml
lentil-0.9.0 test/fixtures/lentil/tagsets.yml
lentil-0.8.0 test/fixtures/lentil/tagsets.yml
lentil-0.7.1 test/fixtures/lentil/tagsets.yml
lentil-0.6.0 test/fixtures/lentil/tagsets.yml
lentil-0.5.2 test/fixtures/lentil/tagsets.yml
lentil-0.5.1 test/fixtures/lentil/tagsets.yml
lentil-0.5.0 test/fixtures/lentil/tagsets.yml
lentil-0.4.2 test/fixtures/lentil/tagsets.yml
lentil-0.4.0 test/fixtures/lentil/tagsets.yml
lentil-0.3.1 test/fixtures/lentil/tagsets.yml
lentil-0.3.0 test/fixtures/lentil/tagsets.yml
lentil-0.2.3 test/fixtures/lentil/tagsets.yml
lentil-0.2.2 test/fixtures/lentil/tagsets.yml