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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79508d1eeffdbd502b88fdc271ef9cbeca8666b3
4
- data.tar.gz: 2c03abac6d896c3b552e6c12dbac56c772b4053b
3
+ metadata.gz: b9498fd587f724de228be084dd618e415c0db505
4
+ data.tar.gz: 73a59b27a7a57e43a576fbee9e23b45697c96265
5
5
  SHA512:
6
- metadata.gz: 67253c6b591a798b54298e627b93b2cfe36e634536ccbda58dd4c7dc938271a9fb4b42a89c6da35a3a1d6daa384e8d39c1074bd458a4e48697f16c4a121c7a35
7
- data.tar.gz: 4edd381c52017fe946fe180e440313b8f6148b2c36cf1a9c7f1ed6513dc3b3b45a626a3ccca61a9f63c4d03258f68e2afc48eb8ae560b93be40f122d83b05c69
6
+ metadata.gz: 576d5840fdc180ec1b2e15c2b67dfa70ae01bbc45fa51eeb1f75e9894760505936dafe275d1c61eb9b07d11612ab361540a486bdc805c7f7de71b1d070975f98
7
+ data.tar.gz: 568bad1a8025ffec0e0327be3e251d3f8872f233c8712aac610a072354ad4a0bab79c1b16dc154c568ab44c471464de346e793702a5bf369bd018e6962abfffa
@@ -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 'daily_properties' command to run.
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
 
@@ -1,3 +1,3 @@
1
1
  module DailyProperties
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-09 00:00:00.000000000 Z
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 'daily_properties' command to run.
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