redcar_plugin 0.4 → 0.4.1
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/README.md +1 -1
- data/repos.yaml +3 -0
- metadata +31 -36
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Redcar plugin manager is simple command-line utility to help you install,update
|
|
|
6
6
|
Installation
|
|
7
7
|
------------
|
|
8
8
|
|
|
9
|
-
Just install the [gem](
|
|
9
|
+
Just install the [gem](https://rubygems.org/gems/redcar_plugin). Depends on [thor](https://github.com/wycats/thor).
|
|
10
10
|
> $ [sudo] gem install redcar_plugin
|
|
11
11
|
|
|
12
12
|
Usage
|
data/repos.yaml
CHANGED
|
@@ -20,6 +20,9 @@ repos:
|
|
|
20
20
|
redcar-help:
|
|
21
21
|
url: https://github.com/wcherry/redcar-help.git
|
|
22
22
|
description: Help system for Redcar
|
|
23
|
+
redcar-markup-preview:
|
|
24
|
+
url: https://github.com/orangemug/redcar_markup_preview
|
|
25
|
+
description: Markup preview generator for Redcar
|
|
23
26
|
touchy:
|
|
24
27
|
url: https://github.com/mscharley/touchy.git
|
|
25
28
|
description: Adds a "Touch file" option to the project plugin's context menu.
|
metadata
CHANGED
|
@@ -1,38 +1,36 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redcar_plugin
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.4.1
|
|
4
5
|
prerelease:
|
|
5
|
-
version: "0.4"
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
7
|
+
authors:
|
|
8
8
|
- Mitko Kostov
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
date: 2011-04-01 00:00:00 +03:00
|
|
12
|
+
date: 2011-04-15 00:00:00.000000000 %:z
|
|
14
13
|
default_executable: redcar_plugin
|
|
15
|
-
dependencies:
|
|
16
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
+
dependencies:
|
|
15
|
+
- !ruby/object:Gem::Dependency
|
|
17
16
|
name: thor
|
|
18
|
-
|
|
19
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
17
|
+
requirement: &22238160 !ruby/object:Gem::Requirement
|
|
20
18
|
none: false
|
|
21
|
-
requirements:
|
|
22
|
-
- -
|
|
23
|
-
- !ruby/object:Gem::Version
|
|
24
|
-
version:
|
|
19
|
+
requirements:
|
|
20
|
+
- - ! '>='
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '0'
|
|
25
23
|
type: :runtime
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
prerelease: false
|
|
25
|
+
version_requirements: *22238160
|
|
26
|
+
description: redcar_plugin is simple command-line utility to help you install,update
|
|
27
|
+
and delete redcar plugins
|
|
28
28
|
email: mitko.kostov@gmail.com
|
|
29
|
-
executables:
|
|
29
|
+
executables:
|
|
30
30
|
- redcar_plugin
|
|
31
31
|
extensions: []
|
|
32
|
-
|
|
33
32
|
extra_rdoc_files: []
|
|
34
|
-
|
|
35
|
-
files:
|
|
33
|
+
files:
|
|
36
34
|
- lib/redcar_plugin.rb
|
|
37
35
|
- bin/redcar_plugin
|
|
38
36
|
- README.md
|
|
@@ -40,30 +38,27 @@ files:
|
|
|
40
38
|
has_rdoc: true
|
|
41
39
|
homepage: http://github.com/mytrile/redcar_plugin
|
|
42
40
|
licenses: []
|
|
43
|
-
|
|
44
41
|
post_install_message:
|
|
45
42
|
rdoc_options: []
|
|
46
|
-
|
|
47
|
-
require_paths:
|
|
43
|
+
require_paths:
|
|
48
44
|
- lib
|
|
49
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
45
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
46
|
none: false
|
|
51
|
-
requirements:
|
|
52
|
-
- -
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
55
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
|
+
requirements:
|
|
48
|
+
- - ! '>='
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: '0'
|
|
51
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
52
|
none: false
|
|
57
|
-
requirements:
|
|
58
|
-
- -
|
|
59
|
-
- !ruby/object:Gem::Version
|
|
60
|
-
version:
|
|
53
|
+
requirements:
|
|
54
|
+
- - ! '>='
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
version: '0'
|
|
61
57
|
requirements: []
|
|
62
|
-
|
|
63
58
|
rubyforge_project:
|
|
64
59
|
rubygems_version: 1.6.2
|
|
65
60
|
signing_key:
|
|
66
61
|
specification_version: 3
|
|
67
|
-
summary: redcar_plugin is simple command-line utility to help you install,update and
|
|
62
|
+
summary: redcar_plugin is simple command-line utility to help you install,update and
|
|
63
|
+
delete redcar plugins
|
|
68
64
|
test_files: []
|
|
69
|
-
|