rentlinx 0.0.1a1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 56bf022f8acf7102f71aa040e128faca6d8270f3
4
+ data.tar.gz: bf0058098da091c7e261adf2eec111c44b49ae1c
5
+ SHA512:
6
+ metadata.gz: d71353c3d0d020714c7ff4143ba98eccfb06955774a90869586a2568649f215c3fbb848ee175c116f3a51f9892f3e4db71c6e635a785f192754e13e2a17e1045
7
+ data.tar.gz: 830da5da63f459bb45d9cfe889a24479e3d61aaf387b59d0366078ae970b490fe8a7de069fe82444e80f60bf90bfbcbebfb26759d84710b64e619919825c83e8
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2015, AppFolio, Inc.
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are met:
6
+
7
+ 1. Redistributions of source code must retain the above copyright notice, this
8
+ list of conditions and the following disclaimer.
9
+ 2. Redistributions in binary form must reproduce the above copyright notice,
10
+ this list of conditions and the following disclaimer in the documentation
11
+ and/or other materials provided with the distribution.
12
+
13
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
14
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
17
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
20
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
21
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
22
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/README.md ADDED
@@ -0,0 +1,12 @@
1
+ # rentlinx_client: Ruby Client Wrapper for the RentLinx API
2
+
3
+
4
+ ### Installation
5
+
6
+ gem install rentlinx
7
+
8
+ ## Copyright and license
9
+
10
+ Source released under the Simplified BSD License.
11
+
12
+ Copyright (c), 2015, AppFolio, Inc
data/lib/rentlinx.rb ADDED
@@ -0,0 +1 @@
1
+ require 'rentlinx/version'
@@ -0,0 +1,4 @@
1
+ # Rentlinx
2
+ module Rentlinx
3
+ VERSION = '0.0.1a1'
4
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rentlinx
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1a1
5
+ platform: ruby
6
+ authors:
7
+ - AppFolio, Inc.
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-06-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: bryce.boe@appfolio.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE.txt
20
+ - README.md
21
+ - lib/rentlinx.rb
22
+ - lib/rentlinx/version.rb
23
+ homepage: https://github.com/appfolio/rentlinx_client
24
+ licenses:
25
+ - Simplified BSD
26
+ metadata: {}
27
+ post_install_message: Thanks for installing!
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">"
39
+ - !ruby/object:Gem::Version
40
+ version: 1.3.1
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.4.3
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: API Wrapper for
47
+ test_files: []