farmstead 0.0.14 → 0.0.15

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef85cd392e71bdf7c32476b6a634a0ca4e44dda0
4
- data.tar.gz: 9ec2c783a0e9017a5882111eba637ee0aeadf211
3
+ metadata.gz: 46565ad3447fc8f46e19db0e106bd46852d7de3e
4
+ data.tar.gz: 58fd7b7cb76a47f8b8a1c854ec85a5c7fe84cc87
5
5
  SHA512:
6
- metadata.gz: e1b61fb70a83de20ca7e486fa81981927be8491d8cae90db4fff6894aaf8e3cb58eb357c5f711b59e8010bc825c03aa3118a5b9340e8719466cbcfa40701d946
7
- data.tar.gz: 622a51e648d93f17cae802ca8513afba6ed0e1869ac643d5a06254322c65a0d2611d99badcefd3d228ee021e769d00c81da838f3f3e2276567814c24efbc4b10
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.14)
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.1)
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
-
@@ -1,3 +1,3 @@
1
1
  module Farmstead
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
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.14
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-07 00:00:00.000000000 Z
11
+ date: 2018-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor