Sha256: a0beaa2924947b1d4b36bfb420d5cc2c013297e8c088df7d5d1635bbc54048ca

Contents?: true

Size: 998 Bytes

Versions: 10

Compression:

Stored size: 998 Bytes

Contents

require 'spec/rake/spectask'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "acts-as-taggable-on"
    gemspec.summary = "ActsAsTaggableOn is a tagging plugin for Rails that provides multiple tagging contexts on a single model."
    gemspec.description = "With ActsAsTaggableOn, you could tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality."
    gemspec.email = "michael@intridea.com"
    gemspec.homepage = "http://github.com/mbleigh/acts-as-taggable-on"
    gemspec.authors = ["Michael Bleigh"]
    gemspec.files =  FileList["[A-Z]*", "{lib,spec,rails}/**/*"] - FileList["**/*.log"]
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

desc 'Default: run specs'
task :default => :spec
Spec::Rake::SpecTask.new do |t|
  t.spec_files = FileList["spec/**/*_spec.rb"]
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
acts-as-taggable-on-1.0.12 Rakefile
di-acts-as-taggable-1.0.3 Rakefile
di-acts-as-taggable-1.0.2 Rakefile
di-acts-as-taggable-1.0.1 Rakefile
di-acts-as-taggable-1.0 Rakefile
acts-as-taggable-on-1.0.11 Rakefile
acts-as-taggable-on-1.0.10 Rakefile
acts-as-taggable-on-1.0.9 Rakefile
acts-as-taggable-on-1.0.8 Rakefile
acts-as-taggable-on-1.0.7 Rakefile