minimum_viable_product 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/assets.rb +0 -1
- data/lib/minimum_viable_product/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 248f1de7192d0ef63e8be5234d9bebea09e830bf
|
4
|
+
data.tar.gz: 68fd8ee6c6f53a46c777c56a8097c1bb02657c04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76518f1734790ab131bd3bd17624e1699f83418a9240e8934dbf6b81b1519b2cb5b94ca04da8c1104c626fdb418788c462d7262625f575494c2d3074d0ccc1bc
|
7
|
+
data.tar.gz: 3d8b0f4ce99ee96e76ec703e3f292e0efc924619b0f6a24d823932fbe2288041293c4fb1334a232adf47258916df8bdd5fb069732f0a52bbd7177a6bce55961c
|
@@ -1,4 +1,3 @@
|
|
1
1
|
Rails.application.config.assets.paths << Rails.root.join('node_modules')
|
2
2
|
Rails.application.config.browserify_rails.paths << Rails.root.join('node_modules')
|
3
|
-
Rails.application.config.browserify_rails.paths << -> (p) { p.start_with?(MinimumViableProduct::Engine.root.join("app").to_s) }
|
4
3
|
Rails.application.config.browserify_rails.paths << MinimumViableProduct::Engine.root.join('app')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minimum_viable_product
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian Hunter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: analytics-ruby
|