carraway 1.2.0 → 1.3.0

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
  SHA256:
3
- metadata.gz: 12f99c971b75174760a05ee0e8d78cdc8672034fd18c5dfc5d1bbf574e0098c3
4
- data.tar.gz: 722f4a8bf0c11260e4c7f383dbd557d3fb18ab450ac2eee280bc93a8f3ddcf08
3
+ metadata.gz: d2835e6706ba158bdd73017764ce14c198786f00c8fcb847f9b0b955e6d45278
4
+ data.tar.gz: b5194263701f9855de0bb342028e773fd3d07d2043e44e117045ca5940ece5e1
5
5
  SHA512:
6
- metadata.gz: ac61b3830a2b3c0896b392455d32812ba159ddd18ca07afe442e0ade928edbb312864e28052849f77ea4dd72ee9907e2a86d3445bb56e434f7d145e0eb511736
7
- data.tar.gz: d476445edfbab2ade67c993e29a5d7f0a703db8696f1a75252af028e03416c37edea7212e37a60c1955eb79d95bb4f919b72d698cfbfbfd81a5c950a88c9f621
6
+ metadata.gz: 275c8a93d8630a376be4c7c901eb9e642bac85838bc05f8b6eca3780a003a0e867f92dfad10d43ae5b90269578bd3689a7aee4d326869e703ccf0af347f582b6
7
+ data.tar.gz: d933c705de0388d8727b0c63260be129c3f721e2dccf4bdb2d9071d8adedaef83ad38a6f86366de8f976587bf9488dd7823dee89f44a3d33e34dcd1ea48b7fe0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## [v1.2.0](https://github.com/adorechic/carraway/tree/v1.2.0) (2019-03-11)
4
+ [Full Changelog](https://github.com/adorechic/carraway/compare/v1.1.0...v1.2.0)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Support filename extension [\#14](https://github.com/adorechic/carraway/pull/14) ([isohi](https://github.com/isohi))
9
+
3
10
  ## [v1.1.0](https://github.com/adorechic/carraway/tree/v1.1.0) (2019-02-28)
4
11
  [Full Changelog](https://github.com/adorechic/carraway/compare/v1.0.1...v1.1.0)
5
12
 
@@ -1,3 +1,3 @@
1
1
  module Carraway
2
- VERSION = "1.2.0"
2
+ VERSION = "1.3.0"
3
3
  end
@@ -42,8 +42,8 @@
42
42
  </form>
43
43
  <%= erb :file_modal, layout: false %>
44
44
 
45
- <a class="waves-effect waves-light btn blue" href="<%= "/carraway/preview/#{@post.uid}" %>" target="_blank">プレビュー</a>
46
45
  <% if @post.published %>
46
+ <a class="waves-effect waves-light btn blue" href="<%= "/carraway/preview/#{@post.uid}" %>" target="_blank">プレビュー</a>
47
47
  <form action="/carraway/unpublish" method="POST" class="col s12">
48
48
  <input type="hidden" name="_method" value="PATCH">
49
49
  <input type="hidden" name="uid" value="<%= @post.uid %>">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carraway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - adorechic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-11 00:00:00.000000000 Z
11
+ date: 2019-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor