jwulff-rets4r 1.1.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.
@@ -0,0 +1,9 @@
1
+ require 'spec'
2
+
3
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
4
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
5
+ require 'rets4r'
6
+
7
+ Spec::Runner.configure do |config|
8
+
9
+ end
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jwulff-rets4r
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.1
5
+ platform: ruby
6
+ authors:
7
+ - John Wulff
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-03-24 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: john@johnwulff.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README.rdoc
24
+ - LICENSE
25
+ files:
26
+ - README.rdoc
27
+ - VERSION.yml
28
+ - lib/rets4r
29
+ - lib/rets4r/auth.rb
30
+ - lib/rets4r/client
31
+ - lib/rets4r/client/data.rb
32
+ - lib/rets4r/client/dataobject.rb
33
+ - lib/rets4r/client/metadata.rb
34
+ - lib/rets4r/client/metadataindex.rb
35
+ - lib/rets4r/client/parser.rb
36
+ - lib/rets4r/client/parsers
37
+ - lib/rets4r/client/parsers/compact.rb
38
+ - lib/rets4r/client/parsers/metadata.rb
39
+ - lib/rets4r/client/parsers/response_parser.rb
40
+ - lib/rets4r/client/transaction.rb
41
+ - lib/rets4r/client.rb
42
+ - lib/rets4r.rb
43
+ - spec/rets4r_spec.rb
44
+ - spec/spec_helper.rb
45
+ - LICENSE
46
+ has_rdoc: true
47
+ homepage: http://github.com/jwulff/rets4r
48
+ post_install_message:
49
+ rdoc_options:
50
+ - --inline-source
51
+ - --charset=UTF-8
52
+ require_paths:
53
+ - lib
54
+ required_ruby_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: "0"
59
+ version:
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: "0"
65
+ version:
66
+ requirements: []
67
+
68
+ rubyforge_project:
69
+ rubygems_version: 1.2.0
70
+ signing_key:
71
+ specification_version: 2
72
+ summary: TODO
73
+ test_files: []
74
+