db-populator 0.1.4 → 0.1.5

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/VERSION +1 -1
  2. data/db-populator.gemspec +2 -1
  3. data/lib/tasks.rb +1 -0
  4. metadata +4 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
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.4"
8
+ s.version = "0.1.5"
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,6 +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
34
  "lib/tasks/populate.rake",
34
35
  "populator.gemspec",
35
36
  "spec/lib/populator_spec.rb",
data/lib/tasks.rb ADDED
@@ -0,0 +1 @@
1
+ load 'populator/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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Umang Chouhan
@@ -133,6 +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
137
  - lib/tasks/populate.rake
137
138
  - populator.gemspec
138
139
  - spec/lib/populator_spec.rb