farmstead 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +7 -7
- data/lib/farmstead/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46565ad3447fc8f46e19db0e106bd46852d7de3e
|
4
|
+
data.tar.gz: 58fd7b7cb76a47f8b8a1c854ec85a5c7fe84cc87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 856eea79a42d3fdaadb5a9b8764d7c58f0e239bf9181bfaa3eaff675a437180fda7f3cb6e443b129546167d5eabc75ff1252a39acec3fdfb79882437053953ba
|
7
|
+
data.tar.gz: 3e3034737b10d7721a84cff988797a52a143a891489dc532a770a271dd11947e3489043faa7d75c0bc197ae74f62b99d14b9e4e3fe8b94dd108168cf44397190
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
farmstead (0.0.
|
4
|
+
farmstead (0.0.15)
|
5
5
|
httparty (~> 0.15.6)
|
6
6
|
mechanize (~> 2.7)
|
7
7
|
mysql2 (~> 0.4.10)
|
@@ -65,7 +65,7 @@ GEM
|
|
65
65
|
diff-lcs (>= 1.2.0, < 2.0)
|
66
66
|
rspec-support (~> 3.7.0)
|
67
67
|
rspec-support (3.7.0)
|
68
|
-
ruby-kafka (0.5.
|
68
|
+
ruby-kafka (0.5.2)
|
69
69
|
thor (0.20.0)
|
70
70
|
unf (0.1.4)
|
71
71
|
unf_ext
|
data/README.md
CHANGED
@@ -40,6 +40,13 @@ To create a new Farmstead project:
|
|
40
40
|
farmstead new myproject
|
41
41
|
```
|
42
42
|
|
43
|
+
Once the project is created cd to the directory and deploy to get started:
|
44
|
+
|
45
|
+
```
|
46
|
+
cd myproject
|
47
|
+
farmstead deploy
|
48
|
+
```
|
49
|
+
|
43
50
|
### Configuration
|
44
51
|
|
45
52
|
Farmstead tries to follow Rails conventions. Some of the configuration options are available from the command-line. For instance, to chose a different database techhnology use the -d flag:
|
@@ -124,10 +131,3 @@ Loads the data into a database.
|
|
124
131
|
## License
|
125
132
|
|
126
133
|
MIT
|
127
|
-
|
128
|
-
|
129
|
-
## TODO
|
130
|
-
|
131
|
-
1. Database extensions
|
132
|
-
2. Get Micro-services working
|
133
|
-
|
data/lib/farmstead/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: farmstead
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ken Jenney
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|