buttercms-rails 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/VERSION +1 -1
- data/lib/butter/version.rb +1 -1
- data/lib/generators/templates/app/views/buttercms/posts/show.html.erb +5 -0
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d0cab8e76226a2047538267a1afff7fb8a4ee6218bc0d2313bc10285b5c20e56
|
4
|
+
data.tar.gz: a04d09409593b9d7217e72f6f254d0d471aa40862d1ffb19433849d5eb9c3aa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce529d34ee3c02165f8a8f4750fbc3779fbda62d26bbfc12bb18108b42dd3d9aa81a2cab9c6b67078535f4f6d584ecbdcb99822233ee9fa9610b0b8ebe914446
|
7
|
+
data.tar.gz: 98cf24e9e0faf7d2fa86e1db7b70d7d1ac5c0592fdc5d6d0be4a1035d35582ea081af8d615d79346fd3ad334fda3a0eb862c4ff4790dd4bc2a23a091b1ad6808
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.2.
|
1
|
+
1.2.2
|
data/lib/butter/version.rb
CHANGED
@@ -25,6 +25,11 @@
|
|
25
25
|
<%= link_to @next_post.title, buttercms_post_path(@next_post.slug), :title => @next_post.title %>
|
26
26
|
<% end %>
|
27
27
|
|
28
|
+
<!-- Link to Previous Post -->
|
29
|
+
<% if @previous_post %>
|
30
|
+
<%= link_to @previous_post.title, buttercms_post_path(@previous_post.slug), :title => @previous_post.title %>
|
31
|
+
<% end %>
|
32
|
+
|
28
33
|
<!--
|
29
34
|
// For sharing, we recommend https://www.addthis.com/get/sharing or https://sumome.com/app/share
|
30
35
|
-->
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: buttercms-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ButterCMS
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: buttercms-ruby
|
@@ -86,8 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
86
|
- !ruby/object:Gem::Version
|
87
87
|
version: '0'
|
88
88
|
requirements: []
|
89
|
-
|
90
|
-
rubygems_version: 2.6.8
|
89
|
+
rubygems_version: 3.0.3
|
91
90
|
signing_key:
|
92
91
|
specification_version: 4
|
93
92
|
summary: A Rails gem for the buttercms.com REST API
|