ryanb-populator 0.2.1 → 0.2.2

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
+ *0.2.2* (September 1st, 2008)
2
+
1
3
  * performance improvements
2
4
 
3
5
  * improving inline documentation
data/Manifest CHANGED
@@ -8,7 +8,6 @@ lib/populator/record.rb
8
8
  lib/populator.rb
9
9
  LICENSE
10
10
  Manifest
11
- populator.gemspec
12
11
  Rakefile
13
12
  README
14
13
  spec/database.yml
data/Rakefile CHANGED
@@ -2,13 +2,13 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('populator', '0.2.1') do |p|
5
+ Echoe.new('populator', '0.2.2') do |p|
6
6
  p.summary = "Mass populate an Active Record database."
7
7
  p.description = "Mass populate an Active Record database."
8
8
  p.url = "http://github.com/ryanb/populator"
9
9
  p.author = 'Ryan Bates'
10
10
  p.email = "ryan (at) railscasts (dot) com"
11
- p.ignore_pattern = ["script/*", "**/*.sqlite3"]
11
+ p.ignore_pattern = ["script/*", "**/*.sqlite3", "tmp/*"]
12
12
  end
13
13
 
14
14
  Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }
data/populator.gemspec CHANGED
@@ -1,11 +1,11 @@
1
1
 
2
- # Gem::Specification for Populator-0.2.1
2
+ # Gem::Specification for Populator-0.2.2
3
3
  # Originally generated by Echoe
4
4
 
5
5
  --- !ruby/object:Gem::Specification
6
6
  name: populator
7
7
  version: !ruby/object:Gem::Version
8
- version: 0.2.1
8
+ version: 0.2.2
9
9
  platform: ruby
10
10
  authors:
11
11
  - Ryan Bates
@@ -56,6 +56,7 @@ files:
56
56
  - lib/populator.rb
57
57
  - LICENSE
58
58
  - Manifest
59
+ - populator.gemspec
59
60
  - Rakefile
60
61
  - README
61
62
  - spec/database.yml
@@ -72,7 +73,6 @@ files:
72
73
  - tasks/deployment.rake
73
74
  - tasks/spec.rake
74
75
  - TODO
75
- - populator.gemspec
76
76
  has_rdoc: true
77
77
  homepage: http://github.com/ryanb/populator
78
78
  post_install_message:
data/spec/spec_helper.rb CHANGED
@@ -5,7 +5,7 @@ require 'active_record'
5
5
  require File.dirname(__FILE__) + '/../lib/populator.rb'
6
6
 
7
7
  adapter = ENV['POPULATOR_ADAPTER'] || 'sqlite3'
8
- puts "Running specs on #{adapter}"
8
+ puts "Running on #{adapter}"
9
9
 
10
10
  # setup database adapter
11
11
  ActiveRecord::Base.establish_connection(
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ryanb-populator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Bates
@@ -52,6 +52,7 @@ files:
52
52
  - lib/populator.rb
53
53
  - LICENSE
54
54
  - Manifest
55
+ - populator.gemspec
55
56
  - Rakefile
56
57
  - README
57
58
  - spec/database.yml
@@ -68,7 +69,6 @@ files:
68
69
  - tasks/deployment.rake
69
70
  - tasks/spec.rake
70
71
  - TODO
71
- - populator.gemspec
72
72
  has_rdoc: true
73
73
  homepage: http://github.com/ryanb/populator
74
74
  post_install_message: