farmstead 0.0.2 → 0.0.3

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: 3e3c1869967a48ec7d9a3e457b8581b0dd94c84e
4
- data.tar.gz: 60e3c66863f512c334ba875494cca177dfd422a8
3
+ metadata.gz: c60e0ca67e152a0e4a528e38a35a8de55c140000
4
+ data.tar.gz: 7ab40c65fe7c7d3d822fb37ed3468e474cbe3e77
5
5
  SHA512:
6
- metadata.gz: 14685151776dbc81a792391fe98fc28a11581d9cc04d9c5c5820e2e33dcf4259efb9af322b4b097b4d972add0e39eb6c6b8c1168f7280e656aa36db7f655acf0
7
- data.tar.gz: 423fee21c397e561b8d958560cf3306b5533564eee60519ef37323b8d2d0a3f025eab092d0babed4dc58daf1197bed021b03f95fdfed21ff13a42c4a4c47d9af
6
+ metadata.gz: 9c5e1b18ec3ab0f86732163286009681a20a6dc4c7d5852fa05e079a12d57694b2ac181cccdaeb67a2ea7d59f53ef49b2b99b0ab557746bdb2064bb7b8c35702
7
+ data.tar.gz: ff2de193091a9afbf300e99ecc1c7059e16a45782719df51bdb17c096c1e998ae566508e209687102d182e209e851a0d9d37226bc476aabb7eae378ede8568cf
data/Gemfile.lock ADDED
@@ -0,0 +1,270 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ farmstead (0.0.3)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actioncable (5.0.6)
10
+ actionpack (= 5.0.6)
11
+ nio4r (>= 1.2, < 3.0)
12
+ websocket-driver (~> 0.6.1)
13
+ actionmailer (5.0.6)
14
+ actionpack (= 5.0.6)
15
+ actionview (= 5.0.6)
16
+ activejob (= 5.0.6)
17
+ mail (~> 2.5, >= 2.5.4)
18
+ rails-dom-testing (~> 2.0)
19
+ actionpack (5.0.6)
20
+ actionview (= 5.0.6)
21
+ activesupport (= 5.0.6)
22
+ rack (~> 2.0)
23
+ rack-test (~> 0.6.3)
24
+ rails-dom-testing (~> 2.0)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
+ actionview (5.0.6)
27
+ activesupport (= 5.0.6)
28
+ builder (~> 3.1)
29
+ erubis (~> 2.7.0)
30
+ rails-dom-testing (~> 2.0)
31
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
+ activejob (5.0.6)
33
+ activesupport (= 5.0.6)
34
+ globalid (>= 0.3.6)
35
+ activemodel (5.0.6)
36
+ activesupport (= 5.0.6)
37
+ activerecord (5.0.6)
38
+ activemodel (= 5.0.6)
39
+ activesupport (= 5.0.6)
40
+ arel (~> 7.0)
41
+ activesupport (5.0.6)
42
+ concurrent-ruby (~> 1.0, >= 1.0.2)
43
+ i18n (~> 0.7)
44
+ minitest (~> 5.1)
45
+ tzinfo (~> 1.1)
46
+ arel (7.1.4)
47
+ bindex (0.5.0)
48
+ builder (3.2.3)
49
+ byebug (9.1.0)
50
+ childprocess (0.8.0)
51
+ ffi (~> 1.0, >= 1.0.11)
52
+ coderay (1.1.2)
53
+ coffee-rails (4.2.2)
54
+ coffee-script (>= 2.2.0)
55
+ railties (>= 4.0.0)
56
+ coffee-script (2.4.1)
57
+ coffee-script-source
58
+ execjs
59
+ coffee-script-source (1.12.2)
60
+ concurrent-ruby (1.0.5)
61
+ crass (1.0.3)
62
+ diff-lcs (1.3)
63
+ domain_name (0.5.20170404)
64
+ unf (>= 0.0.5, < 1.0.0)
65
+ dotenv (0.11.1)
66
+ dotenv-deployment (~> 0.0.2)
67
+ dotenv-deployment (0.0.2)
68
+ erubis (2.7.0)
69
+ execjs (2.7.0)
70
+ faraday (0.12.2)
71
+ multipart-post (>= 1.2, < 3)
72
+ ffi (1.9.18)
73
+ globalid (0.4.1)
74
+ activesupport (>= 4.2.0)
75
+ hashie (3.5.7)
76
+ http-cookie (1.0.3)
77
+ domain_name (~> 0.5)
78
+ httparty (0.15.6)
79
+ multi_xml (>= 0.5.2)
80
+ i18n (0.9.1)
81
+ concurrent-ruby (~> 1.0)
82
+ jbuilder (2.7.0)
83
+ activesupport (>= 4.2.0)
84
+ multi_json (>= 1.2)
85
+ jquery-rails (4.3.1)
86
+ rails-dom-testing (>= 1, < 3)
87
+ railties (>= 4.2.0)
88
+ thor (>= 0.14, < 2.0)
89
+ jwt (1.5.6)
90
+ listen (3.0.8)
91
+ rb-fsevent (~> 0.9, >= 0.9.4)
92
+ rb-inotify (~> 0.9, >= 0.9.7)
93
+ loofah (2.1.1)
94
+ crass (~> 1.0.2)
95
+ nokogiri (>= 1.5.9)
96
+ mail (2.7.0)
97
+ mini_mime (>= 0.1.1)
98
+ mechanize (2.7.5)
99
+ domain_name (~> 0.5, >= 0.5.1)
100
+ http-cookie (~> 1.0)
101
+ mime-types (>= 1.17.2)
102
+ net-http-digest_auth (~> 1.1, >= 1.1.1)
103
+ net-http-persistent (~> 2.5, >= 2.5.2)
104
+ nokogiri (~> 1.6)
105
+ ntlm-http (~> 0.1, >= 0.1.1)
106
+ webrobots (>= 0.0.9, < 0.2)
107
+ method_source (0.9.0)
108
+ mime-types (3.1)
109
+ mime-types-data (~> 3.2015)
110
+ mime-types-data (3.2016.0521)
111
+ mini_mime (1.0.0)
112
+ mini_portile2 (2.3.0)
113
+ minitest (5.10.3)
114
+ multi_json (1.12.2)
115
+ multi_xml (0.6.0)
116
+ multipart-post (2.0.0)
117
+ mysql2 (0.4.10)
118
+ net-http-digest_auth (1.4.1)
119
+ net-http-persistent (2.9.4)
120
+ nio4r (2.2.0)
121
+ nokogiri (1.8.1)
122
+ mini_portile2 (~> 2.3.0)
123
+ ntlm-http (0.1.1)
124
+ oauth2 (1.4.0)
125
+ faraday (>= 0.8, < 0.13)
126
+ jwt (~> 1.0)
127
+ multi_json (~> 1.3)
128
+ multi_xml (~> 0.5)
129
+ rack (>= 1.2, < 3)
130
+ omniauth (1.8.1)
131
+ hashie (>= 3.4.6, < 3.6.0)
132
+ rack (>= 1.6.2, < 3)
133
+ omniauth-auth0 (2.0.0)
134
+ omniauth-oauth2 (~> 1.4)
135
+ omniauth-oauth2 (1.5.0)
136
+ oauth2 (~> 1.1)
137
+ omniauth (~> 1.2)
138
+ pry (0.11.3)
139
+ coderay (~> 1.1.0)
140
+ method_source (~> 0.9.0)
141
+ puma (3.11.0)
142
+ rack (2.0.3)
143
+ rack-test (0.6.3)
144
+ rack (>= 1.0)
145
+ rails (5.0.6)
146
+ actioncable (= 5.0.6)
147
+ actionmailer (= 5.0.6)
148
+ actionpack (= 5.0.6)
149
+ actionview (= 5.0.6)
150
+ activejob (= 5.0.6)
151
+ activemodel (= 5.0.6)
152
+ activerecord (= 5.0.6)
153
+ activesupport (= 5.0.6)
154
+ bundler (>= 1.3.0)
155
+ railties (= 5.0.6)
156
+ sprockets-rails (>= 2.0.0)
157
+ rails-dom-testing (2.0.3)
158
+ activesupport (>= 4.2.0)
159
+ nokogiri (>= 1.6)
160
+ rails-html-sanitizer (1.0.3)
161
+ loofah (~> 2.0)
162
+ railties (5.0.6)
163
+ actionpack (= 5.0.6)
164
+ activesupport (= 5.0.6)
165
+ method_source
166
+ rake (>= 0.8.7)
167
+ thor (>= 0.18.1, < 2.0)
168
+ rake (10.5.0)
169
+ rb-fsevent (0.10.2)
170
+ rb-inotify (0.9.10)
171
+ ffi (>= 0.5.0, < 2)
172
+ rspec (3.7.0)
173
+ rspec-core (~> 3.7.0)
174
+ rspec-expectations (~> 3.7.0)
175
+ rspec-mocks (~> 3.7.0)
176
+ rspec-core (3.7.0)
177
+ rspec-support (~> 3.7.0)
178
+ rspec-expectations (3.7.0)
179
+ diff-lcs (>= 1.2.0, < 2.0)
180
+ rspec-support (~> 3.7.0)
181
+ rspec-mocks (3.7.0)
182
+ diff-lcs (>= 1.2.0, < 2.0)
183
+ rspec-support (~> 3.7.0)
184
+ rspec-support (3.7.0)
185
+ ruby-kafka (0.5.1)
186
+ rubyzip (1.2.1)
187
+ sass (3.5.4)
188
+ sass-listen (~> 4.0.0)
189
+ sass-listen (4.0.0)
190
+ rb-fsevent (~> 0.9, >= 0.9.4)
191
+ rb-inotify (~> 0.9, >= 0.9.7)
192
+ sass-rails (5.0.7)
193
+ railties (>= 4.0.0, < 6)
194
+ sass (~> 3.1)
195
+ sprockets (>= 2.8, < 4.0)
196
+ sprockets-rails (>= 2.0, < 4.0)
197
+ tilt (>= 1.1, < 3)
198
+ selenium-webdriver (3.8.0)
199
+ childprocess (~> 0.5)
200
+ rubyzip (~> 1.0)
201
+ spring (2.0.2)
202
+ activesupport (>= 4.2)
203
+ spring-watcher-listen (2.0.1)
204
+ listen (>= 2.7, < 4.0)
205
+ spring (>= 1.2, < 3.0)
206
+ sprockets (3.7.1)
207
+ concurrent-ruby (~> 1.0)
208
+ rack (> 1, < 3)
209
+ sprockets-rails (3.2.1)
210
+ actionpack (>= 4.0)
211
+ activesupport (>= 4.0)
212
+ sprockets (>= 3.0.0)
213
+ thor (0.20.0)
214
+ thread_safe (0.3.6)
215
+ tilt (2.0.8)
216
+ turbolinks (5.0.1)
217
+ turbolinks-source (~> 5)
218
+ turbolinks-source (5.0.3)
219
+ tzinfo (1.2.4)
220
+ thread_safe (~> 0.1)
221
+ uglifier (4.1.0)
222
+ execjs (>= 0.3.0, < 3)
223
+ unf (0.1.4)
224
+ unf_ext
225
+ unf_ext (0.0.7.4)
226
+ watir (6.10.2)
227
+ selenium-webdriver (~> 3.4, >= 3.4.1)
228
+ web-console (3.5.1)
229
+ actionview (>= 5.0)
230
+ activemodel (>= 5.0)
231
+ bindex (>= 0.4.0)
232
+ railties (>= 5.0)
233
+ webrobots (0.1.2)
234
+ websocket-driver (0.6.5)
235
+ websocket-extensions (>= 0.1.0)
236
+ websocket-extensions (0.1.3)
237
+
238
+ PLATFORMS
239
+ ruby
240
+
241
+ DEPENDENCIES
242
+ bundler (~> 1.16)
243
+ byebug
244
+ coffee-rails (~> 4.2)
245
+ dotenv (~> 0.11.1)
246
+ farmstead!
247
+ httparty (~> 0.15.6)
248
+ jbuilder (~> 2.5)
249
+ jquery-rails (~> 4.3.1)
250
+ listen (~> 3.0.5)
251
+ mechanize (~> 2.7.5)
252
+ mysql2 (~> 0.4.10)
253
+ nokogiri (~> 1.8.1)
254
+ omniauth-auth0 (~> 2.0.0)
255
+ pry
256
+ puma (~> 3.0)
257
+ rails (~> 5.0.0)
258
+ rake (~> 10.0)
259
+ rspec (~> 3.0)
260
+ ruby-kafka (~> 0.5.1)
261
+ sass-rails (~> 5.0)
262
+ spring
263
+ spring-watcher-listen (~> 2.0.0)
264
+ turbolinks (~> 5)
265
+ uglifier (>= 1.3.0)
266
+ watir (~> 6.10)
267
+ web-console
268
+
269
+ BUNDLED WITH
270
+ 1.16.1
data/farmstead.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Farmstead is a modular data pipeline platform."
12
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."
13
-
13
+ spec.homepage = "https://github.com/mastermindg/farmstead"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -1,3 +1,3 @@
1
1
  module Farmstead
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Jenney
@@ -68,6 +68,7 @@ files:
68
68
  - ".travis.yml"
69
69
  - ".yardopts"
70
70
  - Gemfile
71
+ - Gemfile.lock
71
72
  - LICENSE.txt
72
73
  - README.md
73
74
  - Rakefile
@@ -94,7 +95,7 @@ files:
94
95
  - scaffold/exec.sh.erb
95
96
  - scaffold/exec.sh.erb.old
96
97
  - scaffold/supervisord.conf.erb
97
- homepage:
98
+ homepage: https://github.com/mastermindg/farmstead
98
99
  licenses:
99
100
  - MIT
100
101
  metadata: {}