fylla 0.4.2 → 0.4.3

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: 8df92c7af5f47be7d590dd1c1d97ea046039c5505efe276ca8fccb0803ce97c9
4
- data.tar.gz: 9c540d31e035a1bd88c78ff5c7974298e2c9b26b1c4f81d1c8711350017c17d2
3
+ metadata.gz: b37d5c86abc42354f12c24adadd654c6d2cbc4b090834d091d1c60f31c9424e7
4
+ data.tar.gz: f9a4e6414ba530f1aac31b00fdd5e201ec41f5c21be935c293b23c1e9f4b849f
5
5
  SHA512:
6
- metadata.gz: c2f2353a5628e3ff079f05904a70cb6d0001a37edafe80e69d9c28ef72909ae34ecc63141fcc95d5e62ccd50a73deb2c90bb86be3dfb3b2a670e9792a73f0fac
7
- data.tar.gz: d7fcb7fed553042ec87b6d3a913915396638b36fdfeda0e62a0fd9b691b2d0b09bfb867b453a5da844a0c93590c2e698901904a6a02d198cef1b95a5f8600590
6
+ metadata.gz: 114177248eed456e9df5902faef1db685ecff2377e81a3a9525872be7c6b1136b5ade5c964cc6c9c6ba19e33fc48e3a9f8e0e038add709cfcffd46773f7e0e18
7
+ data.tar.gz: 2f8c8789125f743d4e38e85186e10cbee76c5d5a39ec8dc2c81f03b338998a66f3ba046802ba4712db0db9d17d2dcbe506078ef88a06b5cc1dbfb3eaf7b918f0
@@ -6,7 +6,7 @@ function _<%= @executable_name %><%= context_name %> {
6
6
  commands=(
7
7
  <%-# remove newlines and leading space on this loop -%>
8
8
  <%- command.commands.sort_by(&:name).each do |command| -%>
9
- '<%= command.name %>:<%= command.description.gsub("'", %q|\\\\'|) %>'
9
+ '<%= command.name %>:<%= command.description.gsub("'", %q|'"'"'|) %>'
10
10
  <%- end -%>
11
11
  )
12
12
  _describe 'command' commands
@@ -1,3 +1,3 @@
1
1
  module Fylla
2
- VERSION = '0.4.2'.freeze
2
+ VERSION = '0.4.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fylla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Thrailkill
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-31 00:00:00.000000000 Z
11
+ date: 2019-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler