rightscale-autocomplete 0.1.1 → 0.1.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/Rakefile +1 -1
- data/VERSION +1 -1
- data/rightscale-autocomplete.gemspec +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -10,7 +10,7 @@ begin
|
|
|
10
10
|
gem.email = "joshuabates@gmail.com"
|
|
11
11
|
gem.homepage = "http://github.com/joshuabates/rightscale-autocomplete"
|
|
12
12
|
gem.authors = ["Joshua Bates"]
|
|
13
|
-
gem.
|
|
13
|
+
gem.add_dependency "rightscaler"
|
|
14
14
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
15
15
|
end
|
|
16
16
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rightscale-autocomplete}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Joshua Bates"]
|
|
12
|
-
s.date = %q{2010-03-
|
|
12
|
+
s.date = %q{2010-03-26}
|
|
13
13
|
s.description = %q{SSH completion for rightscale servers}
|
|
14
14
|
s.email = %q{joshuabates@gmail.com}
|
|
15
15
|
s.executables = ["rs-autocomplete", "sshrs"]
|
|
@@ -46,7 +46,7 @@ Gem::Specification.new do |s|
|
|
|
46
46
|
s.specification_version = 3
|
|
47
47
|
|
|
48
48
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
49
|
-
s.
|
|
49
|
+
s.add_runtime_dependency(%q<rightscaler>, [">= 0"])
|
|
50
50
|
else
|
|
51
51
|
s.add_dependency(%q<rightscaler>, [">= 0"])
|
|
52
52
|
end
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.1.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Joshua Bates
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-03-
|
|
17
|
+
date: 2010-03-26 00:00:00 -07:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
segments:
|
|
28
28
|
- 0
|
|
29
29
|
version: "0"
|
|
30
|
-
type: :
|
|
30
|
+
type: :runtime
|
|
31
31
|
version_requirements: *id001
|
|
32
32
|
description: SSH completion for rightscale servers
|
|
33
33
|
email: joshuabates@gmail.com
|