Sha256: 3ff172571ca849cae1f75aa5f7d527dd3894b6368dce6ffcf5ab6f146f105cd8

Contents?: true

Size: 861 Bytes

Versions: 3

Compression:

Stored size: 861 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/tagalong/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Andrew De Ponte"]
  gem.email         = ["cyphactor@gmail.com"]
  gem.description   = %q{A Rails tagging plugin that makes sense.}
  gem.summary       = %q{A Rails tagging plugin that makes sense.}
  gem.homepage      = "http://github.com/cyphactor/tagalong"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "tagalong"
  gem.require_paths = ["lib"]
  gem.version       = Tagalong::VERSION

  gem.add_dependency "activerecord"
  gem.add_development_dependency "sqlite3"
  gem.add_development_dependency "rspec"
  gem.add_development_dependency "rake"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tagalong-0.0.7 tagalong.gemspec
tagalong-0.0.6 tagalong.gemspec
tagalong-0.0.5 tagalong.gemspec