djinni 2.2.0 → 2.2.1
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 +4 -4
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bdeb3385f63f687e4dabe0e9c9e3c1776a57e349c0917ac5dc4004080c9a21d4
|
|
4
|
+
data.tar.gz: 401927ada94ff6fcadf7d69431cf0e824e371b415f7bb16bd7c01e2a040f088e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b80ea50198ff6a5c90b79ce2eb6b9b8efe67425e7378dc3e031767bae812ce18d228b05b8a4741f35244a8f9d72e9b7d8ce48c850d44b261c63520eb875037c
|
|
7
|
+
data.tar.gz: 8c5754f65ec193db9358137b78776aa2b7dd3dbbb2d090a037f6da750eec06c754ecad1047e8fabd761f38e2867ca025205c14aa1212304e51acae9db27323f0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: djinni
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Miles Whittaker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
@@ -56,20 +56,20 @@ dependencies:
|
|
|
56
56
|
requirements:
|
|
57
57
|
- - "~>"
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: '1.
|
|
59
|
+
version: '1.2'
|
|
60
60
|
- - ">="
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 1.
|
|
62
|
+
version: 1.2.1
|
|
63
63
|
type: :runtime
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
67
|
- - "~>"
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '1.
|
|
69
|
+
version: '1.2'
|
|
70
70
|
- - ">="
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
|
-
version: 1.
|
|
72
|
+
version: 1.2.1
|
|
73
73
|
description: This Ruby gem accepts user input and handles commands (a.k.a. wishes).
|
|
74
74
|
It dynamically loads user-defined wishes, maintains a history, and provides tab
|
|
75
75
|
completion.
|
|
@@ -86,7 +86,7 @@ files:
|
|
|
86
86
|
- lib/djinni/wish/help.rb
|
|
87
87
|
- lib/djinni/wish/history.rb
|
|
88
88
|
- lib/djinni/wish/quit.rb
|
|
89
|
-
homepage: https://
|
|
89
|
+
homepage: https://gitlab.com/mjwhitta/djinni
|
|
90
90
|
licenses:
|
|
91
91
|
- GPL-3.0
|
|
92
92
|
metadata: {}
|
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
version: '0'
|
|
107
107
|
requirements: []
|
|
108
108
|
rubyforge_project:
|
|
109
|
-
rubygems_version: 2.7.
|
|
109
|
+
rubygems_version: 2.7.7
|
|
110
110
|
signing_key:
|
|
111
111
|
specification_version: 4
|
|
112
112
|
summary: A Ruby command handler
|