legworker 0.0.1 → 0.0.2
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 +5 -11
- data/legworker.gemspec +2 -2
- data/lib/legworker/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -4,21 +4,15 @@ A collection of useful things from Legwork all in one Gem.
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
Add this line to your application's Gemfile:
|
|
8
|
-
|
|
9
|
-
gem 'legworker'
|
|
10
|
-
|
|
11
|
-
And then execute:
|
|
12
|
-
|
|
13
|
-
$ bundle
|
|
14
|
-
|
|
15
|
-
Or install it yourself as:
|
|
16
|
-
|
|
17
7
|
$ gem install legworker
|
|
18
8
|
|
|
19
9
|
## Usage
|
|
20
10
|
|
|
21
|
-
|
|
11
|
+
<code>
|
|
12
|
+
legworker vagrant -a APP_NAME --devUser DEV_USER --devPass DEV_PASS --prodUser PROD_USER --prodPass PROD_PASS --dd DEV_DATABASE --pd PROD_DATABASE
|
|
13
|
+
</code>
|
|
14
|
+
|
|
15
|
+
##rock and roll.
|
|
22
16
|
|
|
23
17
|
## Contributing
|
|
24
18
|
|
data/legworker.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Legworker::VERSION
|
|
9
9
|
spec.authors = ["DrewDahlman"]
|
|
10
10
|
spec.email = ["info@drewdahlman.com"]
|
|
11
|
-
spec.description = %q{Legwork
|
|
12
|
-
spec.summary = %q{Legwork
|
|
11
|
+
spec.description = %q{Legwork helper for setting up a vagrant & puppet project}
|
|
12
|
+
spec.summary = %q{Legwork helper for setting up a vagrant & puppet project}
|
|
13
13
|
spec.homepage = ""
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
data/lib/legworker/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
- - ! '>='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
|
-
description: Legwork
|
|
46
|
+
description: Legwork helper for setting up a vagrant & puppet project
|
|
47
47
|
email:
|
|
48
48
|
- info@drewdahlman.com
|
|
49
49
|
executables:
|
|
@@ -84,5 +84,5 @@ rubyforge_project:
|
|
|
84
84
|
rubygems_version: 1.8.23
|
|
85
85
|
signing_key:
|
|
86
86
|
specification_version: 3
|
|
87
|
-
summary: Legwork
|
|
87
|
+
summary: Legwork helper for setting up a vagrant & puppet project
|
|
88
88
|
test_files: []
|