redcar_plugin 0.5.0 → 0.5.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 → Readme.md} +0 -0
- data/redcar_plugin.gemspec +12 -0
- data/repos.yaml +4 -1
- metadata +46 -38
data/{README.md → Readme.md}
RENAMED
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Gem::Specification.new do |s|
|
|
2
|
+
s.name = "redcar_plugin"
|
|
3
|
+
s.version = "0.5.1"
|
|
4
|
+
s.description = "Simple command-line utility to help you install,update and delete redcar plugins"
|
|
5
|
+
s.homepage = "https://github.com/mytrile/redcar_plugin"
|
|
6
|
+
s.authors = %w[Mitko Kostov]
|
|
7
|
+
s.email = %w[mitko.kostov@gmail.com]
|
|
8
|
+
s.files = %w[Readme.md repos.yaml redcar_plugin.gemspec bin/redcar_plugin lib/redcar_plugin.rb]
|
|
9
|
+
s.executables = %[redcar_plugin]
|
|
10
|
+
s.summary = s.description
|
|
11
|
+
s.add_dependency('thor', '~> 0.14.4')
|
|
12
|
+
end
|
data/repos.yaml
CHANGED
|
@@ -46,4 +46,7 @@ repos:
|
|
|
46
46
|
description: Opens a context menu for opening a related file or running arbitrary Ruby commands
|
|
47
47
|
vimly:
|
|
48
48
|
url: https://github.com/kattrali/redcar-vimly.git
|
|
49
|
-
description: Some vim-like commands for the Redcar Editor
|
|
49
|
+
description: Some vim-like commands for the Redcar Editor
|
|
50
|
+
redcar-grep:
|
|
51
|
+
url: https://github.com/superchris/redcar-grep.git
|
|
52
|
+
description: A stupid simple grep plugin for redcar
|
metadata
CHANGED
|
@@ -1,64 +1,72 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redcar_plugin
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.0
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
5
4
|
prerelease:
|
|
5
|
+
version: 0.5.1
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
8
|
-
- Mitko
|
|
7
|
+
authors:
|
|
8
|
+
- Mitko
|
|
9
|
+
- Kostov
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
|
|
14
|
+
date: 2011-06-05 00:00:00 +03:00
|
|
15
|
+
default_executable:
|
|
16
|
+
dependencies:
|
|
17
|
+
- !ruby/object:Gem::Dependency
|
|
16
18
|
name: thor
|
|
17
|
-
|
|
19
|
+
prerelease: false
|
|
20
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
18
21
|
none: false
|
|
19
|
-
requirements:
|
|
20
|
-
- -
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version:
|
|
22
|
+
requirements:
|
|
23
|
+
- - ~>
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: 0.14.4
|
|
23
26
|
type: :runtime
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
executables:
|
|
27
|
+
version_requirements: *id001
|
|
28
|
+
description: Simple command-line utility to help you install,update and delete redcar plugins
|
|
29
|
+
email:
|
|
30
|
+
- mitko.kostov@gmail.com
|
|
31
|
+
executables:
|
|
30
32
|
- redcar_plugin
|
|
31
33
|
extensions: []
|
|
34
|
+
|
|
32
35
|
extra_rdoc_files: []
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
-
|
|
36
|
-
- README.md
|
|
36
|
+
|
|
37
|
+
files:
|
|
38
|
+
- Readme.md
|
|
37
39
|
- repos.yaml
|
|
40
|
+
- redcar_plugin.gemspec
|
|
41
|
+
- bin/redcar_plugin
|
|
42
|
+
- lib/redcar_plugin.rb
|
|
38
43
|
has_rdoc: true
|
|
39
|
-
homepage:
|
|
44
|
+
homepage: https://github.com/mytrile/redcar_plugin
|
|
40
45
|
licenses: []
|
|
46
|
+
|
|
41
47
|
post_install_message:
|
|
42
48
|
rdoc_options: []
|
|
43
|
-
|
|
49
|
+
|
|
50
|
+
require_paths:
|
|
44
51
|
- lib
|
|
45
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
53
|
none: false
|
|
47
|
-
requirements:
|
|
48
|
-
- -
|
|
49
|
-
- !ruby/object:Gem::Version
|
|
50
|
-
version:
|
|
51
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
|
+
requirements:
|
|
55
|
+
- - ">="
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
version: "0"
|
|
58
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
59
|
none: false
|
|
53
|
-
requirements:
|
|
54
|
-
- -
|
|
55
|
-
- !ruby/object:Gem::Version
|
|
56
|
-
version:
|
|
60
|
+
requirements:
|
|
61
|
+
- - ">="
|
|
62
|
+
- !ruby/object:Gem::Version
|
|
63
|
+
version: "0"
|
|
57
64
|
requirements: []
|
|
65
|
+
|
|
58
66
|
rubyforge_project:
|
|
59
67
|
rubygems_version: 1.6.2
|
|
60
68
|
signing_key:
|
|
61
69
|
specification_version: 3
|
|
62
|
-
summary:
|
|
63
|
-
delete redcar plugins
|
|
70
|
+
summary: Simple command-line utility to help you install,update and delete redcar plugins
|
|
64
71
|
test_files: []
|
|
72
|
+
|