plugman 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
-
[![Gem Version](https://badge.fury.io/rb/plugman.png)](http://rubygems.org/gems/
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/plugman.png)](http://rubygems.org/gems/plugman)
|
4
4
|
[![Build Status](https://secure.travis-ci.org/kjellm/plugman.png)](http://travis-ci.org/kjellm/plugman)
|
5
|
-
[![Code Climate](https://codeclimate.com/
|
5
|
+
[![Code Climate](https://codeclimate.com/github/kjellm/plugman.png)](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.
|