activerecord-reset-pk-sequence 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: afc78e705059c32acf662abd51c835357fe561eb
4
+ data.tar.gz: 0eb7247da33cc5e162d8555cbe299cc325b5bdcf
5
+ SHA512:
6
+ metadata.gz: b0b85ccb600888984661ba13ec9a6a614aeec14ff5a9de2a065b88ac9a16ce27738528c33dcb5e21d981c1bfe2319e4563e511cdef19f4fc7925df0a0b47a565
7
+ data.tar.gz: 86e4d85cec6a8873355c7d5c5d2c71ed666082007413ba0516fb02466cc34410b80dc42064a86df18888bf29973973a73b447ed037d5fa875a9d8f25679d9b89
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 Splendeo Innovación
1
+ Copyright (c) 2016 Francisco Juan
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -2,11 +2,12 @@
2
2
  require File.expand_path('../lib/activerecord-reset-pk-sequence/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
- gem.authors = ["Spendeo Innovación"]
6
- gem.email = ["support@splendeo.es"]
5
+ gem.authors = ["Enrique Garcia Cota", "Thomas Kienlen", "Francisco Juan"]
6
+ gem.email = "francisco.juan@gmail.com"
7
7
  gem.description = %q{Id of an AR table cleaner. Works for Postgres and Sqlite.}
8
8
  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.}
9
- gem.homepage = "https://github.com/splendeo/activerecord-reset-pk-sequence"
9
+ gem.homepage = "https://github.com/fjuan/activerecord-reset-pk-sequence"
10
+ gem.license = 'MIT'
10
11
 
11
12
  gem.files = `git ls-files`.split($\)
12
13
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -15,5 +16,5 @@ Gem::Specification.new do |gem|
15
16
  gem.require_paths = ["lib"]
16
17
  gem.version = Activerecord::Reset::Pk::Sequence::VERSION
17
18
 
18
- gem.add_development_dependency "rake"
19
+ gem.add_development_dependency "rake", '~> 0', '> 0'
19
20
  end
@@ -2,7 +2,7 @@ module Activerecord
2
2
  module Reset
3
3
  module Pk
4
4
  module Sequence
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.1"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,40 +1,44 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-reset-pk-sequence
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
5
- prerelease:
4
+ version: 0.2.1
6
5
  platform: ruby
7
6
  authors:
8
- - Spendeo Innovación
7
+ - Enrique Garcia Cota
8
+ - Thomas Kienlen
9
+ - Francisco Juan
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2012-10-15 00:00:00.000000000 Z
13
+ date: 2016-05-15 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: rake
16
17
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
18
  requirements:
19
- - - ! '>='
19
+ - - "~>"
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ - - ">"
20
23
  - !ruby/object:Gem::Version
21
24
  version: '0'
22
25
  type: :development
23
26
  prerelease: false
24
27
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
28
  requirements:
27
- - - ! '>='
29
+ - - "~>"
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ - - ">"
28
33
  - !ruby/object:Gem::Version
29
34
  version: '0'
30
35
  description: Id of an AR table cleaner. Works for Postgres and Sqlite.
31
- email:
32
- - support@splendeo.es
36
+ email: francisco.juan@gmail.com
33
37
  executables: []
34
38
  extensions: []
35
39
  extra_rdoc_files: []
36
40
  files:
37
- - .gitignore
41
+ - ".gitignore"
38
42
  - Gemfile
39
43
  - LICENSE
40
44
  - README.md
@@ -42,29 +46,29 @@ files:
42
46
  - activerecord-reset-pk-sequence.gemspec
43
47
  - lib/activerecord-reset-pk-sequence.rb
44
48
  - lib/activerecord-reset-pk-sequence/version.rb
45
- homepage: https://github.com/splendeo/activerecord-reset-pk-sequence
46
- licenses: []
49
+ homepage: https://github.com/fjuan/activerecord-reset-pk-sequence
50
+ licenses:
51
+ - MIT
52
+ metadata: {}
47
53
  post_install_message:
48
54
  rdoc_options: []
49
55
  require_paths:
50
56
  - lib
51
57
  required_ruby_version: !ruby/object:Gem::Requirement
52
- none: false
53
58
  requirements:
54
- - - ! '>='
59
+ - - ">="
55
60
  - !ruby/object:Gem::Version
56
61
  version: '0'
57
62
  required_rubygems_version: !ruby/object:Gem::Requirement
58
- none: false
59
63
  requirements:
60
- - - ! '>='
64
+ - - ">="
61
65
  - !ruby/object:Gem::Version
62
66
  version: '0'
63
67
  requirements: []
64
68
  rubyforge_project:
65
- rubygems_version: 1.8.24
69
+ rubygems_version: 2.6.3
66
70
  signing_key:
67
- specification_version: 3
71
+ specification_version: 4
68
72
  summary: Allows resetting the id of an AR table to 0. Useful after a delete_all. Works
69
73
  in Postgres and Sqlite (not MySQL) for now.
70
74
  test_files: []