# -*- encoding: utf-8 -*- # stub: auto_increment 0.2 ruby lib Gem::Specification.new do |s| s.name = "auto_increment".freeze s.version = "0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Felipe Diesel".freeze] s.date = "2011-03-31" s.description = "Automaticaly increments a string or integer field in ActiveRecord.".freeze s.email = ["felipediesel@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Rakefile".freeze, "auto_increment.gemspec".freeze, "lib/auto_increment.rb".freeze, "lib/auto_increment/active_record.rb".freeze, "lib/auto_increment/version.rb".freeze, "test/app/Gemfile".freeze, "test/app/app/controllers/application_controller.rb".freeze, "test/app/app/helpers/application_helper.rb".freeze, "test/app/app/views/layouts/application.html.erb".freeze, "test/app/config.ru".freeze, "test/app/config/application.rb".freeze, "test/app/config/boot.rb".freeze, "test/app/config/environment.rb".freeze, "test/app/config/environments/development.rb".freeze, "test/app/config/environments/production.rb".freeze, "test/app/config/environments/test.rb".freeze, "test/auto_increment_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://felipediesel.com".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Auto increment a string or integer field".freeze s.test_files = ["test/app/Gemfile".freeze, "test/app/app/controllers/application_controller.rb".freeze, "test/app/app/helpers/application_helper.rb".freeze, "test/app/app/views/layouts/application.html.erb".freeze, "test/app/config.ru".freeze, "test/app/config/application.rb".freeze, "test/app/config/boot.rb".freeze, "test/app/config/environment.rb".freeze, "test/app/config/environments/development.rb".freeze, "test/app/config/environments/production.rb".freeze, "test/app/config/environments/test.rb".freeze, "test/auto_increment_test.rb".freeze, "test/test_helper.rb".freeze] end