bolseragency-ecircle 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bolseragency-ecircle
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - mattfawcett
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-06-15 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: matt@bolseragency.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - LICENSE
24
+ - README
25
+ files:
26
+ - .document
27
+ - .gitignore
28
+ - LICENSE
29
+ - README
30
+ - Rakefile
31
+ - VERSION
32
+ - ecircle.gemspec
33
+ - ecm.wsdl
34
+ - lib/ecircle.rb
35
+ - spec/ecircle_spec.rb
36
+ - spec/spec_helper.rb
37
+ - synchronous/EcMSoapBridgeServiceClient.rb
38
+ - synchronous/synchronous.rb
39
+ - synchronous/synchronousDriver.rb
40
+ - synchronous/synchronousMappingRegistry.rb
41
+ has_rdoc: true
42
+ homepage: http://github.com/bolseragency/ecircle
43
+ post_install_message:
44
+ rdoc_options:
45
+ - --charset=UTF-8
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: "0"
53
+ version:
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: "0"
59
+ version:
60
+ requirements: []
61
+
62
+ rubyforge_project:
63
+ rubygems_version: 1.2.0
64
+ signing_key:
65
+ specification_version: 2
66
+ summary: Ruby library to interface with Ecircle API
67
+ test_files:
68
+ - spec/ecircle_spec.rb
69
+ - spec/spec_helper.rb