snippet_cli 0.1.5 → 0.1.6

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: 95b33bfac0f6a408dd49ca49f8a585b3ab42c8bcb55e315928ffc147ffd07f32
4
- data.tar.gz: 88a90d7cffcf089f82b46db1a1571b9392cef622ff6669d09fcf43e4975c1dc6
3
+ metadata.gz: 9e6f17063fc1564393633b1e7116304e3dc84515e7547d6430cd6298f2873f9b
4
+ data.tar.gz: 6b0f44b20cda84e51aa37446bfc7cb49354b3391adbb787e09c612aea147fb91
5
5
  SHA512:
6
- metadata.gz: cfed0bb01cf75961febdfbb298964383ced4f2c9c000a9c5cc0a4a354a120ec24e3023d7453736c5c5c1092dbbc86ed3da0950b9bcff03db52cca1fb8033df35
7
- data.tar.gz: 629232114674632798919ef95301271f0e3f98b7ce8c02e98a226bd08ac4fb3ce7dc660f096ddb2f8126539262ef9753506403bec79e2b51e191a8a2d8c3adcf
6
+ metadata.gz: 2bc7d0a8424a98112723a66823057fe825a8d5b839934f03c3052723a927e18190d00a4b61a0ae3c43967798705fd545d7eace1f475319151f35a3085c99d0c8
7
+ data.tar.gz: ee75d63c4370158e752c74b533f8a619738e49f3c9186c3ad4ab46921540bc2ff82481483859b3228198f4602b93a8448983b6efee318b1ddcabd632e185ce39
@@ -1,10 +1,4 @@
1
1
  # frozen_string_literal: true
2
- require 'tty-box'
3
- require 'tty-prompt'
4
- require 'snippet_generator'
5
- require 'httparty'
6
- require 'json'
7
- require 'ascii'
8
2
  # require 'snippets_for_espanso/SnippetGenerator'
9
3
  require_relative '../command'
10
4
 
@@ -1,7 +1,4 @@
1
1
  require_relative '../command'
2
- require 'tty-box'
3
- require 'tty-prompt'
4
- require 'tty-platform'
5
2
  # frozen_string_literal: true
6
3
 
7
4
 
@@ -1,3 +1,3 @@
1
1
  module SnippetCli
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snippet_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - AJ Markow