--- !ruby/object:Gem::Specification 
name: auto_increment
version: !ruby/object:Gem::Version 
  hash: 9
  prerelease: 
  segments: 
  - 0
  - 1
  version: "0.1"
platform: ruby
authors: 
- Felipe Diesel
autorequire: 
bindir: bin
cert_chain: []

date: 2011-02-20 00:00:00 -03:00
default_executable: 
dependencies: []

description: Automaticaly increments a string or integer field in ActiveRecord.
email: 
- felipediesel@gmail.com
executables: []

extensions: []

extra_rdoc_files: []

files: 
- .gitignore
- Gemfile
- 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
has_rdoc: true
homepage: http://felipediesel.com
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: auto_increment
rubygems_version: 1.5.0
signing_key: 
specification_version: 3
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