ragent 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{bin → exe}/ragent +0 -0
- data/lib/ragent/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2f2921283ed45dd85bedc3c8b25252718eb4d2a
|
4
|
+
data.tar.gz: f545fc4dcb6a30892c34ad7e5ecd5155afcacf69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 576119a16adce7134bdfa2ef37d784b85b4c70e84344727bb051453f487323641d996577eb2acfbe242954a8d966fcaf5778a937bf0bc858c24c67e8cc5d9cbd
|
7
|
+
data.tar.gz: 805fb5683d278b1a508ad9047391566a99efb450c451a266e7ded18ee30dcd3ba12ef759d009be88fe78eef1299d167552cd466376b63779db9178c27b722e4c
|
data/{bin → exe}/ragent
RENAMED
File without changes
|
data/lib/ragent/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ragent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Schrammel
|
@@ -84,7 +84,8 @@ description: Writing of agents for monitoring, chatting, ... should be easy. Ra
|
|
84
84
|
eases this with a small extraction layer over celluloid.
|
85
85
|
email:
|
86
86
|
- peter.schrammel@gmx.de
|
87
|
-
executables:
|
87
|
+
executables:
|
88
|
+
- ragent
|
88
89
|
extensions: []
|
89
90
|
extra_rdoc_files: []
|
90
91
|
files:
|
@@ -95,12 +96,12 @@ files:
|
|
95
96
|
- LICENSE.txt
|
96
97
|
- README.md
|
97
98
|
- Rakefile
|
98
|
-
- bin/ragent
|
99
99
|
- examples/Gemfile
|
100
100
|
- examples/Gemfile.lock
|
101
101
|
- examples/config.ragent
|
102
102
|
- examples/lib/ragent/plugin/login.rb
|
103
103
|
- examples/lib/ragent/plugin/time_bomb.rb
|
104
|
+
- exe/ragent
|
104
105
|
- lib/ragent.rb
|
105
106
|
- lib/ragent/command.rb
|
106
107
|
- lib/ragent/commands.rb
|