plugman 1.0.1 → 1.0.2
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.
- data/CHANGES +4 -0
- data/README.md +2 -2
- data/lib/plugman/config_loader.rb +1 -1
- data/lib/plugman/version.rb +1 -1
- metadata +3 -6
data/CHANGES
CHANGED
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Plugman
|
|
2
2
|
=======
|
|
3
|
-
[](http://rubygems.org/gems/
|
|
3
|
+
[](http://rubygems.org/gems/plugman)
|
|
4
4
|
[](http://travis-ci.org/kjellm/plugman)
|
|
5
|
-
[](https://codeclimate.com/github/kjellm/plugman)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Plugman is a plugin manager that supports event driven communication
|
data/lib/plugman/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: plugman
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-04-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Plugman is a plugin manager that supports event driven communication
|
|
15
15
|
with plugins. It handles the loading, initialization and all communications with
|
|
@@ -49,12 +49,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
49
49
|
- - ! '>='
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
51
|
version: '0'
|
|
52
|
-
segments:
|
|
53
|
-
- 0
|
|
54
|
-
hash: -931528678110624299
|
|
55
52
|
requirements: []
|
|
56
53
|
rubyforge_project:
|
|
57
|
-
rubygems_version: 1.8.
|
|
54
|
+
rubygems_version: 1.8.25
|
|
58
55
|
signing_key:
|
|
59
56
|
specification_version: 3
|
|
60
57
|
summary: A plugin manager.
|