Sha256: e1e1ea3f27ac51aac0f5310b3a22b4778bfb07e823b23131dce2a01ea4e538c6

Contents?: true

Size: 777 Bytes

Versions: 1

Compression:

Stored size: 777 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "tags/version"

Gem::Specification.new do |s|
  s.name= "tags"
  s.version = Tags::VERSION
  s.platform= Gem::Platform::RUBY
  s.authors = ["Austin Schneider"]
  s.email = ["soccer022483@gmail.com"]
  s.homepage= "http://github.com/soccer022483/tags"
  s.summary = "A Ruby object with the behavior of a list of tags."
  s.description = "A Ruby object with the behavior of a list of tags."
  s.rubyforge_project = "tags"
  s.post_install_message = "Thanks for installing Tags!"
  s.files = `git ls-files`.split("\n")
  s.test_files= `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tags-0.0.1 tags.gemspec