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: ac7a064bccca517fa01ae9aa8ce55605fd0cd995
4
- data.tar.gz: e9dcf1a4ab7e283c573d002cf3c3f74939638acf
3
+ metadata.gz: 623e70f286fb6893cef9c35504920409e0c5a752
4
+ data.tar.gz: 073d1863e908fdde61a10ea57761fc486ccca027
5
5
  SHA512:
6
- metadata.gz: e72859883b75e18aebed2b63bee4a46b1832949501f895c700e13146e52dca69d1ca6c1797fa17bd93b736041a3ca8eb32035c7fd0040715d66e893176d8307e
7
- data.tar.gz: 01130544c15782413db1d1b362b3f3be51b7aa99b3adf96947c6dc2cd9ac5e47e61de4f0faa604204704fc40364a1c6f5ad101e9bf1172ae13a6e827f33865c1
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
+ """
@@ -3,6 +3,6 @@
3
3
  module Middleman
4
4
  # Presentation
5
5
  module Presentation
6
- VERSION = '0.17.1'
6
+ VERSION = '0.17.2'
7
7
  end
8
8
  end
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "<%= Middleman::Presentation.config.title %>",
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.1
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-03-28 00:00:00.000000000 Z
12
+ date: 2015-04-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: middleman