simplyrets 1.0.5 → 1.0.6

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplyrets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Reichert
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-02-25 00:00:00.000000000 Z
12
+ date: 2016-04-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus
@@ -202,7 +202,6 @@ extra_rdoc_files: []
202
202
  files:
203
203
  - Gemfile
204
204
  - Gemfile.lock
205
- - Gemfile.lock~
206
205
  - LICENSE
207
206
  - README.org
208
207
  - Rakefile
@@ -226,14 +225,31 @@ files:
226
225
  - lib/simplyrets/models/street_address.rb
227
226
  - lib/simplyrets/models/tax.rb
228
227
  - lib/simplyrets/simplyrets.rb
229
- - lib/simplyrets/simplyrets/.version.rb.un~
230
228
  - lib/simplyrets/simplyrets/api_error.rb
231
229
  - lib/simplyrets/simplyrets/configuration.rb
232
230
  - lib/simplyrets/simplyrets/request.rb
233
231
  - lib/simplyrets/simplyrets/response.rb
234
232
  - lib/simplyrets/simplyrets/version.rb
235
- - lib/simplyrets/simplyrets/version.rb~
236
233
  - simplyrets.gemspec
234
+ - spec/api/default_api_spec.rb
235
+ - spec/api/default_api_spec.rb~
236
+ - spec/models/agent_spec.rb
237
+ - spec/models/broker_spec.rb
238
+ - spec/models/contact_information_spec.rb
239
+ - spec/models/error_spec.rb
240
+ - spec/models/geographic_data_spec.rb
241
+ - spec/models/listing_spec.rb
242
+ - spec/models/mls_information_spec.rb
243
+ - spec/models/office_spec.rb
244
+ - spec/models/open_house_spec.rb
245
+ - spec/models/parking_spec.rb
246
+ - spec/models/property_spec.rb
247
+ - spec/models/sales_spec.rb
248
+ - spec/models/school_spec.rb
249
+ - spec/models/street_address_spec.rb
250
+ - spec/models/tax_spec.rb
251
+ - spec/spec_helper.rb
252
+ - spec/spec_helper.rb~
237
253
  homepage: https://simplyrets.com
238
254
  licenses:
239
255
  - MIT
@@ -1,60 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- simplyrets (1.0.5)
5
- json (~> 1.4, >= 1.4.6)
6
- typhoeus (~> 0.2, >= 0.2.1)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- ZenTest (4.11.0)
12
- addressable (2.3.8)
13
- autotest (4.4.6)
14
- ZenTest (>= 4.4.1)
15
- autotest-fsevent (0.2.10)
16
- sys-uname
17
- autotest-growl (0.2.16)
18
- autotest-rails-pure (4.1.2)
19
- crack (0.4.2)
20
- safe_yaml (~> 1.0.0)
21
- diff-lcs (1.2.5)
22
- ethon (0.7.4)
23
- ffi (>= 1.3.0)
24
- ffi (1.9.10)
25
- json (1.8.3)
26
- rspec (3.3.0)
27
- rspec-core (~> 3.3.0)
28
- rspec-expectations (~> 3.3.0)
29
- rspec-mocks (~> 3.3.0)
30
- rspec-core (3.3.2)
31
- rspec-support (~> 3.3.0)
32
- rspec-expectations (3.3.1)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.3.0)
35
- rspec-mocks (3.3.2)
36
- diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.3.0)
38
- rspec-support (3.3.0)
39
- safe_yaml (1.0.4)
40
- sys-uname (1.0.2)
41
- ffi (>= 1.0.0)
42
- typhoeus (0.7.3)
43
- ethon (>= 0.7.4)
44
- vcr (2.9.3)
45
- webmock (1.21.0)
46
- addressable (>= 2.3.6)
47
- crack (>= 0.3.2)
48
-
49
- PLATFORMS
50
- ruby
51
-
52
- DEPENDENCIES
53
- autotest (~> 4.4, >= 4.4.6)
54
- autotest-fsevent (~> 0.2, >= 0.2.10)
55
- autotest-growl (~> 0.2, >= 0.2.16)
56
- autotest-rails-pure (~> 4.1, >= 4.1.2)
57
- rspec (~> 3.2, >= 3.2.0)
58
- simplyrets!
59
- vcr (~> 2.9, >= 2.9.3)
60
- webmock (~> 1.6, >= 1.6.2)
@@ -1,5 +0,0 @@
1
- module SimplyRetsClient
2
- module SimplyRets
3
- VERSION = "1.0.4"
4
- end
5
- end