# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{tokens} s.version = "0.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nando Vieira"] s.date = %q{2010-10-06} s.email = %q{fnando.vieira@gmail.com} s.extra_rdoc_files = [ "README.rdoc" ] s.files = [ "Gemfile", "Gemfile.lock", "README.rdoc", "Rakefile", "lib/tokens.rb", "lib/tokens/active_record.rb", "lib/tokens/generator.rb", "lib/tokens/railtie.rb", "lib/tokens/token.rb", "lib/tokens/version.rb", "spec/schema.rb", "spec/spec_helper.rb", "spec/support/config/boot.rb", "spec/support/config/database.yml", "spec/support/log/test.log", "spec/support/models.rb", "spec/tokens_spec.rb", "templates/tokens.rb", "tokens.gemspec" ] s.homepage = %q{http://github.com/fnando/tokens} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Generate named tokens on your ActiveRecord models.} s.test_files = [ "spec/schema.rb", "spec/spec_helper.rb", "spec/support/config/boot.rb", "spec/support/models.rb", "spec/tokens_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end