daily_properties 0.1.0 → 0.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.
- checksums.yaml +4 -4
- data/daily_properties.gemspec +1 -1
- data/lib/daily_properties/version.rb +1 -1
- metadata +3 -4
- data/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9498fd587f724de228be084dd618e415c0db505
|
4
|
+
data.tar.gz: 73a59b27a7a57e43a576fbee9e23b45697c96265
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 576d5840fdc180ec1b2e15c2b67dfa70ae01bbc45fa51eeb1f75e9894760505936dafe275d1c61eb9b07d11612ab361540a486bdc805c7f7de71b1d070975f98
|
7
|
+
data.tar.gz: 568bad1a8025ffec0e0327be3e251d3f8872f233c8712aac610a072354ad4a0bab79c1b16dc154c568ab44c471464de346e793702a5bf369bd018e6962abfffa
|
data/daily_properties.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{It displays a list of 26 properties recently sold within a zipcode area, scrapped from zillow.com}
|
13
13
|
spec.description = <<-EOF
|
14
|
-
This CLI gem helps home buyers and sellers to view the most recently sold properties within a given zipcode. Use '
|
14
|
+
This CLI gem helps home buyers and sellers to view the most recently sold properties within a given zipcode. Use 'daily-properties' command to run.
|
15
15
|
It asks users for a zipcode input, and gives users a list of 26 most recently sold properties. Users can type respective property number to get the url to view more details of the property.
|
16
16
|
EOF
|
17
17
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: daily_properties
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jingru Zhang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-04-
|
11
|
+
date: 2017-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -81,7 +81,7 @@ dependencies:
|
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
description: |2
|
84
|
-
This CLI gem helps home buyers and sellers to view the most recently sold properties within a given zipcode. Use '
|
84
|
+
This CLI gem helps home buyers and sellers to view the most recently sold properties within a given zipcode. Use 'daily-properties' command to run.
|
85
85
|
It asks users for a zipcode input, and gives users a list of 26 most recently sold properties. Users can type respective property number to get the url to view more details of the property.
|
86
86
|
email:
|
87
87
|
- zhang.jingru.93@gmail.com
|
@@ -92,7 +92,6 @@ executables:
|
|
92
92
|
extensions: []
|
93
93
|
extra_rdoc_files: []
|
94
94
|
files:
|
95
|
-
- ".DS_Store"
|
96
95
|
- ".gitignore"
|
97
96
|
- ".rspec"
|
98
97
|
- ".travis.yml"
|
data/.DS_Store
DELETED
Binary file
|