swishe 0.1

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.
Files changed (8) hide show
  1. data/MIT-LICENSE +21 -0
  2. data/README +33 -0
  3. data/ext/MANIFEST +3 -0
  4. data/ext/extconf.rb +13 -0
  5. data/ext/swishe_base.c +2510 -0
  6. data/lib/swishe.rb +137 -0
  7. data/setup.rb +1360 -0
  8. metadata +56 -0
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: swishe
5
+ version: !ruby/object:Gem::Version
6
+ version: "0.1"
7
+ date: 2006-12-02 00:00:00 +01:00
8
+ summary: Ruby bindings for swish-e.
9
+ require_paths:
10
+ - lib
11
+ email: patrick@gundla.ch
12
+ homepage: http://rubyforge.org/projects/swishe/
13
+ rubyforge_project:
14
+ description:
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Patrick Gundlach
31
+ files:
32
+ - lib/swishe.rb
33
+ - ext/swishe_base.c
34
+ - ext/extconf.rb
35
+ - ext/MANIFEST
36
+ - setup.rb
37
+ - README
38
+ - MIT-LICENSE
39
+ test_files: []
40
+
41
+ rdoc_options:
42
+ - --main
43
+ - README
44
+ - --title
45
+ - swish-e ruby bindings documentation
46
+ extra_rdoc_files:
47
+ - README
48
+ - MIT-LICENSE
49
+ executables: []
50
+
51
+ extensions:
52
+ - ext/extconf.rb
53
+ requirements: []
54
+
55
+ dependencies: []
56
+