anybase 0.0.1 → 0.0.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 +0 -5
- data/VERSION +1 -1
- metadata +4 -13
data/Rakefile
CHANGED
|
@@ -7,13 +7,8 @@ begin
|
|
|
7
7
|
s.homepage = "http://github.com/joshbuddy/anybase"
|
|
8
8
|
s.authors = ["Joshua Hull"]
|
|
9
9
|
s.files = FileList["[A-Z]*", "{lib,spec}/**/*"]
|
|
10
|
-
s.add_dependency 'fuzzyhash', '>=0.0.9'
|
|
11
10
|
end
|
|
12
11
|
Jeweler::GemcutterTasks.new
|
|
13
|
-
Jeweler::RubyforgeTasks.new do |rubyforge|
|
|
14
|
-
rubyforge.doc_task = "rdoc"
|
|
15
|
-
rubyforge.remote_doc_path = ''
|
|
16
|
-
end
|
|
17
12
|
rescue LoadError
|
|
18
13
|
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
|
19
14
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anybase
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joshua Hull
|
|
@@ -9,19 +9,10 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-12-03 00:00:00 -05:00
|
|
13
13
|
default_executable:
|
|
14
|
-
dependencies:
|
|
15
|
-
|
|
16
|
-
name: fuzzyhash
|
|
17
|
-
type: :runtime
|
|
18
|
-
version_requirement:
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
20
|
-
requirements:
|
|
21
|
-
- - ">="
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: 0.0.9
|
|
24
|
-
version:
|
|
14
|
+
dependencies: []
|
|
15
|
+
|
|
25
16
|
description: Numbers from anybase to anybase
|
|
26
17
|
email: joshbuddy@gmail.com
|
|
27
18
|
executables: []
|