farmstead 0.0.16 → 0.0.17
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 +4 -4
- data/Gemfile.lock +1 -1
- data/farmstead.gemspec +1 -1
- data/lib/farmstead/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a4e34c516f7f26426fccf1e035fa633af096158
|
|
4
|
+
data.tar.gz: cbfd304b747596711af0e40bd389f61e9742f036
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4534fd8732714b47d087118ca6c28da123433091ff356264067f7aed77c0d239eccd6aa5bbc7b5dcc3db27496c4d268a0a8197d7f68e013e570da13be962b9e7
|
|
7
|
+
data.tar.gz: b906d141c7faadf5f62e2e1eb98514d90f508b1130f733e49e44a194f1a31a3f3ed7042fb1168e7f9853c3492feb9c544fcd249b91bab37e1e37f064da3314ac
|
data/Gemfile.lock
CHANGED
data/farmstead.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ["mastermindg@gmail.com"]
|
|
10
10
|
|
|
11
11
|
spec.summary = "Farmstead is a modular data pipeline platform."
|
|
12
|
-
spec.description = "Farmstead is a modular data pipeline platform. Farmstead makes creating and deploying a fully-functional data pipeline a snap.
|
|
12
|
+
spec.description = "Farmstead is a modular data pipeline platform. Farmstead makes creating and deploying a fully-functional data pipeline a snap. Farmstead uses containers to encapsulate the middleware which allows for a super-fast deployment and prototyping process."
|
|
13
13
|
spec.homepage = "https://github.com/mastermindg/farmstead"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
data/lib/farmstead/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ken Jenney
|
|
@@ -193,8 +193,8 @@ dependencies:
|
|
|
193
193
|
- !ruby/object:Gem::Version
|
|
194
194
|
version: '3.0'
|
|
195
195
|
description: Farmstead is a modular data pipeline platform. Farmstead makes creating
|
|
196
|
-
and deploying a fully-functional data pipeline a snap.
|
|
197
|
-
|
|
196
|
+
and deploying a fully-functional data pipeline a snap. Farmstead uses containers
|
|
197
|
+
to encapsulate the middleware which allows for a super-fast deployment and prototyping
|
|
198
198
|
process.
|
|
199
199
|
email:
|
|
200
200
|
- mastermindg@gmail.com
|