db-populator 0.1.5 → 0.1.6

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
data/db-populator.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{db-populator}
8
- s.version = "0.1.5"
8
+ s.version = "0.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Umang Chouhan"]
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
30
30
  "lib/populator/errors.rb",
31
31
  "lib/populator/fakes.rb",
32
32
  "lib/populator/logger.rb",
33
- "lib/tasks.rb",
33
+ "lib/populator/tasks.rb",
34
34
  "lib/tasks/populate.rake",
35
35
  "populator.gemspec",
36
36
  "spec/lib/populator_spec.rb",
@@ -0,0 +1 @@
1
+ load 'tasks/populate.rake'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: db-populator
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Umang Chouhan
@@ -133,7 +133,7 @@ files:
133
133
  - lib/populator/errors.rb
134
134
  - lib/populator/fakes.rb
135
135
  - lib/populator/logger.rb
136
- - lib/tasks.rb
136
+ - lib/populator/tasks.rb
137
137
  - lib/tasks/populate.rake
138
138
  - populator.gemspec
139
139
  - spec/lib/populator_spec.rb
data/lib/tasks.rb DELETED
@@ -1 +0,0 @@
1
- load 'populator/tasks/populate.rake'