quotes500 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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 831c3f49f507dcde99d894a3e004a7d632f6b9cc
4
+ data.tar.gz: a8d21048395f9ef0b06c8986e3e8f4a752b45567
5
+ SHA512:
6
+ metadata.gz: 2364f5d6fccbda8fbad88416396d34094d153b07de60dca7b1cf0d026a2927daf1b3933f6992ea0f8b956e102b6ab5481b91fd3d0517ebf3f21c407d47320d69
7
+ data.tar.gz: ef708cb8d0e281be1d1dc37776dcdcfae051bd0109f74f3ebc080881e30dca5ce6dcc0a7b3ffd94149010e6ee7861243de990f84e7fc538655feb54480c50be4
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ /output/
11
+ /pkg/
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.3.0
4
+ before_install: gem install bundler -v 1.11.2
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+ # Specify your gem's dependencies in quotes500.gemspec
3
+ # gemspec
4
+ gem 'nokogiri', '~> 1.6.7'
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Jun_K
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,183 @@
1
+ # Quotes500
2
+ Quotes500 is JSON generator for [quotery.com](http://www.quotery.com/). It parses html content, converting it to JSON file.
3
+
4
+ you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/quotes500`. To experiment with that code, run `bin/console` for an interactive prompt.
5
+
6
+ Before
7
+ ```html
8
+ <div class="blog-quote">
9
+ <div class="blog-quote__count"><span>1</span>QUOTE</div>
10
+ <div class="blog-quote__content">
11
+ <a href="http://www.quotery.com/quotes/we-look-forward-to-the-time-when-the-power-of/">We look forward to the time when the Power of Love will replace the Love of Power. Then will our world know the blessings of peace.</a>
12
+ </div>
13
+ <div class="blog-quote__author">
14
+ <span>
15
+ <a href="http://www.quotery.com/authors/william-ewart-gladstone/">
16
+ <img src="http://img.quotery.com/pictures/2014/05/william-gladstone-150x150.jpg" alt="A photograph of William Gladstone." class="blog-quote__thumbnail">
17
+ William Ewart Gladstone </a>
18
+ </span>
19
+ </div>
20
+ </div>
21
+ <div class="blog-quote">
22
+ <div class="blog-quote__count"><span>2</span>QUOTE</div>
23
+ <div class="blog-quote__content">
24
+ <a href="http://www.quotery.com/quotes/it-is-better-to-remain-silent-at-the-risk-of/">It is better to remain silent at the risk of being thought a fool, than to talk and remove all doubt of it.</a>
25
+ </div>
26
+ <div class="blog-quote__author">
27
+ <span>
28
+ <a href="http://www.quotery.com/authors/maurice-switzer/">
29
+ <img src="http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg" alt="" class="blog-quote__thumbnail">
30
+ Maurice Switzer </a>
31
+ </span>
32
+ </div>
33
+ </div>
34
+ <div class="blog-quote">
35
+ <div class="blog-quote__count"><span>3</span>QUOTE</div>
36
+ <div class="blog-quote__content">
37
+ <a href="http://www.quotery.com/quotes/for-success-attitude-is-equally-as-important-as-ability/">For success, attitude is equally as important as ability.</a>
38
+ </div>
39
+ <div class="blog-quote__author">
40
+ <span>
41
+ <a href="http://www.quotery.com/authors/anonymous/">
42
+ <img src="http://img.quotery.com/pictures/2013/10/Anonymous-150x150.jpg" alt="A photograph of Anonymous." class="blog-quote__thumbnail">
43
+ Anonymous </a>
44
+ </span>
45
+ </div>
46
+ </div>
47
+ <div class="blog-quote">
48
+ <div class="blog-quote__count"><span>4</span>QUOTE</div>
49
+ <div class="blog-quote__content">
50
+ <a href="http://www.quotery.com/quotes/either-you-run-the-day-or-the-day-runs-you/">Either you run the day, or the day runs you.</a>
51
+ </div>
52
+ <div class="blog-quote__author">
53
+ <span>
54
+ <a href="http://www.quotery.com/authors/jim-rohn/">
55
+ <img src="http://img.quotery.com/pictures/2013/10/jim-rohn-150x150.jpg" alt="A photograph of Jim Rohn." class="blog-quote__thumbnail">
56
+ Jim Rohn </a>
57
+ </span>
58
+ </div>
59
+ </div>
60
+ <div class="blog-quote">
61
+ <div class="blog-quote__count"><span>5</span>QUOTE</div>
62
+ <div class="blog-quote__content">
63
+ <a href="http://www.quotery.com/quotes/when-i-die-i-want-to-go-peacefully-like-my/">When I die, I want to go peacefully like my grandfather did–in his sleep. Not yelling and screaming like the passengers in his car.</a>
64
+ </div>
65
+ <div class="blog-quote__author">
66
+ <span>
67
+ <a href="http://www.quotery.com/authors/bob-monkhouse/">
68
+ <img src="http://img.quotery.com/pictures/2013/11/bob-monkhouse-150x150.jpg" alt="A photograph of Bob Monkhouse." class="blog-quote__thumbnail">
69
+ Bob Monkhouse </a>
70
+ </span>
71
+ </div>
72
+ </div>
73
+ <div class="blog-quote">
74
+ <div class="blog-quote__count"><span>6</span>QUOTE</div>
75
+ <div class="blog-quote__content">
76
+ <a href="http://www.quotery.com/quotes/when-i-was-5-years-old-my-mother-always-told/">When I was 5 years old, my mother always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down &#8220;happy.&#8221; They told me I didn’t understand the assignment, and I told them they didn’t understand life.</a>
77
+ </div>
78
+ <div class="blog-quote__author">
79
+ <span>
80
+ <a href="http://www.quotery.com/authors/anonymous/">
81
+ <img src="http://img.quotery.com/pictures/2013/10/Anonymous-150x150.jpg" alt="A photograph of Anonymous." class="blog-quote__thumbnail">
82
+ Anonymous </a>
83
+ </span>
84
+ </div>
85
+ </div>
86
+ ```
87
+ After
88
+ ```JSON
89
+ {
90
+ "quotes": [
91
+ {
92
+ "author": "William Ewart Gladstone",
93
+ "rank": 1,
94
+ "content": "We look forward to the time when the Power of Love will replace the Love of Power. Then will our world know the blessings of peace.",
95
+ "imageSrc": "http://img.quotery.com/pictures/2014/05/william-gladstone-150x150.jpg"
96
+ },
97
+ {
98
+ "author": "Maurice Switzer",
99
+ "rank": 2,
100
+ "content": "It is better to remain silent at the risk of being thought a fool, than to talk and remove all doubt of it.",
101
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
102
+ },
103
+ {
104
+ "author": "Anonymous",
105
+ "rank": 3,
106
+ "content": "For success, attitude is equally as important as ability.",
107
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/Anonymous-150x150.jpg"
108
+ },
109
+ {
110
+ "author": "Jim Rohn",
111
+ "rank": 4,
112
+ "content": "Either you run the day, or the day runs you.",
113
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/jim-rohn-150x150.jpg"
114
+ },
115
+ {
116
+ "author": "Bob Monkhouse",
117
+ "rank": 5,
118
+ "content": "When I die, I want to go peacefully like my grandfather did–in his sleep. Not yelling and screaming like the passengers in his car.",
119
+ "imageSrc": "http://img.quotery.com/pictures/2013/11/bob-monkhouse-150x150.jpg"
120
+ },
121
+ {
122
+ "author": "Anonymous",
123
+ "rank": 6,
124
+ "content": "When I was 5 years old, my mother always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment, and I told them they didn’t understand life.",
125
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/Anonymous-150x150.jpg"
126
+ },
127
+ {
128
+ "author": "Margaret Mead",
129
+ "rank": 7,
130
+ "content": "Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it’s the only thing that ever has.",
131
+ "imageSrc": "http://img.quotery.com/pictures/2014/04/margaret-mead-150x150.jpg"
132
+ },
133
+ {
134
+ "author": "Kent M. Keith",
135
+ "rank": 8,
136
+ "content": "People are illogical, unreasonable, and self-centered. Love them anyway.",
137
+ "imageSrc": "http://img.quotery.com/pictures/2014/05/kent-m-keith-150x150.jpg"
138
+ },
139
+ {
140
+ "author": "François (VI) (Duc de La Rochefoucauld)",
141
+ "rank": 9,
142
+ "content": "Absence diminishes mediocre passions and increases great ones, as the wind blows out candles and fans fire.",
143
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/françois-de-la-rochefoucauld-150x150.jpg"
144
+ },
145
+ {
146
+ "author": "Stacey Kramer",
147
+ "rank": 10,
148
+ "content": "The next time you’re faced with something that’s unexpected, unwanted and uncertain, consider that it just may be a gift.",
149
+ "imageSrc": "http://img.quotery.com/pictures/2014/04/stacey-kramer-150x150.jpg"
150
+ }
151
+ ]
152
+ }
153
+ ```
154
+
155
+
156
+ ## Installation
157
+
158
+ ```shell
159
+ sudo gem install quotes500
160
+ ```
161
+
162
+ ## Usage
163
+
164
+ Generate 500 quotes
165
+
166
+ ``` shell
167
+ quotes500
168
+ ```
169
+
170
+ ## Development
171
+
172
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
173
+
174
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
175
+
176
+ ## Contributing
177
+
178
+ Bug reports and pull requests are welcome on GitHub at https://github.com/jj1100x/quotes500.
179
+
180
+
181
+ ## License
182
+
183
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.libs << "lib"
7
+ t.test_files = FileList['test/**/*_test.rb']
8
+ end
9
+
10
+ task :default => :test
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "quotes500"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
data/bin/quotes500 ADDED
@@ -0,0 +1,21 @@
1
+ #!/usr/bin/env ruby
2
+ # require "bundler/setup"
3
+ require "quotes500"
4
+ require "nokogiri"
5
+ if ARGV.empty?
6
+ Quotes500.execute(10)
7
+ else
8
+ if ARGV.length > 1
9
+ abort "\n Error: the number of arguments shouldn't be greater than 1"
10
+ else
11
+ quote_number = ARGV[0].to_i
12
+ case quote_number
13
+ when 0
14
+ abort "\n Error: 0 is not allowed"
15
+ when 1..50
16
+ Quotes500.execute(quote_number)
17
+ when quote_number > 50
18
+ abort "\n Error: Specify from 1 to 50"
19
+ end
20
+ end
21
+ end
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
data/lib/quotes500.rb ADDED
@@ -0,0 +1,103 @@
1
+ require "quotes500/version"
2
+ # require "nokogiri"
3
+
4
+ module Quotes500
5
+ BASE_URL = "http://www.quotery.com/lists/top-500-greatest-quotes-of-all-time/"
6
+
7
+ class Quote
8
+ attr_reader :author, :imgUrl, :content, :rank
9
+ def initialize(author, imgUrl, content, rank)
10
+ @author = author
11
+ @imgUrl = imgUrl
12
+ @content = content
13
+ @rank = rank
14
+ end
15
+ end
16
+
17
+ # HTMLParser loads a html source file from url, parsing data you need
18
+ #
19
+ class HTMLParser
20
+ require "open-uri"
21
+ SELECTOR_AUTHOR = "div.blog-quote__author"
22
+ SELECTOR_AUTHOR_IMG_URL = "div.blog-quote__author img"
23
+ SELECTOR_RANK = "div.blog-quote__count span"
24
+ SELECTOR_QUOTE = "div.blog-quote__content"
25
+
26
+ attr_reader :page, :count, :targetSelector, :quotes
27
+ def initialize(url, pageNumber)
28
+
29
+ @document = Nokogiri::HTML(open(url+"#{pageNumber}/"))
30
+ @page = pageNumber
31
+ @count = @document.css('div.blog-quote').count
32
+ @targetSelector = @document.css('blog-posts')
33
+ @quotes = []
34
+ end
35
+ # Retrieve 10 quotes from one html source
36
+ # return an array containg hashes
37
+ def retrieveQuotes
38
+ if @targetSelector.respond_to?("css")
39
+ @count.times do |i|
40
+ author = @document.css(SELECTOR_AUTHOR)[i].text.strip
41
+ if @page > 1
42
+ rank = @document.css(SELECTOR_RANK)[i].text.to_i
43
+ else
44
+ rank = @document.css(SELECTOR_RANK)[i].text.to_i
45
+ end
46
+
47
+ content = @document.css(SELECTOR_QUOTE)[i-0].text.strip
48
+ url = @document.css(SELECTOR_AUTHOR_IMG_URL)[i-0]['src'].strip
49
+ quote = {:author => author, :rank => rank, :content => content, :imageSrc => url}
50
+ @quotes << quote
51
+ end
52
+ else
53
+ puts "no"
54
+ end
55
+ end
56
+ end
57
+
58
+ # TOTAL_PAGE = 20
59
+
60
+ def self.allQuotes(quoteSet)
61
+ require 'json'
62
+ totalQuotes = []
63
+ quoteSet.times do |i|
64
+ page = i+1
65
+ parser = HTMLParser.new(BASE_URL, page)
66
+ parser.retrieveQuotes
67
+ totalQuotes.concat(parser.quotes)
68
+ end
69
+ return totalQuotes
70
+ end
71
+
72
+ def self.convertToJSON(set)
73
+ require 'json'
74
+ rootObj = {:quotes => self.allQuotes(set)}
75
+ # json = self.allQuotes.to_json
76
+ json = JSON.pretty_generate(rootObj)
77
+ return json
78
+ end
79
+
80
+ def self.generateJSON(quoteSet)
81
+ File.open("temp.json", "w") do |f|
82
+ f.write(self.convertToJSON(quoteSet))
83
+ end
84
+ end
85
+
86
+ def self.execute(quoteSet)
87
+ self.generateJSON(quoteSet)
88
+ end
89
+
90
+ def self.createTargetUrl
91
+ return BASE_URL+"1/"
92
+ end
93
+
94
+ def self.loadPage
95
+ page = Nokogiri::HTML(open(self.createTargetUrl))
96
+ return page
97
+ end
98
+
99
+ def self.getQuoteSet
100
+ pageSource = self.loadPage
101
+ quoteDiv = pageSource.css('div.blog-quote').count
102
+ end
103
+ end
@@ -0,0 +1,3 @@
1
+ module Quotes500
2
+ VERSION = "0.1.1"
3
+ end
data/quotes500.gemspec ADDED
@@ -0,0 +1,28 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'quotes500/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "quotes500"
8
+ spec.version = Quotes500::VERSION
9
+ spec.authors = ["Jumpei Katayama"]
10
+ spec.email = ["junktym123@gmail.com"]
11
+
12
+ spec.summary = "Quotes500 is JSON generator for quotery.com."
13
+ spec.description = "Quotes500 is JSON generator for quotery.com. It parses html content, converting it to JSON file."
14
+ spec.homepage = "https://github.com/jj1100x/quotes500.git"
15
+ spec.license = "MIT"
16
+
17
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
+ spec.bindir = "bin"
19
+ spec.executables = ["quotes500"]
20
+ spec.require_paths = ["lib"]
21
+
22
+ spec.add_runtime_dependency "nokogiri", "1.6.7.2"
23
+
24
+ spec.add_development_dependency "bundler", "~> 1.11"
25
+ spec.add_development_dependency "rake", "~> 10.0"
26
+ spec.add_development_dependency "minitest", "~> 5.0"
27
+
28
+ end
data/tasks/rspec.rake ADDED
File without changes
data/temp.json ADDED
@@ -0,0 +1,544 @@
1
+ {
2
+ "quotes": [
3
+ {
4
+ "author": "William Ewart Gladstone",
5
+ "rank": 1,
6
+ "content": "We look forward to the time when the Power of Love will replace the Love of Power. Then will our world know the blessings of peace.",
7
+ "imageSrc": "http://img.quotery.com/pictures/2014/05/william-gladstone-150x150.jpg"
8
+ },
9
+ {
10
+ "author": "Maurice Switzer",
11
+ "rank": 2,
12
+ "content": "It is better to remain silent at the risk of being thought a fool, than to talk and remove all doubt of it.",
13
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
14
+ },
15
+ {
16
+ "author": "Anonymous",
17
+ "rank": 3,
18
+ "content": "For success, attitude is equally as important as ability.",
19
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/Anonymous-150x150.jpg"
20
+ },
21
+ {
22
+ "author": "Jim Rohn",
23
+ "rank": 4,
24
+ "content": "Either you run the day, or the day runs you.",
25
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/jim-rohn-150x150.jpg"
26
+ },
27
+ {
28
+ "author": "Bob Monkhouse",
29
+ "rank": 5,
30
+ "content": "When I die, I want to go peacefully like my grandfather did–in his sleep. Not yelling and screaming like the passengers in his car.",
31
+ "imageSrc": "http://img.quotery.com/pictures/2013/11/bob-monkhouse-150x150.jpg"
32
+ },
33
+ {
34
+ "author": "Anonymous",
35
+ "rank": 6,
36
+ "content": "When I was 5 years old, my mother always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment, and I told them they didn’t understand life.",
37
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/Anonymous-150x150.jpg"
38
+ },
39
+ {
40
+ "author": "Margaret Mead",
41
+ "rank": 7,
42
+ "content": "Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it’s the only thing that ever has.",
43
+ "imageSrc": "http://img.quotery.com/pictures/2014/04/margaret-mead-150x150.jpg"
44
+ },
45
+ {
46
+ "author": "Kent M. Keith",
47
+ "rank": 8,
48
+ "content": "People are illogical, unreasonable, and self-centered. Love them anyway.",
49
+ "imageSrc": "http://img.quotery.com/pictures/2014/05/kent-m-keith-150x150.jpg"
50
+ },
51
+ {
52
+ "author": "François (VI) (Duc de La Rochefoucauld)",
53
+ "rank": 9,
54
+ "content": "Absence diminishes mediocre passions and increases great ones, as the wind blows out candles and fans fire.",
55
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/françois-de-la-rochefoucauld-150x150.jpg"
56
+ },
57
+ {
58
+ "author": "Stacey Kramer",
59
+ "rank": 10,
60
+ "content": "The next time you’re faced with something that’s unexpected, unwanted and uncertain, consider that it just may be a gift.",
61
+ "imageSrc": "http://img.quotery.com/pictures/2014/04/stacey-kramer-150x150.jpg"
62
+ },
63
+ {
64
+ "author": "Fred Shero",
65
+ "rank": 11,
66
+ "content": "To avoid criticism, say nothing, do nothing, be nothing.",
67
+ "imageSrc": "http://img.quotery.com/pictures/2014/04/fred-shero-150x150.jpg"
68
+ },
69
+ {
70
+ "author": "Carl Sandburg",
71
+ "rank": 12,
72
+ "content": "A baby is God’s opinion that life should go on.",
73
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/carl-sandburg-150x150.jpg"
74
+ },
75
+ {
76
+ "author": "Milton Berle",
77
+ "rank": 13,
78
+ "content": "If opportunity doesn’t knock, build a door.",
79
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/milton-berle-150x150.jpg"
80
+ },
81
+ {
82
+ "author": "John D. Rockefeller (Jr.)",
83
+ "rank": 14,
84
+ "content": "I believe in the sacredness of a promise, that a man’s word should be as good as his bond; that character — not wealth or power or position — is of supreme worth.",
85
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
86
+ },
87
+ {
88
+ "author": "Oscar Wilde",
89
+ "rank": 15,
90
+ "content": "Everything in moderation, including moderation.",
91
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/oscar-wilde-150x150.jpg"
92
+ },
93
+ {
94
+ "author": "Vance Havner",
95
+ "rank": 16,
96
+ "content": "Worry is like a rocking chair, it will give you something to do, but it won’t get you anywhere.",
97
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
98
+ },
99
+ {
100
+ "author": "Emo Philips",
101
+ "rank": 17,
102
+ "content": "I asked God for a bike, but I know God doesn’t work that way. So I stole a bike and asked for forgiveness.",
103
+ "imageSrc": "http://img.quotery.com/pictures/2013/09/emo-philips-150x150.jpg"
104
+ },
105
+ {
106
+ "author": "Susie Loucks",
107
+ "rank": 18,
108
+ "content": "I was out on a date recently and the guy took me horseback riding. That was kind of fun, until we ran out of quarters.",
109
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
110
+ },
111
+ {
112
+ "author": "Thomas Paine",
113
+ "rank": 19,
114
+ "content": "The world is my country, all mankind are my brethren and to do good is my religion.",
115
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/thomas-paine-150x150.jpg"
116
+ },
117
+ {
118
+ "author": "Jason Bacchetta",
119
+ "rank": 20,
120
+ "content": "I don’t feel threatened by people who ask questions. It’s those who refuse to answer them that frighten me.",
121
+ "imageSrc": "http://img.quotery.com/pictures/2014/04/jason-bacchetta-150x150.jpg"
122
+ },
123
+ {
124
+ "author": "Conan O’Brien",
125
+ "rank": 21,
126
+ "content": "Just taught my kids about taxes by eating 38% of their ice cream.",
127
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/conan-o’brien-150x150.jpg"
128
+ },
129
+ {
130
+ "author": "Plato",
131
+ "rank": 22,
132
+ "content": "Wise men speak because they have something to say; fools because they have to say something.",
133
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/plato-150x150.jpg"
134
+ },
135
+ {
136
+ "author": "Dave Barry",
137
+ "rank": 23,
138
+ "content": "My therapist told me the way to achieve true inner peace is to finish what I start. So far I’ve finished two bags of M&Ms and a chocolate cake. I feel better already.",
139
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/dave-barry-150x150.jpg"
140
+ },
141
+ {
142
+ "author": "George Miller",
143
+ "rank": 24,
144
+ "content": "The trouble with eating Italian food is that five or six days later, you’re hungry again.",
145
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
146
+ },
147
+ {
148
+ "author": "Doug Larson",
149
+ "rank": 25,
150
+ "content": "Life expectancy would grow by leaps and bounds if green vegetables smelled as good as bacon.",
151
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
152
+ },
153
+ {
154
+ "author": "Erma Bombeck",
155
+ "rank": 26,
156
+ "content": "The odds of going to the store for a loaf of bread and coming out with only a loaf of bread are three billion to one.",
157
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/erma-bombeck-150x150.jpg"
158
+ },
159
+ {
160
+ "author": "Rod Stewart",
161
+ "rank": 27,
162
+ "content": "Instead of getting married again, I’m going to find a woman I don’t like and just give her a house.",
163
+ "imageSrc": "http://img.quotery.com/pictures/2013/09/rod-stewart-150x150.jpg"
164
+ },
165
+ {
166
+ "author": "Mark Twain",
167
+ "rank": 28,
168
+ "content": "Patriotism is supporting your country all the time, and your government when it deserves it.",
169
+ "imageSrc": "http://img.quotery.com/pictures/2013/02/mark-twain-150x150.jpg"
170
+ },
171
+ {
172
+ "author": "Walt Disney",
173
+ "rank": 29,
174
+ "content": "All our dreams can come true, if we have the courage to pursue them.",
175
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/walt-disney-150x150.jpg"
176
+ },
177
+ {
178
+ "author": "Leonardo da Vinci",
179
+ "rank": 30,
180
+ "content": "As a well-spent day brings happy sleep, so a life well spent brings happy death.",
181
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/leonardo-da-vinci-150x150.jpg"
182
+ },
183
+ {
184
+ "author": "Oscar Wilde",
185
+ "rank": 31,
186
+ "content": "Always borrow money from a pessimist. He won’t expect it back.",
187
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/oscar-wilde-150x150.jpg"
188
+ },
189
+ {
190
+ "author": "Billy Graham",
191
+ "rank": 32,
192
+ "content": "Courage is contagious. When a brave man takes a stand, the spines of others are stiffened.",
193
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/billy-graham-150x150.jpg"
194
+ },
195
+ {
196
+ "author": "Bill McGlashen",
197
+ "rank": 33,
198
+ "content": "Patience is something you admire in the driver behind you, but not in one ahead.",
199
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
200
+ },
201
+ {
202
+ "author": "Rita Rudner",
203
+ "rank": 34,
204
+ "content": "Men reach their sexual peak at eighteen. Women reach theirs at thirty-five. Do you get the feeling that God is playing a practical joke?",
205
+ "imageSrc": "http://img.quotery.com/pictures/2013/08/rita-rudner-150x150.jpg"
206
+ },
207
+ {
208
+ "author": "Anonymous",
209
+ "rank": 35,
210
+ "content": "I dream of a better tomorrow, where chickens can cross the road and not be questioned about their motives.",
211
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/Anonymous-150x150.jpg"
212
+ },
213
+ {
214
+ "author": "William Bruce Cameron",
215
+ "rank": 36,
216
+ "content": "Not everything that can be counted counts, and not everything that counts can be counted.",
217
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/william-bruce-cameron-150x150.jpg"
218
+ },
219
+ {
220
+ "author": "Bill Gates",
221
+ "rank": 37,
222
+ "content": "I never took a day off in my twenties. Not one.",
223
+ "imageSrc": "http://img.quotery.com/pictures/2013/09/bill-gates-150x150.jpg"
224
+ },
225
+ {
226
+ "author": "Vince Lombardi",
227
+ "rank": 38,
228
+ "content": "Perfection is not attainable, but if we chase perfection we can catch excellence.",
229
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/vince-lombardi-150x150.jpg"
230
+ },
231
+ {
232
+ "author": "Henry S. Haskins",
233
+ "rank": 39,
234
+ "content": "What lies behind us and what lies before us are tiny matters compared to what lies within us.",
235
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
236
+ },
237
+ {
238
+ "author": "Anne Frank",
239
+ "rank": 40,
240
+ "content": "How wonderful it is that nobody need wait a single moment before beginning to improve the world.",
241
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/anne-frank-150x150.jpg"
242
+ },
243
+ {
244
+ "author": "Aristotle",
245
+ "rank": 41,
246
+ "content": "It is the mark of an educated mind to be able to entertain a thought without accepting it.",
247
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/aristotle-150x150.jpg"
248
+ },
249
+ {
250
+ "author": "Bill Copeland",
251
+ "rank": 42,
252
+ "content": "The same fence that shuts others out shuts you in.",
253
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/bill-copeland-150x150.jpg"
254
+ },
255
+ {
256
+ "author": "Seth Godin",
257
+ "rank": 43,
258
+ "content": "Waiting for perfect is never as smart as making progress.",
259
+ "imageSrc": "http://img.quotery.com/pictures/2013/06/seth-godin-150x150.jpg"
260
+ },
261
+ {
262
+ "author": "Steven Wright",
263
+ "rank": 44,
264
+ "content": "I couldn’t repair your brakes, so I made your horn louder.",
265
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/steven-wright-150x150.jpg"
266
+ },
267
+ {
268
+ "author": "Anonymous",
269
+ "rank": 45,
270
+ "content": "America is a country where half the money is spent buying food, and the other half is spent trying to lose weight.",
271
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/Anonymous-150x150.jpg"
272
+ },
273
+ {
274
+ "author": "George Bernard Shaw",
275
+ "rank": 46,
276
+ "content": "You see things; and you say “Why?” But I dream things that never were; and I say “Why not?”",
277
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/george-bernard-shaw-150x150.jpg"
278
+ },
279
+ {
280
+ "author": "Dudley Field Malone",
281
+ "rank": 47,
282
+ "content": "I have never in my life learned anything from any man who agreed with me.",
283
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/dudley-field-malone-150x150.jpg"
284
+ },
285
+ {
286
+ "author": "Robert Wilensky",
287
+ "rank": 48,
288
+ "content": "We’ve all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true.",
289
+ "imageSrc": "http://img.quotery.com/pictures/2014/04/robert-wilensky-150x150.jpg"
290
+ },
291
+ {
292
+ "author": "Washington Irving",
293
+ "rank": 49,
294
+ "content": "Little minds are tamed and subdued by misfortune; but great minds rise above them.",
295
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/washington-irving-150x150.jpg"
296
+ },
297
+ {
298
+ "author": "Ralph Waldo Emerson",
299
+ "rank": 50,
300
+ "content": "What you do speaks so loudly that I cannot hear what you say.",
301
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/ralph-waldo-emerson-150x150.jpg"
302
+ },
303
+ {
304
+ "author": "Jerry Seinfeld",
305
+ "rank": 51,
306
+ "content": "People who read the tabloids deserve to be lied to.",
307
+ "imageSrc": "http://img.quotery.com/pictures/2013/09/jerry-seinfeld-150x150.jpg"
308
+ },
309
+ {
310
+ "author": "Arthur Schopenhauer",
311
+ "rank": 52,
312
+ "content": "Every truth passes through three stages before it is recognized. In the first, it is ridiculed. In the second, it is opposed. In the third, it is regarded as self-evident.",
313
+ "imageSrc": "http://img.quotery.com/pictures/2014/04/arthur-schopenhauer-150x150.jpg"
314
+ },
315
+ {
316
+ "author": "Oscar Wilde",
317
+ "rank": 53,
318
+ "content": "No man is rich enough to buy back his past.",
319
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/oscar-wilde-150x150.jpg"
320
+ },
321
+ {
322
+ "author": "Lana Turner",
323
+ "rank": 54,
324
+ "content": "A successful man is one who makes more money than his wife can spend. A successful woman is one who can find such a man.",
325
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/lana-turner-150x150.jpg"
326
+ },
327
+ {
328
+ "author": "Charles Lamb",
329
+ "rank": 55,
330
+ "content": "I always arrive late at the office, but I make up for it by leaving early.",
331
+ "imageSrc": "http://img.quotery.com/pictures/2013/06/charles-lamb-150x150.jpg"
332
+ },
333
+ {
334
+ "author": "Phillips Brooks",
335
+ "rank": 56,
336
+ "content": "Do not pray for easy lives. Pray to be stronger men! Do not pray for tasks equal to your powers. Pray for powers equal to your tasks!",
337
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/phillips-brooks-150x150.jpg"
338
+ },
339
+ {
340
+ "author": "Benjamin Zander",
341
+ "rank": 57,
342
+ "content": "The conductor of an orchestra doesn’t make a sound. He depends, for his power, on his ability to make other people powerful.",
343
+ "imageSrc": "http://img.quotery.com/pictures/2014/04/benjamin-zander-150x150.jpg"
344
+ },
345
+ {
346
+ "author": "Brandi Snyder",
347
+ "rank": 58,
348
+ "content": "To the world you may be just one person, but to one person you may be the world.",
349
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
350
+ },
351
+ {
352
+ "author": "Eleanor Powell",
353
+ "rank": 59,
354
+ "content": "What we are is God’s gift to us. What we become is our gift to God.",
355
+ "imageSrc": "http://img.quotery.com/pictures/2013/11/eleanor-powell-150x150.jpg"
356
+ },
357
+ {
358
+ "author": "Dennis Miller",
359
+ "rank": 60,
360
+ "content": "The only way the French are going in is if we tell them we found truffles in Iraq.",
361
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/dennis-miller-150x150.jpg"
362
+ },
363
+ {
364
+ "author": "Anonymous",
365
+ "rank": 61,
366
+ "content": "I have to exercise early in the morning before my brain figures out what I’m doing.",
367
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/Anonymous-150x150.jpg"
368
+ },
369
+ {
370
+ "author": "Barbra Streisand",
371
+ "rank": 62,
372
+ "content": "Why does a woman work ten years to change a man’s habits and then complain that he’s not the man she married?",
373
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
374
+ },
375
+ {
376
+ "author": "Anaïs Nin",
377
+ "rank": 63,
378
+ "content": "Life shrinks or expands in proportion to one’s courage.",
379
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/anaïs-nin-150x150.jpg"
380
+ },
381
+ {
382
+ "author": "Johnny Carson",
383
+ "rank": 64,
384
+ "content": "I knew a man who gave up smoking, drinking, sex, and rich food. He was healthy right up to the day he killed himself.",
385
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/johnny-carson-150x150.jpg"
386
+ },
387
+ {
388
+ "author": "Jack Nicholson",
389
+ "rank": 65,
390
+ "content": "My mother never saw the irony in calling me a son-of-a-bitch.",
391
+ "imageSrc": "http://img.quotery.com/pictures/2014/01/jack-nicholson-150x150.jpg"
392
+ },
393
+ {
394
+ "author": "David Brenner",
395
+ "rank": 66,
396
+ "content": "Misers aren’t fun to live with, but they make wonderful ancestors.",
397
+ "imageSrc": "http://img.quotery.com/pictures/2013/07/david-brenner-150x150.jpg"
398
+ },
399
+ {
400
+ "author": "Sam Levenson",
401
+ "rank": 67,
402
+ "content": "Insanity is hereditary. You get it from your children.",
403
+ "imageSrc": "http://img.quotery.com/pictures/2013/07/sam-levenson-150x150.jpg"
404
+ },
405
+ {
406
+ "author": "Shirley MacLaine",
407
+ "rank": 68,
408
+ "content": "It’s useless to hold a person to anything he says while he’s in love, drunk, or running for office.",
409
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
410
+ },
411
+ {
412
+ "author": "Howard Ruff",
413
+ "rank": 69,
414
+ "content": "It wasn’t raining when Noah built the ark.",
415
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/howard-ruff-150x150.jpg"
416
+ },
417
+ {
418
+ "author": "Joe Girard",
419
+ "rank": 70,
420
+ "content": "The elevator to success is out of order. You’ll have to use the stairs . . . one step at a time.",
421
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/joe-girard-150x150.jpg"
422
+ },
423
+ {
424
+ "author": "Lou Holtz",
425
+ "rank": 71,
426
+ "content": "Never tell your problems to anyone . . . 20% don’t care and the other 80% are glad you have them.",
427
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/lou-holtz-150x150.jpg"
428
+ },
429
+ {
430
+ "author": "Susan Cain",
431
+ "rank": 72,
432
+ "content": "There’s zero correlation between being the best talker and having the best ideas.",
433
+ "imageSrc": "http://img.quotery.com/pictures/2013/11/susan-cain-150x150.jpg"
434
+ },
435
+ {
436
+ "author": "Eleanor Roosevelt",
437
+ "rank": 73,
438
+ "content": "It is not fair to ask of others what you are unwilling to do yourself.",
439
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/eleanor-roosevelt-150x150.jpg"
440
+ },
441
+ {
442
+ "author": "Rodney Dangerfield",
443
+ "rank": 74,
444
+ "content": "Bisexuality immediately doubles your chances for a date on Saturday night.",
445
+ "imageSrc": "http://img.quotery.com/pictures/2013/08/rodney-dangerfield-150x150.jpg"
446
+ },
447
+ {
448
+ "author": "Martin Luther",
449
+ "rank": 75,
450
+ "content": "Let the wife make the husband glad to come home, and let him make her sorry to see him leave.",
451
+ "imageSrc": "http://img.quotery.com/pictures/2013/11/martin-luther-150x150.jpg"
452
+ },
453
+ {
454
+ "author": "Edward Everett Hale",
455
+ "rank": 76,
456
+ "content": "I am only one; but still I am one. I cannot do everything; but still I can do something; and because I cannot do everything, I will not refuse to do the something that I can do.",
457
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/edward-everett-hale-150x150.jpg"
458
+ },
459
+ {
460
+ "author": "Truman Capote",
461
+ "rank": 77,
462
+ "content": "Failure is the condiment that gives success its flavor.",
463
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/truman-capote-150x150.jpg"
464
+ },
465
+ {
466
+ "author": "Mark Twain",
467
+ "rank": 78,
468
+ "content": "A lie can travel half way around the world while the truth is putting on its shoes.",
469
+ "imageSrc": "http://img.quotery.com/pictures/2013/02/mark-twain-150x150.jpg"
470
+ },
471
+ {
472
+ "author": "Agatha Christie",
473
+ "rank": 79,
474
+ "content": "An archaeologist is the best husband a woman can have; the older she gets the more interested he is in her.",
475
+ "imageSrc": "http://img.quotery.com/pictures/2013/02/agatha-christie-150x150.jpg"
476
+ },
477
+ {
478
+ "author": "János Arany",
479
+ "rank": 80,
480
+ "content": "In dreams and in love there are no impossibilities.",
481
+ "imageSrc": "http://img.quotery.com/pictures/2014/05/jános-arany-150x150.jpg"
482
+ },
483
+ {
484
+ "author": "William Drummond",
485
+ "rank": 81,
486
+ "content": "[H]e, who will not reason, is a bigot; he, who cannot, is a fool; and he, who dares not, is a slave.",
487
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
488
+ },
489
+ {
490
+ "author": "Robert Orben",
491
+ "rank": 82,
492
+ "content": "Illegal aliens have always been a problem in the United States. Ask any Indian.",
493
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
494
+ },
495
+ {
496
+ "author": "Bethany Austin",
497
+ "rank": 83,
498
+ "content": "The most difficult years of marriage are those following the wedding.",
499
+ "imageSrc": "http://www.quotery.com/wp-content/themes/quotery/images/xphoto-unavailable.jpg.pagespeed.ic.vuAA-A-Ii3.jpg"
500
+ },
501
+ {
502
+ "author": "Leo Buscaglia",
503
+ "rank": 84,
504
+ "content": "Don’t smother each other. No one can grow in the shade.",
505
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/leo-buscaglia-150x150.jpg"
506
+ },
507
+ {
508
+ "author": "José Maria de Eça de Queiroz",
509
+ "rank": 85,
510
+ "content": "Politicians and diapers have one thing in common. They should both be changed regularly, and for the same reason.",
511
+ "imageSrc": "http://img.quotery.com/pictures/2013/10/josé-maria-de-eça-de-queiroz-150x150.jpg"
512
+ },
513
+ {
514
+ "author": "Ann Landers",
515
+ "rank": 86,
516
+ "content": "At every party, there are two kinds of people–those who want to go home and those who don’t. The trouble is, they are usually married to each other.",
517
+ "imageSrc": "http://img.quotery.com/pictures/2013/09/ann-landers-150x150.jpg"
518
+ },
519
+ {
520
+ "author": "Isaac Asimov",
521
+ "rank": 87,
522
+ "content": "Those people who think they know everything are a great annoyance to those of us who do.",
523
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/isaac-asimov-150x150.jpg"
524
+ },
525
+ {
526
+ "author": "Margaret Fuller",
527
+ "rank": 88,
528
+ "content": "If you have knowledge, let others light their candles in it.",
529
+ "imageSrc": "http://img.quotery.com/pictures/2014/04/margaret-fuller-150x150.jpg"
530
+ },
531
+ {
532
+ "author": "Alan Kay",
533
+ "rank": 89,
534
+ "content": "The best way to predict the future is to invent it.",
535
+ "imageSrc": "http://img.quotery.com/pictures/2013/02/alan-kay-150x150.jpg"
536
+ },
537
+ {
538
+ "author": "Hillel the Elder",
539
+ "rank": 90,
540
+ "content": "If not us, who? If not now, when?",
541
+ "imageSrc": "http://img.quotery.com/pictures/2013/03/hillel-the-elder-150x150.jpg"
542
+ }
543
+ ]
544
+ }
metadata ADDED
@@ -0,0 +1,117 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: quotes500
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Jumpei Katayama
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-02-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: nokogiri
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '='
18
+ - !ruby/object:Gem::Version
19
+ version: 1.6.7.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '='
25
+ - !ruby/object:Gem::Version
26
+ version: 1.6.7.2
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.11'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.11'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: minitest
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '5.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '5.0'
69
+ description: Quotes500 is JSON generator for quotery.com. It parses html content,
70
+ converting it to JSON file.
71
+ email:
72
+ - junktym123@gmail.com
73
+ executables:
74
+ - quotes500
75
+ extensions: []
76
+ extra_rdoc_files: []
77
+ files:
78
+ - ".gitignore"
79
+ - ".travis.yml"
80
+ - Gemfile
81
+ - LICENSE.txt
82
+ - README.md
83
+ - Rakefile
84
+ - bin/console
85
+ - bin/quotes500
86
+ - bin/setup
87
+ - lib/quotes500.rb
88
+ - lib/quotes500/version.rb
89
+ - quotes500.gemspec
90
+ - tasks/rspec.rake
91
+ - temp.json
92
+ homepage: https://github.com/jj1100x/quotes500.git
93
+ licenses:
94
+ - MIT
95
+ metadata: {}
96
+ post_install_message:
97
+ rdoc_options: []
98
+ require_paths:
99
+ - lib
100
+ required_ruby_version: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: '0'
105
+ required_rubygems_version: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - ">="
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ requirements: []
111
+ rubyforge_project:
112
+ rubygems_version: 2.5.1
113
+ signing_key:
114
+ specification_version: 4
115
+ summary: Quotes500 is JSON generator for quotery.com.
116
+ test_files: []
117
+ has_rdoc: