middleman-presentation-core 0.17.1 → 0.17.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 623e70f286fb6893cef9c35504920409e0c5a752
|
|
4
|
+
data.tar.gz: 073d1863e908fdde61a10ea57761fc486ccca027
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c26247823322e7c8ef731bd826dbcc58f447edb914756bb96f35b7f4dee7f84ed93a5d5d293427fcd29b7c1eda450b5cba07b1d9001c56c3595104ce06ed31a7
|
|
7
|
+
data.tar.gz: 0a1c718918b529286ab58f62ef6c2e6b13ec86deeba5c394cdaccabd5df4792e16e2bcbd4f74f48ddfbc211c8d5a463ed447ca74a2974c765a908e102c6567db
|
|
@@ -314,3 +314,11 @@ Feature: Initialize presentation
|
|
|
314
314
|
"""
|
|
315
315
|
<h1>License ABC</h1>
|
|
316
316
|
"""
|
|
317
|
+
|
|
318
|
+
Scenario: Use title with "
|
|
319
|
+
Given I successfully run `middleman-presentation create presentation presentation1 --title "My \\"Presentation\\""`
|
|
320
|
+
When I cd to "presentation1"
|
|
321
|
+
Then the file "bower.json" should contain:
|
|
322
|
+
"""
|
|
323
|
+
my-presentation-
|
|
324
|
+
"""
|
data/templates/bower.json.tt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "<%= Middleman::Presentation.config.
|
|
2
|
+
"name": "<%= Middleman::Presentation.config.generated_presentation_id %>",
|
|
3
3
|
"dependencies": {
|
|
4
4
|
<% Middleman::Presentation.components_manager.each_fetchable_component do |component, is_last| -%>
|
|
5
5
|
"<%= component.name %>": "<%= component.resource_locator %>"<% unless is_last -%>,<% end %>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: middleman-presentation-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Max Meyer
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-04-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: middleman
|