tap-http 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History +5 -0
- data/MIT-LICENSE +1 -1
- data/README +1 -1
- data/lib/tap/test/http_test.rb +1 -0
- metadata +12 -5
data/History
ADDED
data/MIT-LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c) 2008, Regents of the University of Colorado.
|
1
|
+
Copyright (c) 2008-2009, Regents of the University of Colorado.
|
2
2
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
4
4
|
software and associated documentation files (the "Software"), to deal in the Software
|
data/README
CHANGED
@@ -114,7 +114,7 @@ TapHttp is available as a gem on RubyForge[http://rubyforge.org/projects/tap].
|
|
114
114
|
|
115
115
|
== Info
|
116
116
|
|
117
|
-
Copyright (c)
|
117
|
+
Copyright (c) 2008-2009, Regents of the University of Colorado.
|
118
118
|
Developer:: {Simon Chiang}[http://bahuvrihi.wordpress.com], {Biomolecular Structure Program}[http://biomol.uchsc.edu/], {Hansen Lab}[http://hsc-proteomics.uchsc.edu/hansenlab/]
|
119
119
|
Support:: CU Denver School of Medicine Deans Academic Enrichment Fund
|
120
120
|
Licence:: {MIT-Style}[link:files/MIT-LICENSE.html]
|
data/lib/tap/test/http_test.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tap-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simon Chiang
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2009-02-17 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 0.
|
23
|
+
version: 0.12.0
|
24
24
|
version:
|
25
25
|
description:
|
26
26
|
email: simon.a.chiang@gmail.com
|
@@ -31,6 +31,7 @@ extensions: []
|
|
31
31
|
extra_rdoc_files:
|
32
32
|
- README
|
33
33
|
- MIT-LICENSE
|
34
|
+
- History
|
34
35
|
files:
|
35
36
|
- cgi/echo.rb
|
36
37
|
- cgi/http_to_yaml.rb
|
@@ -42,11 +43,17 @@ files:
|
|
42
43
|
- tap.yml
|
43
44
|
- README
|
44
45
|
- MIT-LICENSE
|
46
|
+
- History
|
45
47
|
has_rdoc: true
|
46
48
|
homepage: http://tap.rubyforge.org/tap-http
|
47
49
|
post_install_message:
|
48
|
-
rdoc_options:
|
49
|
-
|
50
|
+
rdoc_options:
|
51
|
+
- --main
|
52
|
+
- README
|
53
|
+
- -S
|
54
|
+
- -N
|
55
|
+
- --title
|
56
|
+
- Tap Http
|
50
57
|
require_paths:
|
51
58
|
- lib
|
52
59
|
required_ruby_version: !ruby/object:Gem::Requirement
|