dummy_rets 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 65f70e40e288079921cd29db01c2292ae39021d4
4
+ data.tar.gz: acd010fb1d18b20836059e308289afe2f79898e6
5
+ SHA512:
6
+ metadata.gz: fa4e0171638c548eb163f037da9a560c982a90f4a7acc1d5a45dc0cad1232f0837da7e5bf7565e6bbc18e55bff0754da90a3b4740e3def83cf6d927ad5af3d2f
7
+ data.tar.gz: b7d44d52c722b4395a296e8af14f219cd7bff8e4d156978de2854c666dcf489ec83c002df45a3a7140ec3352700f6484710f9f4b28ff7831d296a735c7b3ee72
@@ -0,0 +1,20 @@
1
+ Copyright 2014 YOURNAME
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,3 @@
1
+ = DummyRets
2
+
3
+ This project rocks and uses MIT-LICENSE.
@@ -0,0 +1,14 @@
1
+ module Rets
2
+ class Client
3
+ def initialize(options = {})
4
+ end
5
+
6
+ def find(quantity, opts = {})
7
+ {}
8
+ end
9
+
10
+ def all_objects(opts = {})
11
+ []
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,3 @@
1
+ module DummyRets
2
+ VERSION = "0.0.1"
3
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dummy_rets
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Hieu Nguyen
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-05-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: https://github.com/hieuk09/dummy_geocoder
14
+ email:
15
+ - hieuk09@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - MIT-LICENSE
21
+ - README.rdoc
22
+ - lib/dummy_rets.rb
23
+ - lib/dummy_rets/version.rb
24
+ homepage: https://github.com/hieuk09/dummy_rets
25
+ licenses:
26
+ - MIT
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - '>='
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.2.2
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Dummy RETS
48
+ test_files: []