sampler 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec71e9e93a26fb3368d3fb6d916f438a8b651e8d
4
- data.tar.gz: 6bea6a684ebf182f1aa1176b90054e3d7d60426f
3
+ metadata.gz: 3aff6e44a1ac15641f6e26cf45113aeaad193bcd
4
+ data.tar.gz: a0ee7319ad292832a7577a03f80ff42e09f8e02b
5
5
  SHA512:
6
- metadata.gz: c384cc265b05e72a3c4f98acbb71e0e34cc0a7e40b286ce0b05d0cb4e6515a00948fd90fa646e6e88b478d9fd3017ad81cad6ec1f3509e4b8485c7f74a15a4a7
7
- data.tar.gz: a4173112d8db939108e091e2151689492a951445cb51fe2c7b784c4120ff10b9f3dab05a41d9cf9b6e854f514a48f3131b4de42d756eecceab312285a7f7d941
6
+ metadata.gz: 1841ef1aa73dd12ecd2bb2f68765c7db6dad0f367a10014aa6e7aee2991365e7f2a764cd208d812f379b6f0994559f6112159fc23cf2c09b610dfc4720631386
7
+ data.tar.gz: e58b6940bff90ad7a58ba5f1c3133c8c79572ab283931d380958a40a94ca6cdb8e99388e3d24d69798b6b389832d1596b93184928517bf5ffc6c85046cce8929
data/README.md CHANGED
@@ -44,3 +44,7 @@ if you're sure there's nothing in your database you want to keep.
44
44
  1. Commit your changes (git commit)
45
45
  1. Push to Github (git push -u origin my-new-feature)
46
46
  1. Create new Pull Request
47
+
48
+ ## RELEASE NOTES
49
+
50
+ 0.0.5 Added 'db:drop' as a prerequisite to 'db:sample'
@@ -1,3 +1,3 @@
1
1
  module Sampler
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  namespace :db do
2
- task :sample => ['environment', 'db:ensure_environment', 'db:setup'] do
2
+ task :sample => ['environment', 'db:ensure_environment', 'db:drop','db:setup'] do
3
3
  'db/samples.rb'.tap do |sample_file|
4
4
  load(sample_file) if File.exists?(sample_file)
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sampler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory Kaufman-Schofield
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-06 00:00:00.000000000 Z
11
+ date: 2013-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  version: '0'
65
65
  requirements: []
66
66
  rubyforge_project:
67
- rubygems_version: 2.0.0
67
+ rubygems_version: 2.0.4
68
68
  signing_key:
69
69
  specification_version: 4
70
70
  summary: No more foobar! Run your app locally with *real* sample data