kns_endpoint 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +19 -3
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kns_endpoint
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Farmer
@@ -34,6 +34,22 @@ dependencies:
34
34
  version: 1.2.4
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
+ - !ruby/object:Gem::Dependency
38
+ name: rest-client
39
+ prerelease: false
40
+ requirement: &id002 !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ hash: 13
46
+ segments:
47
+ - 1
48
+ - 6
49
+ - 1
50
+ version: 1.6.1
51
+ type: :runtime
52
+ version_requirements: *id002
37
53
  description: " Build a Kynetx Endpoint in Ruby. Adds the ability to raise, or signal, events on the KNS Platform with\n a simple DSL to your existing or new ruby scripts or applications.\n"
38
54
  email: mjf@kynetx.com
39
55
  executables: []