loe-iclassify-interface 1.0.10 → 1.0.11
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/iclassify-interface.gemspec +3 -3
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -5,7 +5,7 @@ begin
|
|
|
5
5
|
require 'jeweler'
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "iclassify-interface"
|
|
8
|
-
gem.summary = %Q{
|
|
8
|
+
gem.summary = %Q{Module for interfacing with iclassify.}
|
|
9
9
|
gem.email = "andrew@andrewloe.com"
|
|
10
10
|
gem.homepage = "http://github.com/loe/iclassify-interface"
|
|
11
11
|
gem.authors = ["W. Andrew Loe III"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.11
|
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.11"
|
|
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-24}
|
|
10
10
|
s.email = %q{andrew@andrewloe.com}
|
|
11
11
|
s.executables = ["icagent", "icsearch", "icwatcher"]
|
|
12
12
|
s.extra_rdoc_files = [
|
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
36
36
|
s.require_paths = ["lib"]
|
|
37
37
|
s.rubygems_version = %q{1.3.4}
|
|
38
|
-
s.summary = %q{
|
|
38
|
+
s.summary = %q{Module for interfacing with iclassify.}
|
|
39
39
|
|
|
40
40
|
if s.respond_to? :specification_version then
|
|
41
41
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
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.11
|
|
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-24 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -105,6 +105,6 @@ rubyforge_project:
|
|
|
105
105
|
rubygems_version: 1.2.0
|
|
106
106
|
signing_key:
|
|
107
107
|
specification_version: 3
|
|
108
|
-
summary:
|
|
108
|
+
summary: Module for interfacing with iclassify.
|
|
109
109
|
test_files: []
|
|
110
110
|
|