drip 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,71 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: drip
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.1
6
+ platform: ruby
7
+ authors:
8
+ - Masatoshi Seki
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2011-07-04 00:00:00 Z
14
+ dependencies: []
15
+
16
+ description: ""
17
+ email:
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - .gitignore
26
+ - Gemfile
27
+ - README
28
+ - Rakefile
29
+ - drip.gemspec
30
+ - drip.txt
31
+ - install.rb
32
+ - lib/drip.rb
33
+ - lib/drip/version.rb
34
+ - lib/my_drip.rb
35
+ - sample/copocopo.rb
36
+ - sample/drip_tw.rb
37
+ - sample/gca.rb
38
+ - sample/hello_tw.rb
39
+ - sample/my_status.rb
40
+ - sample/simple-oauth.rb
41
+ - sample/tw_markov.rb
42
+ - test/basic.rb
43
+ homepage: https://github.com/seki/Drip
44
+ licenses: []
45
+
46
+ post_install_message:
47
+ rdoc_options: []
48
+
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: "0"
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ requirements: []
64
+
65
+ rubyforge_project: drip
66
+ rubygems_version: 1.8.5
67
+ signing_key:
68
+ specification_version: 3
69
+ summary: Simple RD-Stream for Rinda::TupleSpace lovers.
70
+ test_files:
71
+ - test/basic.rb