loe-iclassify-interface 1.0.11 → 1.0.12
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/VERSION +1 -1
- data/iclassify-interface.gemspec +3 -2
- data/recipes/02_puppet_env.rb +3 -0
- metadata +5 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.12
|
data/iclassify-interface.gemspec
CHANGED
|
@@ -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.
|
|
5
|
+
s.version = "1.0.12"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["W. Andrew Loe III"]
|
|
9
|
-
s.date = %q{2009-07-
|
|
9
|
+
s.date = %q{2009-07-29}
|
|
10
10
|
s.email = %q{andrew@andrewloe.com}
|
|
11
11
|
s.executables = ["icagent", "icsearch", "icwatcher"]
|
|
12
12
|
s.extra_rdoc_files = [
|
|
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
|
|
|
29
29
|
"recipes/01_default_class.rb",
|
|
30
30
|
"recipes/02_ec2.rb",
|
|
31
31
|
"recipes/02_mongrel_server.rb",
|
|
32
|
+
"recipes/02_puppet_env.rb",
|
|
32
33
|
"recipes/03_mysql_server.rb"
|
|
33
34
|
]
|
|
34
35
|
s.homepage = %q{http://github.com/loe/iclassify-interface}
|
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.
|
|
4
|
+
version: 1.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- W. Andrew Loe III
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-07-
|
|
12
|
+
date: 2009-07-29 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -79,9 +79,11 @@ files:
|
|
|
79
79
|
- recipes/01_default_class.rb
|
|
80
80
|
- recipes/02_ec2.rb
|
|
81
81
|
- recipes/02_mongrel_server.rb
|
|
82
|
+
- recipes/02_puppet_env.rb
|
|
82
83
|
- recipes/03_mysql_server.rb
|
|
83
84
|
has_rdoc: false
|
|
84
85
|
homepage: http://github.com/loe/iclassify-interface
|
|
86
|
+
licenses:
|
|
85
87
|
post_install_message:
|
|
86
88
|
rdoc_options:
|
|
87
89
|
- --charset=UTF-8
|
|
@@ -102,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
102
104
|
requirements: []
|
|
103
105
|
|
|
104
106
|
rubyforge_project:
|
|
105
|
-
rubygems_version: 1.
|
|
107
|
+
rubygems_version: 1.3.5
|
|
106
108
|
signing_key:
|
|
107
109
|
specification_version: 3
|
|
108
110
|
summary: Module for interfacing with iclassify.
|