Sha256: 5e42c133ccb57e625bbc67a2e1966a6b9bbd78840b4b56820c8606d8d43bfd09
Contents?: true
Size: 514 Bytes
Versions: 1
Compression:
Stored size: 514 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'tag_ringtail' s.version = '0.0.1' s.authors = ['Bob McClellan Jr'] s.email = ['bob.mcclellan@gmail.com'] s.homepage = 'https://github.com/kabobbob/tag_ringtail' s.summary = 'The Tag Ringtail' s.description = 'This friendly ringtail gives you tags in your Rails app.' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec}/*`.split("\n") s.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tag_ringtail-0.0.1 | tag_ringtail.gemspec |