--- !ruby/object:Gem::Specification name: uniq_identifier version: !ruby/object:Gem::Version version: 0.1.1 platform: ruby authors: - Joel AZEMAR autorequire: bindir: bin cert_chain: [] date: 2017-10-02 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.4' description: Add an uniq identifier on your models email: - joel.azemar@gmail.com executables: - console - setup extensions: [] extra_rdoc_files: [] files: - ".coveralls.yml" - ".gitignore" - ".rspec" - ".travis.yml" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - lib/generators/uniq_identifier/add_generator.rb - lib/generators/uniq_identifier/install_generator.rb - lib/generators/uniq_identifier/templates/README-active_record - lib/generators/uniq_identifier/templates/README-mongoid - lib/generators/uniq_identifier/templates/migration.rb - lib/generators/uniq_identifier/templates/uniq_identifier.rb - lib/uniq_identifier.rb - lib/uniq_identifier/configuration.rb - lib/uniq_identifier/configure.rb - lib/uniq_identifier/hook.rb - lib/uniq_identifier/railtie.rb - lib/uniq_identifier/version.rb - spec/generators/active_record/add_generator_spec.rb - spec/generators/mongoid/add_generator_spec.rb - spec/generators/uniq_identifier/install_generator_spec.rb - spec/spec_helper.rb - spec/support/adapters/active_record.rb - spec/support/adapters/mongoid.rb - spec/support/adapters/mongoid.yml - spec/support/class_generator.rb - spec/support/fake_generator.rb - spec/support/schema.rb - spec/uniq_identifier/configuration_spec.rb - spec/uniq_identifier/uniq_identifier_spec.rb - uniq_identifier.gemspec homepage: https://github.com/joel/uniq_identifier licenses: - MIT 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: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: Add an uniq identifier test_files: - spec/generators/active_record/add_generator_spec.rb - spec/generators/mongoid/add_generator_spec.rb - spec/generators/uniq_identifier/install_generator_spec.rb - spec/spec_helper.rb - spec/support/adapters/active_record.rb - spec/support/adapters/mongoid.rb - spec/support/adapters/mongoid.yml - spec/support/class_generator.rb - spec/support/fake_generator.rb - spec/support/schema.rb - spec/uniq_identifier/configuration_spec.rb - spec/uniq_identifier/uniq_identifier_spec.rb