minimum_viable_product 0.7.14 → 0.7.15

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: c23290dea3aa33d78abdf88e60dc806ab5e8d5ee
4
- data.tar.gz: ea59cb99135056ace0745a2c9d4b78bb944b7e54
3
+ metadata.gz: f91fd2bfb89d6d3658befba0404b0488122a6d01
4
+ data.tar.gz: ee5e19a31587f3c61421821ce76f73db3b601173
5
5
  SHA512:
6
- metadata.gz: 56e79d58a14b9ec2913535d56170378baebdb93c295f068325edcd2dd5b4f8df50f4f313a0264f59aaa46e14b249cbdde2c4bde704c9ed32c2dabbf6a142dd0f
7
- data.tar.gz: 84ff49c63a5611a0594b6fcfaa4886d0726129299812cc78b8f22a200cf979e90ffd5a7bba3f712cbaa58fcc098f730ca008013bdf109cb2ed8a92d424196a5f
6
+ metadata.gz: 566d64b765edd2ca41bfae2f5ed59b9ed30a38e76128cf35c66485f27437c95401148f70dec2e3274dacaf30f400968d22096bafeb8c765b30ed2eb1159f73e1
7
+ data.tar.gz: 608043f19df6e0a3a40d617587ed6679a0748fdf9856a847841d304be9142afe53ffd68111a4f37c719aca71f101f6bd98697c6fae4482f7a8071df0bdd58aa6
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.14
1
+ 0.7.15
@@ -35,5 +35,3 @@
35
35
  <% if page.twitter_card %>
36
36
  <meta name="twitter:card" content="<%= page.twitter_card %>" />
37
37
  <% end %>
38
-
39
- <%= yield :meta %>
@@ -2,14 +2,11 @@
2
2
  <html lang='en'>
3
3
  <head>
4
4
  <%= render('layouts/minimum_viable_product/meta').gsub(/\n/,'').html_safe %>
5
-
5
+ <%= yield :meta %>
6
6
  <%= yield :stylesheets %>
7
-
8
7
  <!--[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]-->
9
-
10
8
  <%= yield :javascripts %>
11
9
  <%= csrf_meta_tags %>
12
-
13
10
  <%= render 'layouts/minimum_viable_product/instrumentation' %>
14
11
  </head>
15
12
  <body id="<%= body_id %>" class="<%= body_classes %>" data-controller="<%= controller.controller_path %>" data-action="<%= controller.action_name %>" data-iteration="<%= MVP::Iteration.version %>">
@@ -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.14 ruby lib
5
+ # stub: minimum_viable_product 0.7.15 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "minimum_viable_product"
9
- s.version = "0.7.14"
9
+ s.version = "0.7.15"
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"]
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.14
4
+ version: 0.7.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter