legworker 0.0.3 → 0.0.4

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Legworker
2
2
 
3
- A collection of useful things from Legwork all in one Gem.
3
+ A helper gem.
4
4
 
5
5
  ## Installation
6
6
 
@@ -21,3 +21,7 @@ A collection of useful things from Legwork all in one Gem.
21
21
  3. Commit your changes (`git commit -am 'Add some feature'`)
22
22
  4. Push to the branch (`git push origin my-new-feature`)
23
23
  5. Create new Pull Request
24
+
25
+ ## Change log
26
+
27
+ 9.17.13 - Added automatic vagrant up & provision to ensure everything is installed and setup properly.
@@ -1,3 +1,3 @@
1
1
  module Legworker
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/legworker.rb CHANGED
@@ -60,7 +60,11 @@ module Legworker
60
60
 
61
61
  File.open(database_yml, "w") { |f| f.puts db_contents }
62
62
 
63
+ puts "Starting Vagrant...."
63
64
 
65
+ system('vagrant up || exit')
66
+
67
+ system('vagrant provision')
64
68
  end
65
69
 
66
70
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: legworker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: