jqr-postgres_sequence_support 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.0.4. Cleanup of gem release and proper Rails plugin support.
2
+
1
3
  v0.0.3. Initial gem release.
2
4
 
3
5
  v0.0.2. Added create_sequence an drop_sequence by Jonathan Tron [JonathanTron].
data/Manifest CHANGED
@@ -1,6 +1,8 @@
1
1
  CHANGELOG
2
+ init.rb
3
+ lib/postgres_sequence_support.rb
2
4
  LICENSE
3
- postgres_sequences.rb
5
+ Manifest
6
+ postgres_sequence_support.gemspec
4
7
  Rakefile
5
8
  README.rdoc
6
- Manifest
data/init.rb ADDED
@@ -0,0 +1 @@
1
+ require 'postgres_sequence_support'
@@ -2,15 +2,15 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{postgres_sequence_support}
5
- s.version = "0.0.3"
5
+ s.version = "0.0.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Elijah Miller"]
9
9
  s.date = %q{2009-01-15}
10
10
  s.description = %q{Easy manipulation of PostgreSQL sequences from ActiveRecord.}
11
11
  s.email = %q{elijah.miller@gmail.com}
12
- s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.rdoc"]
13
- s.files = ["CHANGELOG", "LICENSE", "postgres_sequences.rb", "Rakefile", "README.rdoc", "Manifest", "postgres_sequence_support.gemspec"]
12
+ s.extra_rdoc_files = ["CHANGELOG", "lib/postgres_sequence_support.rb", "LICENSE", "README.rdoc"]
13
+ s.files = ["CHANGELOG", "init.rb", "lib/postgres_sequence_support.rb", "LICENSE", "Manifest", "postgres_sequence_support.gemspec", "Rakefile", "README.rdoc"]
14
14
  s.has_rdoc = true
15
15
  s.homepage = %q{}
16
16
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Postgres_sequence_support", "--main", "README.rdoc"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jqr-postgres_sequence_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elijah Miller
@@ -29,16 +29,18 @@ extensions: []
29
29
 
30
30
  extra_rdoc_files:
31
31
  - CHANGELOG
32
+ - lib/postgres_sequence_support.rb
32
33
  - LICENSE
33
34
  - README.rdoc
34
35
  files:
35
36
  - CHANGELOG
37
+ - init.rb
38
+ - lib/postgres_sequence_support.rb
36
39
  - LICENSE
37
- - postgres_sequences.rb
38
- - Rakefile
39
- - README.rdoc
40
40
  - Manifest
41
41
  - postgres_sequence_support.gemspec
42
+ - Rakefile
43
+ - README.rdoc
42
44
  has_rdoc: true
43
45
  homepage: ""
44
46
  post_install_message: