--- !ruby/object:Gem::Specification name: auto_increment version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Felipe Diesel autorequire: bindir: bin cert_chain: [] date: 2014-04-30 00:00:00.000000000 Z dependencies: [] description: Automaticaly increments a string or integer field in ActiveRecord. email: - felipediesel@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - README.markdown - Rakefile - auto_increment.gemspec - lib/auto_increment.rb - lib/auto_increment/active_record.rb - lib/auto_increment/version.rb - test/app/Gemfile - test/app/app/controllers/application_controller.rb - test/app/app/helpers/application_helper.rb - test/app/app/views/layouts/application.html.erb - test/app/config.ru - test/app/config/application.rb - test/app/config/boot.rb - test/app/config/environment.rb - test/app/config/environments/development.rb - test/app/config/environments/production.rb - test/app/config/environments/test.rb - test/auto_increment_test.rb - test/test_helper.rb homepage: http://github.com/felipediesel/auto_increment licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: auto_increment rubygems_version: 2.1.11 signing_key: specification_version: 4 summary: Auto increment a string or integer field test_files: - test/app/Gemfile - test/app/app/controllers/application_controller.rb - test/app/app/helpers/application_helper.rb - test/app/app/views/layouts/application.html.erb - test/app/config.ru - test/app/config/application.rb - test/app/config/boot.rb - test/app/config/environment.rb - test/app/config/environments/development.rb - test/app/config/environments/production.rb - test/app/config/environments/test.rb - test/auto_increment_test.rb - test/test_helper.rb