amp-html 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 044ef67d3c0544122fd4ab014a6aa97a9a8e6d85
4
- data.tar.gz: 3e20be0f58bc5e9fad74af020095b3d3a06cf142
3
+ metadata.gz: 212d2e6bd402ae5ce1bff8f30410e22add1eaddb
4
+ data.tar.gz: c6646f3804c5631439908cc2a24c1d02b94bed4a
5
5
  SHA512:
6
- metadata.gz: 1aafe515c6b79b370ee06e5925e96f52d0fd92ec44b5df3a67fb9a6610a44b3f6d9a678c0ca1ce0e5d4dac42620fe0b1ac84e5dd1e60c8450a1175ded4c6b426
7
- data.tar.gz: 643d77c41ef0c6f117d76c6b902855805410ee563d01de198253e386614ce265af2fe4a0f825e1c47e7be25e3c77826ef4930d8d2bf14b58a5a5e0894e5701f6
6
+ metadata.gz: a04d3718ef0e8e68d5b9e1f1a8ca0cb17f1a1ac7e7a60321b7cc04726b8e0096fbc9680d27ae4564cf8bd8f27e4da9b7fa0d58305443529111de71ddd0763540
7
+ data.tar.gz: c2ea291cd357a123933d6dc3df2228db9a1ea11d6c6c0f4d8b2de0e9c5ac8d56eb5d26f436e596741b49fc1dc3e1a67a4dcbb2a0411d3f5a2dac0e3709f82b5f
@@ -4,6 +4,10 @@
4
4
 
5
5
  * nothing yet
6
6
 
7
+ ### 0.7.14 (Pre-release) - 2017-08-24
8
+
9
+ * minor bugfixes
10
+
7
11
  ### 0.7.13 (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.13 (Pre-release)
40
+ #### Latest release: 0.7.14 (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.13'
3
+ VERSION = '0.7.14'
4
4
 
5
5
  class Version
6
6
 
@@ -37,11 +37,11 @@ module AmpHtml
37
37
 
38
38
 
39
39
  def run_generators
40
- generate "amp-html:install#{ ' -s' if options[:split] }#{ ' -f ' + options[:format] if options[:format] }#{ ' -n ' if options[:name] }'#{ options[:name] if options[:name] }'#{ ' -a' if options[:all] }#{ ' --anim' if options[:anim] }#{ ' --ad' if options[:ad] }#{ ' --iframe' if options[:iframe] }#{ ' --analytics' if options[:analytics] }#{ ' --notifications' if options[:notifications] }#{ ' --social' if options[:social] }"
41
- generate "amp-html:helpers#{ ' -s' if options[:split] }"
42
- generate "amp-html:views#{ ' -s' if options[:split] }#{ ' -f ' + options[:format] if options[:format] }#{ ' -a' if options[:all] }#{ ' --analytics' if options[:analytics] }"
43
- generate "amp-html:assets#{ ' -st' if options[:stylesheets] }"
44
- generate "amp-html:components#{ ' -s' if options[:split] }#{ ' -f ' + options[:format] if options[:format] }#{ ' -a' if options[:all] }#{ ' --anim' if options[:anim] }#{ ' --ad' if options[:ad] }#{ ' --iframe' if options[:iframe] }#{ ' --analytics' if options[:analytics] }#{ ' --notifications' if options[:notifications] }#{ ' --social' if options[:social] }#{ ' --javascript' if options[:javascript] }"
40
+ generate "amp_html:install#{ ' -s' if options[:split] }#{ ' -f ' + options[:format] if options[:format] }#{ ' -n ' if options[:name] }'#{ options[:name] if options[:name] }'#{ ' -a' if options[:all] }#{ ' --anim' if options[:anim] }#{ ' --ad' if options[:ad] }#{ ' --iframe' if options[:iframe] }#{ ' --analytics' if options[:analytics] }#{ ' --notifications' if options[:notifications] }#{ ' --social' if options[:social] }"
41
+ generate "amp_html:helpers#{ ' -s' if options[:split] }"
42
+ generate "amp_html:views#{ ' -s' if options[:split] }#{ ' -f ' + options[:format] if options[:format] }#{ ' -a' if options[:all] }#{ ' --analytics' if options[:analytics] }"
43
+ generate "amp_html:assets#{ ' -st' if options[:stylesheets] }"
44
+ generate "amp_html:components#{ ' -s' if options[:split] }#{ ' -f ' + options[:format] if options[:format] }#{ ' -a' if options[:all] }#{ ' --anim' if options[:anim] }#{ ' --ad' if options[:ad] }#{ ' --iframe' if options[:iframe] }#{ ' --analytics' if options[:analytics] }#{ ' --notifications' if options[:notifications] }#{ ' --social' if options[:social] }#{ ' --javascript' if options[:javascript] }"
45
45
  end
46
46
 
47
47
  end
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.13
4
+ version: 0.7.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter