Sha256: 9b92c79f01eb093a60f27c9074fb44eb98b7667a74160690b69daec5b3231966

Contents?: true

Size: 934 Bytes

Versions: 1

Compression:

Stored size: 934 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/activerecord-reset-pk-sequence/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Spendeo InnovaciĆ³n"]
  gem.email         = ["support@splendeo.es"]
  gem.description   = %q{Id of an AR table cleaner. Works for Postgres and Sqlite.}
  gem.summary       = %q{Allows resetting the id of an AR table to 0. Useful after a delete_all. Works in Postgres and Sqlite (not MySQL) for now.}
  gem.homepage      = "https://github.com/splendeo/activerecord-reset-pk-sequence"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "activerecord-reset-pk-sequence"
  gem.require_paths = ["lib"]
  gem.version       = Activerecord::Reset::Pk::Sequence::VERSION

  gem.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord-reset-pk-sequence-0.2.0 activerecord-reset-pk-sequence.gemspec