jabberwocky 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/AUTHORS +2 -0
- data/LICENSE +1 -0
- data/README +1 -0
- data/jabberwocky.gemspec +22 -0
- data/lib/jabberwocky.rb +9 -0
- metadata +69 -0
data/AUTHORS
ADDED
data/LICENSE
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
TODO
|
data/README
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
TODO
|
data/jabberwocky.gemspec
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
spec = Gem::Specification.new do |s|
|
|
2
|
+
|
|
3
|
+
s.name = 'jabberwocky'
|
|
4
|
+
s.version = '0.0.2'
|
|
5
|
+
|
|
6
|
+
s.summary = "A complete development stack for social computation."
|
|
7
|
+
s.description = "A complete development stack for social computation."
|
|
8
|
+
|
|
9
|
+
s.author = "Salman Ahmad"
|
|
10
|
+
# s.email = "salman@salmanahmad.com"
|
|
11
|
+
s.homepage = "http://www.manreduce.org"
|
|
12
|
+
|
|
13
|
+
s.files = Dir['lib/**/*'] + Dir['bin/**/*'] + Dir['test/**/*.rb'] + ['AUTHORS', 'LICENSE', 'README', 'jabberwocky.gemspec']
|
|
14
|
+
|
|
15
|
+
s.require_paths = %w[lib]
|
|
16
|
+
s.bindir = 'bin'
|
|
17
|
+
|
|
18
|
+
s.has_rdoc = false
|
|
19
|
+
#s.extra_rdoc_files = %w[README.rdoc]
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
end
|
data/lib/jabberwocky.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: jabberwocky
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 27
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 0
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- Salman Ahmad
|
|
14
|
+
autorequire:
|
|
15
|
+
bindir: bin
|
|
16
|
+
cert_chain: []
|
|
17
|
+
|
|
18
|
+
date: 2011-08-27 00:00:00 Z
|
|
19
|
+
dependencies: []
|
|
20
|
+
|
|
21
|
+
description: A complete development stack for social computation.
|
|
22
|
+
email:
|
|
23
|
+
executables: []
|
|
24
|
+
|
|
25
|
+
extensions: []
|
|
26
|
+
|
|
27
|
+
extra_rdoc_files: []
|
|
28
|
+
|
|
29
|
+
files:
|
|
30
|
+
- lib/jabberwocky.rb
|
|
31
|
+
- AUTHORS
|
|
32
|
+
- LICENSE
|
|
33
|
+
- README
|
|
34
|
+
- jabberwocky.gemspec
|
|
35
|
+
homepage: http://www.manreduce.org
|
|
36
|
+
licenses: []
|
|
37
|
+
|
|
38
|
+
post_install_message:
|
|
39
|
+
rdoc_options: []
|
|
40
|
+
|
|
41
|
+
require_paths:
|
|
42
|
+
- lib
|
|
43
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
44
|
+
none: false
|
|
45
|
+
requirements:
|
|
46
|
+
- - ">="
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
hash: 3
|
|
49
|
+
segments:
|
|
50
|
+
- 0
|
|
51
|
+
version: "0"
|
|
52
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
|
+
none: false
|
|
54
|
+
requirements:
|
|
55
|
+
- - ">="
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
hash: 3
|
|
58
|
+
segments:
|
|
59
|
+
- 0
|
|
60
|
+
version: "0"
|
|
61
|
+
requirements: []
|
|
62
|
+
|
|
63
|
+
rubyforge_project:
|
|
64
|
+
rubygems_version: 1.8.7
|
|
65
|
+
signing_key:
|
|
66
|
+
specification_version: 3
|
|
67
|
+
summary: A complete development stack for social computation.
|
|
68
|
+
test_files: []
|
|
69
|
+
|