mnky 0.0.3 → 0.0.4
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 +15 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cea31504eae319791d4a4de68c168902a5ca01c7
|
|
4
|
+
data.tar.gz: b904f7479149d9a39bcb514dbc3c982f5fcd4e28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f401b8cffd062af718c532f4a18d51acc6b76d39116ef0d438682f8082a758204a0696221fbb5e448c3072075644e6cd47ca77f38267d39f88a04af1cbeb73a8
|
|
7
|
+
data.tar.gz: 7dbefa9cd42715c362588a652e62b41e9860f8342b85738d531d6eacfef1ffef16f1033f14b98b70463d830e9ec11a7032d2d4ad943953e2fb91a217df80f474
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mnky
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jean Snyman
|
|
@@ -66,6 +66,20 @@ dependencies:
|
|
|
66
66
|
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 0.8.4
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
70
|
+
name: http
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - ~>
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: 0.6.1
|
|
76
|
+
type: :runtime
|
|
77
|
+
prerelease: false
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - ~>
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: 0.6.1
|
|
69
83
|
description: Monkey is a super simple framework for automating workstation configuration
|
|
70
84
|
and deployment. Tasks are written in Ruby with a cross-platform API for fetching
|
|
71
85
|
data and making changes to the system. These can be set to run on a schedule or
|