farmstead 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6853da09a2d0ccd7d0dcbae85a830e6968fd2b5f
4
- data.tar.gz: bdd81aa444d6adc620bd4535e7d65e4ba2c4ef17
3
+ metadata.gz: 1a4e34c516f7f26426fccf1e035fa633af096158
4
+ data.tar.gz: cbfd304b747596711af0e40bd389f61e9742f036
5
5
  SHA512:
6
- metadata.gz: 878aaa7062cabba0158015b61707e1cda3e686e19c677d9fa5652a796eb5ce01be0b8533d54c0808ba1e9368bb5c98c329c03ffcedc39af2a27734137990544e
7
- data.tar.gz: 1250b8c9ad1ff619e0679e818848d3e732edd3c268369735c11d48571b72bdcf1b87196e01515f58c79af01f883cd0c2831f492a518e37abf960339e0a16ba4e
6
+ metadata.gz: 4534fd8732714b47d087118ca6c28da123433091ff356264067f7aed77c0d239eccd6aa5bbc7b5dcc3db27496c4d268a0a8197d7f68e013e570da13be962b9e7
7
+ data.tar.gz: b906d141c7faadf5f62e2e1eb98514d90f508b1130f733e49e44a194f1a31a3f3ed7042fb1168e7f9853c3492feb9c544fcd249b91bab37e1e37f064da3314ac
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- farmstead (0.0.16)
4
+ farmstead (0.0.17)
5
5
  httparty (~> 0.15.6)
6
6
  mechanize (~> 2.7)
7
7
  mysql2 (~> 0.4.10)
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. It is built on top of Rails/Ruby and uses Docker. This combination allows for a super-fast deployment and prototyping process."
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
 
@@ -1,3 +1,3 @@
1
1
  module Farmstead
2
- VERSION = "0.0.16"
2
+ VERSION = "0.0.17"
3
3
  end
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.16
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. It is built on top of Rails/Ruby
197
- and uses Docker. This combination allows for a super-fast deployment and prototyping
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