minimum_viable_product 0.5.7 → 0.6.0
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/app/helpers/minimum_viable_product/{application_helper.rb → body_helper.rb} +1 -1
- data/app/views/layouts/minimum_viable_product/application.html.erb +0 -3
- data/lib/minimum_viable_product/engine.rb +0 -1
- data/lib/minimum_viable_product/version.rb +1 -1
- metadata +3 -20
- data/app/controllers/minimum_viable_product/controller.rb +0 -8
- data/app/helpers/minimum_viable_product/analytics_helper.rb +0 -4
- data/app/helpers/minimum_viable_product/seo_helper.rb +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0894c991f9503fb63a8c99a3b20b22c37f60e03
|
|
4
|
+
data.tar.gz: 239c6fa896b54ae107b3f5ffd4c798d0bc227ca2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb5636070c2f4c4b89796deea6f98111e7b9fdbf1e6fa07c71bf13831ebe9670cca7a44aeeebf5a3f959172346eaa2ad1e73c8ffdbed24767498034fdb9bf914
|
|
7
|
+
data.tar.gz: 8ec8e4a0c0a1410bf77ff788fe37b309d9ff871a88e953e4ff17b4e1785d651a343e687c6485451199fe1ef5517e31fc0fb48e13ba2f6e430790d32c41696b7e
|
|
@@ -3,13 +3,10 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<%= render('layouts/minimum_viable_product/meta').gsub(/\n/,'').html_safe %>
|
|
5
5
|
|
|
6
|
-
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
7
6
|
<%= yield :stylesheets %>
|
|
8
7
|
|
|
9
|
-
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
10
8
|
<!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
|
|
11
9
|
|
|
12
|
-
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
13
10
|
<%= yield :javascripts %>
|
|
14
11
|
<%= csrf_meta_tags %>
|
|
15
12
|
|
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.
|
|
4
|
+
version: 0.6.0
|
|
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-
|
|
11
|
+
date: 2016-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: analytics-ruby
|
|
@@ -122,20 +122,6 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
|
-
- !ruby/object:Gem::Dependency
|
|
126
|
-
name: jquery-rails
|
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
|
128
|
-
requirements:
|
|
129
|
-
- - ">="
|
|
130
|
-
- !ruby/object:Gem::Version
|
|
131
|
-
version: '0'
|
|
132
|
-
type: :runtime
|
|
133
|
-
prerelease: false
|
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
135
|
-
requirements:
|
|
136
|
-
- - ">="
|
|
137
|
-
- !ruby/object:Gem::Version
|
|
138
|
-
version: '0'
|
|
139
125
|
- !ruby/object:Gem::Dependency
|
|
140
126
|
name: rack-canonical-host
|
|
141
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -348,13 +334,10 @@ files:
|
|
|
348
334
|
- app/controllers/concerns/minimum_viable_product/seo_concern.rb
|
|
349
335
|
- app/controllers/concerns/minimum_viable_product/session_concern.rb
|
|
350
336
|
- app/controllers/minimum_viable_product/analytics_controller.rb
|
|
351
|
-
- app/controllers/minimum_viable_product/controller.rb
|
|
352
337
|
- app/controllers/minimum_viable_product/seo_controller.rb
|
|
353
338
|
- app/controllers/minimum_viable_product/styleguide_controller.rb
|
|
354
|
-
- app/helpers/minimum_viable_product/
|
|
355
|
-
- app/helpers/minimum_viable_product/application_helper.rb
|
|
339
|
+
- app/helpers/minimum_viable_product/body_helper.rb
|
|
356
340
|
- app/helpers/minimum_viable_product/bootstrap_helper.rb
|
|
357
|
-
- app/helpers/minimum_viable_product/seo_helper.rb
|
|
358
341
|
- app/helpers/minimum_viable_product/styleguide_helper.rb
|
|
359
342
|
- app/models/concerns/minimum_viable_product/slugification.rb
|
|
360
343
|
- app/views/layouts/minimum_viable_product/_instrumentation.html.erb
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
module MinimumViableProduct
|
|
2
|
-
class Controller < ActionController::Base
|
|
3
|
-
include MinimumViableProduct::AnalyticsConcern
|
|
4
|
-
include MinimumViableProduct::SEOConcern
|
|
5
|
-
include MinimumViableProduct::SessionConcern
|
|
6
|
-
include Rails.application.routes.url_helpers
|
|
7
|
-
end
|
|
8
|
-
end
|