minimum_viable_product 0.7.13 → 0.7.14
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 +1 -1
- data/Gemfile.lock +65 -66
- data/VERSION +1 -1
- data/minimum_viable_product.gemspec +6 -6
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c23290dea3aa33d78abdf88e60dc806ab5e8d5ee
|
|
4
|
+
data.tar.gz: ea59cb99135056ace0745a2c9d4b78bb944b7e54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56e79d58a14b9ec2913535d56170378baebdb93c295f068325edcd2dd5b4f8df50f4f313a0264f59aaa46e14b249cbdde2c4bde704c9ed32c2dabbf6a142dd0f
|
|
7
|
+
data.tar.gz: 84ff49c63a5611a0594b6fcfaa4886d0726129299812cc78b8f22a200cf979e90ffd5a7bba3f712cbaa58fcc098f730ca008013bdf109cb2ed8a92d424196a5f
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,28 +1,26 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
CFPropertyList (2.3.
|
|
5
|
-
actionpack (
|
|
6
|
-
actionview (=
|
|
7
|
-
activesupport (=
|
|
8
|
-
rack (~>
|
|
9
|
-
rack-test (~> 0.6.
|
|
10
|
-
rails-dom-testing (~>
|
|
4
|
+
CFPropertyList (2.3.5)
|
|
5
|
+
actionpack (5.0.1)
|
|
6
|
+
actionview (= 5.0.1)
|
|
7
|
+
activesupport (= 5.0.1)
|
|
8
|
+
rack (~> 2.0)
|
|
9
|
+
rack-test (~> 0.6.3)
|
|
10
|
+
rails-dom-testing (~> 2.0)
|
|
11
11
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
12
|
-
actionview (
|
|
13
|
-
activesupport (=
|
|
12
|
+
actionview (5.0.1)
|
|
13
|
+
activesupport (= 5.0.1)
|
|
14
14
|
builder (~> 3.1)
|
|
15
15
|
erubis (~> 2.7.0)
|
|
16
|
-
rails-dom-testing (~>
|
|
16
|
+
rails-dom-testing (~> 2.0)
|
|
17
17
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
18
|
-
activemodel (
|
|
19
|
-
activesupport (=
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
activemodel (5.0.1)
|
|
19
|
+
activesupport (= 5.0.1)
|
|
20
|
+
activesupport (5.0.1)
|
|
21
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
22
22
|
i18n (~> 0.7)
|
|
23
|
-
json (~> 1.7, >= 1.7.7)
|
|
24
23
|
minitest (~> 5.1)
|
|
25
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
|
26
24
|
tzinfo (~> 1.1)
|
|
27
25
|
addressable (2.5.0)
|
|
28
26
|
public_suffix (~> 2.0, >= 2.0.2)
|
|
@@ -42,18 +40,19 @@ GEM
|
|
|
42
40
|
activemodel (>= 4.0.0)
|
|
43
41
|
activesupport (>= 4.0.0)
|
|
44
42
|
mime-types (>= 1.16)
|
|
45
|
-
cloudinary (1.
|
|
43
|
+
cloudinary (1.5.2)
|
|
46
44
|
aws_cf_signer
|
|
47
|
-
|
|
45
|
+
json (~> 1.8)
|
|
46
|
+
rest-client (< 2.0)
|
|
48
47
|
coderay (1.1.1)
|
|
49
|
-
concurrent-ruby (1.0.
|
|
48
|
+
concurrent-ruby (1.0.4)
|
|
50
49
|
debug_inspector (0.0.2)
|
|
51
50
|
descendants_tracker (0.0.4)
|
|
52
51
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
53
52
|
domain_name (0.5.20161129)
|
|
54
53
|
unf (>= 0.0.5, < 1.0.0)
|
|
55
54
|
erubis (2.7.0)
|
|
56
|
-
excon (0.
|
|
55
|
+
excon (0.55.0)
|
|
57
56
|
faraday (0.9.2)
|
|
58
57
|
multipart-post (>= 1.2, < 3)
|
|
59
58
|
fission (0.5.0)
|
|
@@ -95,7 +94,7 @@ GEM
|
|
|
95
94
|
fog-atmos (0.1.0)
|
|
96
95
|
fog-core
|
|
97
96
|
fog-xml
|
|
98
|
-
fog-aws (
|
|
97
|
+
fog-aws (1.2.0)
|
|
99
98
|
fog-core (~> 1.38)
|
|
100
99
|
fog-json (~> 1.0)
|
|
101
100
|
fog-xml (~> 0.1)
|
|
@@ -129,7 +128,7 @@ GEM
|
|
|
129
128
|
multi_json (~> 1.10)
|
|
130
129
|
fog-local (0.3.1)
|
|
131
130
|
fog-core (~> 1.27)
|
|
132
|
-
fog-openstack (0.1.
|
|
131
|
+
fog-openstack (0.1.19)
|
|
133
132
|
fog-core (>= 1.40)
|
|
134
133
|
fog-json (>= 1.0)
|
|
135
134
|
ipaddress (>= 0.8)
|
|
@@ -140,7 +139,7 @@ GEM
|
|
|
140
139
|
fog-profitbricks (3.0.0)
|
|
141
140
|
fog-core (~> 1.42)
|
|
142
141
|
fog-json (~> 1.0)
|
|
143
|
-
fog-rackspace (0.1.
|
|
142
|
+
fog-rackspace (0.1.4)
|
|
144
143
|
fog-core (>= 1.35)
|
|
145
144
|
fog-json (>= 1.0)
|
|
146
145
|
fog-xml (>= 0.1)
|
|
@@ -174,7 +173,7 @@ GEM
|
|
|
174
173
|
fog-voxel (0.1.0)
|
|
175
174
|
fog-core
|
|
176
175
|
fog-xml
|
|
177
|
-
fog-vsphere (1.
|
|
176
|
+
fog-vsphere (1.7.1)
|
|
178
177
|
fog-core
|
|
179
178
|
rbvmomi (~> 1.9)
|
|
180
179
|
fog-xenserver (0.2.3)
|
|
@@ -184,72 +183,72 @@ GEM
|
|
|
184
183
|
fog-core
|
|
185
184
|
nokogiri (~> 1.5, >= 1.5.11)
|
|
186
185
|
formatador (0.2.5)
|
|
187
|
-
geocoder (1.4.
|
|
188
|
-
git (1.
|
|
189
|
-
github_api (0.
|
|
186
|
+
geocoder (1.4.3)
|
|
187
|
+
git (1.3.0)
|
|
188
|
+
github_api (0.11.3)
|
|
190
189
|
addressable (~> 2.3)
|
|
191
|
-
descendants_tracker (~> 0.0.
|
|
190
|
+
descendants_tracker (~> 0.0.1)
|
|
192
191
|
faraday (~> 0.8, < 0.10)
|
|
193
|
-
hashie (>=
|
|
192
|
+
hashie (>= 1.2)
|
|
194
193
|
multi_json (>= 1.7.5, < 2.0)
|
|
195
|
-
nokogiri (~> 1.6.
|
|
194
|
+
nokogiri (~> 1.6.0)
|
|
196
195
|
oauth2
|
|
197
|
-
hashie (3.
|
|
196
|
+
hashie (3.5.5)
|
|
198
197
|
highline (1.7.8)
|
|
199
198
|
http-cookie (1.0.3)
|
|
200
199
|
domain_name (~> 0.5)
|
|
201
|
-
i18n (0.8.
|
|
200
|
+
i18n (0.8.1)
|
|
202
201
|
inflecto (0.0.2)
|
|
203
202
|
ipaddress (0.8.3)
|
|
204
|
-
jeweler (2.
|
|
203
|
+
jeweler (2.3.3)
|
|
205
204
|
builder
|
|
206
205
|
bundler (>= 1.0)
|
|
207
206
|
git (>= 1.2.5)
|
|
208
|
-
github_api
|
|
207
|
+
github_api (~> 0.11.0)
|
|
209
208
|
highline (>= 1.6.15)
|
|
210
209
|
nokogiri (>= 1.5.10)
|
|
210
|
+
psych (~> 2.2)
|
|
211
211
|
rake
|
|
212
212
|
rdoc
|
|
213
|
+
semver2
|
|
213
214
|
json (1.8.6)
|
|
214
215
|
jwt (1.5.6)
|
|
215
216
|
loofah (2.0.3)
|
|
216
217
|
nokogiri (>= 1.5.9)
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
mime-types-data (3.2016.0521)
|
|
218
|
+
method_source (0.8.2)
|
|
219
|
+
mime-types (2.99.3)
|
|
220
220
|
mini_portile2 (2.1.0)
|
|
221
221
|
minitest (5.10.1)
|
|
222
222
|
multi_json (1.12.1)
|
|
223
|
-
multi_xml (0.
|
|
223
|
+
multi_xml (0.6.0)
|
|
224
224
|
multipart-post (2.0.0)
|
|
225
225
|
netrc (0.11.0)
|
|
226
226
|
nokogiri (1.6.8.1)
|
|
227
227
|
mini_portile2 (~> 2.1.0)
|
|
228
|
-
oauth2 (1.
|
|
229
|
-
faraday (>= 0.8, < 0.
|
|
228
|
+
oauth2 (1.3.0)
|
|
229
|
+
faraday (>= 0.8, < 0.11)
|
|
230
230
|
jwt (~> 1.0)
|
|
231
231
|
multi_json (~> 1.3)
|
|
232
232
|
multi_xml (~> 0.5)
|
|
233
233
|
rack (>= 1.2, < 3)
|
|
234
|
-
|
|
235
|
-
|
|
234
|
+
psych (2.2.4)
|
|
235
|
+
public_suffix (2.0.5)
|
|
236
|
+
rack (2.0.1)
|
|
236
237
|
rack-canonical-host (0.2.2)
|
|
237
238
|
addressable (> 0, < 3)
|
|
238
239
|
rack (>= 1.0.0, < 3)
|
|
239
240
|
rack-ssl-enforcer (0.2.9)
|
|
240
241
|
rack-test (0.6.3)
|
|
241
242
|
rack (>= 1.0)
|
|
242
|
-
rails-
|
|
243
|
-
activesupport (>= 4.2.0.
|
|
244
|
-
|
|
245
|
-
activesupport (>= 4.2.0.beta, < 5.0)
|
|
246
|
-
nokogiri (~> 1.6.0)
|
|
247
|
-
rails-deprecated_sanitizer (>= 1.0.1)
|
|
243
|
+
rails-dom-testing (2.0.2)
|
|
244
|
+
activesupport (>= 4.2.0, < 6.0)
|
|
245
|
+
nokogiri (~> 1.6)
|
|
248
246
|
rails-html-sanitizer (1.0.3)
|
|
249
247
|
loofah (~> 2.0)
|
|
250
|
-
railties (
|
|
251
|
-
actionpack (=
|
|
252
|
-
activesupport (=
|
|
248
|
+
railties (5.0.1)
|
|
249
|
+
actionpack (= 5.0.1)
|
|
250
|
+
activesupport (= 5.0.1)
|
|
251
|
+
method_source
|
|
253
252
|
rake (>= 0.8.7)
|
|
254
253
|
thor (>= 0.18.1, < 2.0)
|
|
255
254
|
rake (12.0.0)
|
|
@@ -258,26 +257,26 @@ GEM
|
|
|
258
257
|
json (>= 1.8)
|
|
259
258
|
nokogiri (~> 1.5)
|
|
260
259
|
trollop (~> 2.1)
|
|
261
|
-
rdoc (
|
|
262
|
-
|
|
263
|
-
rest-client (2.0.0)
|
|
260
|
+
rdoc (5.1.0)
|
|
261
|
+
rest-client (1.8.0)
|
|
264
262
|
http-cookie (>= 1.0.2, < 2.0)
|
|
265
|
-
mime-types (>= 1.16, <
|
|
266
|
-
netrc (~> 0.
|
|
267
|
-
rollbar (2.
|
|
263
|
+
mime-types (>= 1.16, < 3.0)
|
|
264
|
+
netrc (~> 0.7)
|
|
265
|
+
rollbar (2.14.0)
|
|
268
266
|
multi_json
|
|
269
|
-
sass (3.4.
|
|
267
|
+
sass (3.4.23)
|
|
270
268
|
sass-rails (5.0.6)
|
|
271
269
|
railties (>= 4.0.0, < 6)
|
|
272
270
|
sass (~> 3.1)
|
|
273
271
|
sprockets (>= 2.8, < 4.0)
|
|
274
272
|
sprockets-rails (>= 2.0, < 4.0)
|
|
275
273
|
tilt (>= 1.1, < 3)
|
|
276
|
-
semantic (1.
|
|
277
|
-
|
|
274
|
+
semantic (1.6.0)
|
|
275
|
+
semver2 (3.4.2)
|
|
276
|
+
sitemap_generator (5.3.0)
|
|
278
277
|
builder (~> 3.0)
|
|
279
|
-
slack-notifier (
|
|
280
|
-
sprockets (3.7.
|
|
278
|
+
slack-notifier (2.0.0)
|
|
279
|
+
sprockets (3.7.1)
|
|
281
280
|
concurrent-ruby (~> 1.0)
|
|
282
281
|
rack (> 1, < 3)
|
|
283
282
|
sprockets-rails (3.2.0)
|
|
@@ -285,8 +284,8 @@ GEM
|
|
|
285
284
|
activesupport (>= 4.0)
|
|
286
285
|
sprockets (>= 3.0.0)
|
|
287
286
|
thor (0.19.4)
|
|
288
|
-
thread_safe (0.3.
|
|
289
|
-
tilt (2.0.
|
|
287
|
+
thread_safe (0.3.6)
|
|
288
|
+
tilt (2.0.6)
|
|
290
289
|
trollop (2.1.2)
|
|
291
290
|
tzinfo (1.2.2)
|
|
292
291
|
thread_safe (~> 0.1)
|
|
@@ -316,7 +315,7 @@ DEPENDENCIES
|
|
|
316
315
|
fog-aws
|
|
317
316
|
geocoder
|
|
318
317
|
hashie
|
|
319
|
-
jeweler (~> 2.
|
|
318
|
+
jeweler (~> 2.3.2)
|
|
320
319
|
rack-canonical-host
|
|
321
320
|
rack-ssl-enforcer
|
|
322
321
|
rollbar
|
|
@@ -327,4 +326,4 @@ DEPENDENCIES
|
|
|
327
326
|
web-console (~> 2.0)
|
|
328
327
|
|
|
329
328
|
BUNDLED WITH
|
|
330
|
-
1.
|
|
329
|
+
1.14.3
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.14
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: minimum_viable_product 0.7.
|
|
5
|
+
# stub: minimum_viable_product 0.7.14 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "minimum_viable_product"
|
|
9
|
-
s.version = "0.7.
|
|
9
|
+
s.version = "0.7.14"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
@@ -171,7 +171,7 @@ Gem::Specification.new do |s|
|
|
|
171
171
|
]
|
|
172
172
|
s.homepage = "http://github.com/ian/minimum_viable_product"
|
|
173
173
|
s.licenses = ["MIT"]
|
|
174
|
-
s.rubygems_version = "2.
|
|
174
|
+
s.rubygems_version = "2.5.1"
|
|
175
175
|
s.summary = "The start-to-finish 3 minute product platform"
|
|
176
176
|
|
|
177
177
|
if s.respond_to? :specification_version then
|
|
@@ -197,7 +197,7 @@ Gem::Specification.new do |s|
|
|
|
197
197
|
s.add_development_dependency(%q<bullet>, [">= 0"])
|
|
198
198
|
s.add_development_dependency(%q<semantic>, [">= 0"])
|
|
199
199
|
s.add_development_dependency(%q<web-console>, ["~> 2.0"])
|
|
200
|
-
s.add_development_dependency(%q<jeweler>, ["~> 2.
|
|
200
|
+
s.add_development_dependency(%q<jeweler>, ["~> 2.3.2"])
|
|
201
201
|
else
|
|
202
202
|
s.add_dependency(%q<carrierwave>, [">= 0"])
|
|
203
203
|
s.add_dependency(%q<cloudinary>, [">= 0"])
|
|
@@ -218,7 +218,7 @@ Gem::Specification.new do |s|
|
|
|
218
218
|
s.add_dependency(%q<bullet>, [">= 0"])
|
|
219
219
|
s.add_dependency(%q<semantic>, [">= 0"])
|
|
220
220
|
s.add_dependency(%q<web-console>, ["~> 2.0"])
|
|
221
|
-
s.add_dependency(%q<jeweler>, ["~> 2.
|
|
221
|
+
s.add_dependency(%q<jeweler>, ["~> 2.3.2"])
|
|
222
222
|
end
|
|
223
223
|
else
|
|
224
224
|
s.add_dependency(%q<carrierwave>, [">= 0"])
|
|
@@ -240,7 +240,7 @@ Gem::Specification.new do |s|
|
|
|
240
240
|
s.add_dependency(%q<bullet>, [">= 0"])
|
|
241
241
|
s.add_dependency(%q<semantic>, [">= 0"])
|
|
242
242
|
s.add_dependency(%q<web-console>, ["~> 2.0"])
|
|
243
|
-
s.add_dependency(%q<jeweler>, ["~> 2.
|
|
243
|
+
s.add_dependency(%q<jeweler>, ["~> 2.3.2"])
|
|
244
244
|
end
|
|
245
245
|
end
|
|
246
246
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minimum_viable_product
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ian Hunter
|
|
@@ -282,14 +282,14 @@ dependencies:
|
|
|
282
282
|
requirements:
|
|
283
283
|
- - "~>"
|
|
284
284
|
- !ruby/object:Gem::Version
|
|
285
|
-
version: 2.
|
|
285
|
+
version: 2.3.2
|
|
286
286
|
type: :development
|
|
287
287
|
prerelease: false
|
|
288
288
|
version_requirements: !ruby/object:Gem::Requirement
|
|
289
289
|
requirements:
|
|
290
290
|
- - "~>"
|
|
291
291
|
- !ruby/object:Gem::Version
|
|
292
|
-
version: 2.
|
|
292
|
+
version: 2.3.2
|
|
293
293
|
description: Built for Developers. Ideal for MVPs, product ideation and validation.
|
|
294
294
|
email: ianhunter@gmail.com
|
|
295
295
|
executables: []
|
|
@@ -467,7 +467,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
467
467
|
version: '0'
|
|
468
468
|
requirements: []
|
|
469
469
|
rubyforge_project:
|
|
470
|
-
rubygems_version: 2.
|
|
470
|
+
rubygems_version: 2.5.1
|
|
471
471
|
signing_key:
|
|
472
472
|
specification_version: 4
|
|
473
473
|
summary: The start-to-finish 3 minute product platform
|