amp-html 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: 212d2e6bd402ae5ce1bff8f30410e22add1eaddb
4
- data.tar.gz: c6646f3804c5631439908cc2a24c1d02b94bed4a
3
+ metadata.gz: 1ccc64055d5275c6df5783c2694bb62d8b4e2962
4
+ data.tar.gz: b1bfde60ffcc0ca4cd8c85963812d91a8fc1866a
5
5
  SHA512:
6
- metadata.gz: a04d3718ef0e8e68d5b9e1f1a8ca0cb17f1a1ac7e7a60321b7cc04726b8e0096fbc9680d27ae4564cf8bd8f27e4da9b7fa0d58305443529111de71ddd0763540
7
- data.tar.gz: c2ea291cd357a123933d6dc3df2228db9a1ea11d6c6c0f4d8b2de0e9c5ac8d56eb5d26f436e596741b49fc1dc3e1a67a4dcbb2a0411d3f5a2dac0e3709f82b5f
6
+ metadata.gz: 7342c12c8c32baea0957ad8b89cb77357385c7f8f30e45ddf9a4bab82de9f089b3808820fc24ecdaa598667729b54217bd3622216573c9bd17de7685177ea8fc
7
+ data.tar.gz: cafe75d1f67410038400c13d232da893d634d3ba93807404a744251d0abb962cd4a3f29f0fd539ff5251cb31f40b3000af985ebc9549c952c901b637bba42c48
@@ -4,6 +4,10 @@
4
4
 
5
5
  * nothing yet
6
6
 
7
+ ### 0.7.15 (Pre-release) - 2017-08-24
8
+
9
+ * minor bugfixes
10
+
7
11
  ### 0.7.14 (Pre-release) - 2017-08-24
8
12
 
9
13
  * minor bugfixes
data/README.md CHANGED
@@ -37,7 +37,7 @@ Use the powerful features of AMP to make your Rails app consistently fast, beaut
37
37
 
38
38
  ### Quick info
39
39
 
40
- #### Latest release: 0.7.14 (Pre-release)
40
+ #### Latest release: 0.7.15 (Pre-release)
41
41
 
42
42
  [**Changelog**](https://github.com/slooob/amp-html/blob/master/CHANGELOG.md), [Grab it from Rubygems](https://rubygems.org/gems/amp-html)
43
43
 
@@ -1,6 +1,6 @@
1
1
  module AmpHtml
2
2
 
3
- VERSION = '0.7.14'
3
+ VERSION = '0.7.15'
4
4
 
5
5
  class Version
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amp-html
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
  - Jonas Hübotter
@@ -259,8 +259,8 @@ files:
259
259
  - lib/generators/templates/helpers/asset_tag_helper.rb.erb
260
260
  - lib/generators/templates/helpers/form_tag_helper.rb.erb
261
261
  - lib/generators/templates/install/README.md
262
- - lib/generators/templates/install/amphtml.rb.erb
263
- - lib/generators/templates/install/amphtml.yml.erb
262
+ - lib/generators/templates/install/amp-html.rb.erb
263
+ - lib/generators/templates/install/amp-html.yml.erb
264
264
  - lib/generators/templates/views/README.md
265
265
  - lib/generators/templates/views/application.html.erb
266
266
  - lib/generators/templates/views/application/_head.html.erb