loe-iclassify-interface 1.0.15 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.15
1
+ 1.1.0
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{iclassify-interface}
5
- s.version = "1.0.15"
5
+ s.version = "1.1.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Adam Jacob", "W. Andrew Loe III"]
9
- s.date = %q{2009-08-13}
9
+ s.date = %q{2009-08-21}
10
10
  s.email = %q{andrew@andrewloe.com}
11
11
  s.executables = ["icagent", "icpuppet", "icsearch", "icwatcher"]
12
12
  s.extra_rdoc_files = [
@@ -39,6 +39,6 @@ if attrib?('domain') =~ /(\.amazonaws.com|compute-1.internal|ec2.internal)$/
39
39
  replace_attrib("ec2", "true")
40
40
 
41
41
  get_keys.each do |key|
42
- replace_attrib("ec2-#{key.gsub('/', '-')}", get_from_ec2("#{key}"))
42
+ replace_attrib("ec2_#{key.gsub(/-|\//, '_')}", get_from_ec2("#{key}"))
43
43
  end
44
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: loe-iclassify-interface
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.15
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Jacob
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-08-13 00:00:00 -07:00
13
+ date: 2009-08-21 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency