hyde_admin 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b6c1b4aa57c65ae8ea48b7317b4d8c53b6dacc5162f9cf413b086213e8d16b9
4
- data.tar.gz: e92ce331dd7fcb499084f1aff3dda0db7ac2093bb864c7a024068aa9ab29d0b1
3
+ metadata.gz: 4c2a24943a838bb470b6375c0658626798f0f1beb456f65d792995a4fe7bf0bd
4
+ data.tar.gz: a367a451d9b2e2aa05aa79cc2812702624472e59a776bf9fdc842260fa1cf099
5
5
  SHA512:
6
- metadata.gz: 76426f6867cebd4884ab7cd5e589e3a72c0f14e7b8b5df64d16c3d98c08890c38d708cb4e55a840070604e957afcd6285818b82a7d0961375f17cf3ef5d000db
7
- data.tar.gz: f94cb4bd9aa9d8337c5ebf7d86dc1e77ff257192bd724c84bb0fb2fd7190b9ffb2741e529d0c9ee4efe0d541f21630cba4685cefe4283df0d588252ee33854de
6
+ metadata.gz: 712d1960647c69074f878d94d4bc1db2193f3f170835f7c7ad98d4652df95ad96ef25d9d6dd238d19517ff0a87d5256a2875dafba89b534d69a8d632de576596
7
+ data.tar.gz: f3773cbc9b770c60ee5c237f1ac657d4ed9cbe25973f8a3cfffbf86938ac6b9ab8573820a3e72710dcf32e96738d3d4c0e7954c7efde347ad122a79a4bff3a6b
data/README.md CHANGED
@@ -6,7 +6,10 @@ Hyde_admin is a administration frontend for Jekyll (static site generator in Rub
6
6
 
7
7
  Add
8
8
 
9
- `gem 'hyde_admin'`
9
+ ```
10
+ gem 'hyde_admin'
11
+ gem 'puma'
12
+ ```
10
13
 
11
14
  In the Gemfile of your jekyll site.
12
15
 
@@ -30,4 +33,8 @@ Hyde_admin allow ssh deployment.
30
33
 
31
34
  Just install the lastest config file (your config file will be renamed, and latest config file will be installed), run :
32
35
 
33
- `hyde_admin_config`
36
+ `hyde_admin_config`
37
+
38
+ ## Error when bundle install
39
+
40
+ Try this [https://stackoverflow.com/questions/30818391/gem-eventmachine-fatal-error-openssl-ssl-h-file-not-found](https://stackoverflow.com/questions/30818391/gem-eventmachine-fatal-error-openssl-ssl-h-file-not-found)
@@ -84,7 +84,7 @@
84
84
  <%= EscapeUtils.escape_html t.overview.capitalize %>
85
85
  </a>
86
86
  </li>
87
- <% if !@hyde_parameters['deploy_dest_address'].blank? %>
87
+ <% if !@hyde_parameters['deploy_dest_address'].to_s.empty? %>
88
88
  <li class="nav-item">
89
89
  <a class="nav-link active" aria-current="page" href="/deploy" id="btn-deploy">
90
90
  <span data-feather="home" class="fas fa-cloud-upload-alt"></span>
@@ -1,3 +1,3 @@
1
1
  module HydeAdmin
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyde_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvain Claudel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-12 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: roda
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  - !ruby/object:Gem::Version
197
197
  version: '0'
198
198
  requirements: []
199
- rubygems_version: 3.1.4
199
+ rubygems_version: 3.3.7
200
200
  signing_key:
201
201
  specification_version: 4
202
202
  summary: Hyde for Jekyll site