seed_dump 0.5.2 → 0.5.3

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.
Files changed (4) hide show
  1. data/Rakefile +3 -3
  2. data/VERSION +1 -1
  3. data/seed_dump.gemspec +3 -3
  4. metadata +3 -2
data/Rakefile CHANGED
@@ -7,9 +7,9 @@ begin
7
7
  gem.name = "seed_dump"
8
8
  gem.summary = "{Seed Dumper for Rails}"
9
9
  gem.description = %Q{Dump (parts) of your database to db/seeds.rb to get a headstart creating a meaningful seeds.rb file}
10
- gem.email = "rob.halff@gmail.com"
11
- gem.homepage = "https://github.com/rroblak/seed_dump"
12
- gem.authors = ["Rob Halff"]
10
+ gem.email = 'rroblak@gmail.com'
11
+ gem.homepage = 'https://github.com/rroblak/seed_dump'
12
+ gem.authors = ['Rob Halff', 'Ryan Oblak']
13
13
  end
14
14
  Jeweler::GemcutterTasks.new
15
15
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.2
1
+ 0.5.3
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "seed_dump"
8
- s.version = "0.5.2"
8
+ s.version = "0.5.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Rob Halff"]
11
+ s.authors = ["Rob Halff", "Ryan Oblak"]
12
12
  s.date = "2013-06-17"
13
13
  s.description = "Dump (parts) of your database to db/seeds.rb to get a headstart creating a meaningful seeds.rb file"
14
- s.email = "rob.halff@gmail.com"
14
+ s.email = "rroblak@gmail.com"
15
15
  s.extra_rdoc_files = [
16
16
  "README.rdoc"
17
17
  ]
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seed_dump
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Rob Halff
9
+ - Ryan Oblak
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
@@ -13,7 +14,7 @@ date: 2013-06-17 00:00:00.000000000 Z
13
14
  dependencies: []
14
15
  description: Dump (parts) of your database to db/seeds.rb to get a headstart creating
15
16
  a meaningful seeds.rb file
16
- email: rob.halff@gmail.com
17
+ email: rroblak@gmail.com
17
18
  executables: []
18
19
  extensions: []
19
20
  extra_rdoc_files: