stratify-instapaper 0.1.3.1 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +50 -50
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/Rakefile +1 -1
- data/app/assets/images/instapaper-icon-16.png +0 -0
- data/app/assets/images/instapaper-icon-24.png +0 -0
- data/lib/stratify-instapaper/collector.rb +1 -1
- data/lib/stratify-instapaper/query.rb +4 -4
- data/lib/stratify-instapaper/version.rb +1 -1
- data/spec/stratify-instapaper/integration_spec.rb +4 -4
- data/spec/stratify-instapaper/presenter_spec.rb +2 -2
- data/stratify-instapaper.gemspec +5 -4
- data/vcr_cassettes/instapaper.yml +15 -15
- metadata +31 -20
data/Gemfile.lock
CHANGED
@@ -1,95 +1,95 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
stratify-instapaper (0.1.
|
5
|
-
railties (~> 3.
|
6
|
-
stratify-base (~> 0.1.
|
4
|
+
stratify-instapaper (0.1.4)
|
5
|
+
railties (~> 3.2.0)
|
6
|
+
stratify-base (~> 0.1.4)
|
7
7
|
thoughtafter-simple-rss (~> 1.2.3)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: http://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actionpack (3.
|
13
|
-
activemodel (= 3.
|
14
|
-
activesupport (= 3.
|
12
|
+
actionpack (3.2.3)
|
13
|
+
activemodel (= 3.2.3)
|
14
|
+
activesupport (= 3.2.3)
|
15
15
|
builder (~> 3.0.0)
|
16
16
|
erubis (~> 2.7.0)
|
17
|
-
|
18
|
-
rack (~> 1.
|
19
|
-
rack-cache (~> 1.
|
20
|
-
rack-mount (~> 0.8.2)
|
17
|
+
journey (~> 1.0.1)
|
18
|
+
rack (~> 1.4.0)
|
19
|
+
rack-cache (~> 1.2)
|
21
20
|
rack-test (~> 0.6.1)
|
22
|
-
sprockets (~> 2.
|
23
|
-
activemodel (3.
|
24
|
-
activesupport (= 3.
|
25
|
-
bcrypt-ruby (~> 3.0.0)
|
21
|
+
sprockets (~> 2.1.2)
|
22
|
+
activemodel (3.2.3)
|
23
|
+
activesupport (= 3.2.3)
|
26
24
|
builder (~> 3.0.0)
|
25
|
+
activesupport (3.2.3)
|
27
26
|
i18n (~> 0.6)
|
28
|
-
activesupport (3.1.0)
|
29
27
|
multi_json (~> 1.0)
|
30
|
-
|
31
|
-
|
32
|
-
|
28
|
+
bson (1.6.2)
|
29
|
+
bson_ext (1.6.2)
|
30
|
+
bson (~> 1.6.2)
|
33
31
|
builder (3.0.0)
|
34
|
-
database_cleaner (0.
|
35
|
-
diff-lcs (1.1.
|
32
|
+
database_cleaner (0.7.2)
|
33
|
+
diff-lcs (1.1.3)
|
36
34
|
erubis (2.7.0)
|
37
35
|
fakeweb (1.3.0)
|
38
36
|
hike (1.2.1)
|
39
37
|
i18n (0.6.0)
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
38
|
+
journey (1.0.3)
|
39
|
+
json (1.7.0)
|
40
|
+
mongo (1.6.2)
|
41
|
+
bson (~> 1.6.2)
|
42
|
+
mongoid (2.4.9)
|
43
|
+
activemodel (~> 3.1)
|
44
44
|
mongo (~> 1.3)
|
45
45
|
tzinfo (~> 0.3.22)
|
46
|
-
multi_json (1.
|
47
|
-
rack (1.
|
48
|
-
rack-cache (1.
|
46
|
+
multi_json (1.3.2)
|
47
|
+
rack (1.4.1)
|
48
|
+
rack-cache (1.2)
|
49
49
|
rack (>= 0.4)
|
50
|
-
rack-mount (0.8.3)
|
51
|
-
rack (>= 1.0.0)
|
52
50
|
rack-ssl (1.3.2)
|
53
51
|
rack
|
54
52
|
rack-test (0.6.1)
|
55
53
|
rack (>= 1.0)
|
56
|
-
railties (3.
|
57
|
-
actionpack (= 3.
|
58
|
-
activesupport (= 3.
|
54
|
+
railties (3.2.3)
|
55
|
+
actionpack (= 3.2.3)
|
56
|
+
activesupport (= 3.2.3)
|
59
57
|
rack-ssl (~> 1.3.2)
|
60
58
|
rake (>= 0.8.7)
|
61
59
|
rdoc (~> 3.4)
|
62
60
|
thor (~> 0.14.6)
|
63
|
-
rake (0.9.2)
|
64
|
-
rdoc (3.
|
65
|
-
|
66
|
-
|
67
|
-
rspec-
|
68
|
-
rspec-
|
69
|
-
|
70
|
-
rspec-
|
71
|
-
|
72
|
-
|
73
|
-
|
61
|
+
rake (0.9.2.2)
|
62
|
+
rdoc (3.12)
|
63
|
+
json (~> 1.4)
|
64
|
+
rspec (2.9.0)
|
65
|
+
rspec-core (~> 2.9.0)
|
66
|
+
rspec-expectations (~> 2.9.0)
|
67
|
+
rspec-mocks (~> 2.9.0)
|
68
|
+
rspec-core (2.9.0)
|
69
|
+
rspec-expectations (2.9.1)
|
70
|
+
diff-lcs (~> 1.1.3)
|
71
|
+
rspec-mocks (2.9.0)
|
72
|
+
sprockets (2.1.3)
|
74
73
|
hike (~> 1.2)
|
75
74
|
rack (~> 1.0)
|
76
|
-
tilt (
|
77
|
-
stratify-base (0.1.
|
78
|
-
bson_ext (~> 1.
|
79
|
-
mongoid (~> 2.0
|
75
|
+
tilt (~> 1.1, != 1.3.0)
|
76
|
+
stratify-base (0.1.4)
|
77
|
+
bson_ext (~> 1.6.0)
|
78
|
+
mongoid (~> 2.4.0)
|
80
79
|
tilt (~> 1.3.2)
|
81
80
|
thor (0.14.6)
|
82
81
|
thoughtafter-simple-rss (1.2.3.3)
|
83
82
|
tilt (1.3.3)
|
84
|
-
tzinfo (0.3.
|
83
|
+
tzinfo (0.3.33)
|
85
84
|
vcr (1.10.0)
|
86
85
|
|
87
86
|
PLATFORMS
|
88
87
|
ruby
|
89
88
|
|
90
89
|
DEPENDENCIES
|
91
|
-
database_cleaner (~> 0.
|
90
|
+
database_cleaner (~> 0.7.2)
|
92
91
|
fakeweb (~> 1.3.0)
|
93
|
-
|
92
|
+
rake (~> 0.9.2)
|
93
|
+
rspec (~> 2.9.0)
|
94
94
|
stratify-instapaper!
|
95
95
|
vcr (~> 1.10.0)
|
data/LICENSE
CHANGED
@@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
17
17
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
18
18
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
19
19
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
20
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
20
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
data/Rakefile
CHANGED
Binary file
|
Binary file
|
@@ -23,12 +23,12 @@ module Stratify
|
|
23
23
|
|
24
24
|
def build_activity_from_raw_data(raw_activity)
|
25
25
|
Stratify::Instapaper::Activity.new({
|
26
|
-
:url => raw_activity.link,
|
27
|
-
:title => raw_activity.title,
|
28
|
-
:description => raw_activity.description,
|
26
|
+
:url => raw_activity.link,
|
27
|
+
:title => raw_activity.title,
|
28
|
+
:description => raw_activity.description,
|
29
29
|
:created_at => raw_activity.pubDate
|
30
30
|
})
|
31
31
|
end
|
32
32
|
end
|
33
|
-
end
|
33
|
+
end
|
34
34
|
end
|
@@ -8,15 +8,15 @@ describe "stratify-instapaper" do
|
|
8
8
|
collector.run
|
9
9
|
|
10
10
|
Stratify::Instapaper::Activity.where(
|
11
|
-
:title => "Gowalla Begins Connecting The Dots On Travel",
|
11
|
+
:title => "Gowalla Begins Connecting The Dots On Travel",
|
12
12
|
:url => "http://techcrunch.com/2011/01/28/gowalla-travel/",
|
13
13
|
:created_at => Time.parse("Sun, 06 Feb 2011 12:28:54 EST")
|
14
14
|
).should exist
|
15
15
|
|
16
16
|
Stratify::Instapaper::Activity.where(
|
17
|
-
:title => "A List Apart: Articles: Kick Ass Kickoff Meetings",
|
18
|
-
:url => "http://www.alistapart.com/articles/kick-ass-kickoff-meetings/",
|
19
|
-
:description => "jessmartin: Project kickoff meetings need to be well designed: http://bit.ly/duPjmZ Also: http://bit.ly/gE480U",
|
17
|
+
:title => "A List Apart: Articles: Kick Ass Kickoff Meetings",
|
18
|
+
:url => "http://www.alistapart.com/articles/kick-ass-kickoff-meetings/",
|
19
|
+
:description => "jessmartin: Project kickoff meetings need to be well designed: http://bit.ly/duPjmZ Also: http://bit.ly/gE480U",
|
20
20
|
:created_at => Time.parse("Mon, 07 Feb 2011 22:51:18 EST")
|
21
21
|
).should exist
|
22
22
|
end
|
@@ -33,14 +33,14 @@ describe Stratify::Instapaper::Presenter do
|
|
33
33
|
|
34
34
|
describe "details" do
|
35
35
|
it "provides the Instapaper item's domain and description" do
|
36
|
-
activity = Stratify::Instapaper::Activity.new(:url => "http://nex-3.com/posts/104-haml-and-sass-3-1-are-released",
|
36
|
+
activity = Stratify::Instapaper::Activity.new(:url => "http://nex-3.com/posts/104-haml-and-sass-3-1-are-released",
|
37
37
|
:description => "dhh: Great new stuff for Sass 3.1")
|
38
38
|
presenter = Stratify::Instapaper::Presenter.new(activity)
|
39
39
|
presenter.details.should == "nex-3.com \u2022 dhh: Great new stuff for Sass 3.1"
|
40
40
|
end
|
41
41
|
|
42
42
|
it "provides only the Instapaper item's domain when the description is blank" do
|
43
|
-
activity = Stratify::Instapaper::Activity.new(:url => "http://nex-3.com/posts/104-haml-and-sass-3-1-are-released",
|
43
|
+
activity = Stratify::Instapaper::Activity.new(:url => "http://nex-3.com/posts/104-haml-and-sass-3-1-are-released",
|
44
44
|
:description => "")
|
45
45
|
presenter = Stratify::Instapaper::Presenter.new(activity)
|
46
46
|
presenter.details.should == "nex-3.com"
|
data/stratify-instapaper.gemspec
CHANGED
@@ -19,12 +19,13 @@ Gem::Specification.new do |s|
|
|
19
19
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
20
20
|
s.require_paths = ["lib"]
|
21
21
|
|
22
|
-
s.add_runtime_dependency "railties", "~> 3.
|
23
|
-
s.add_runtime_dependency "stratify-base", "~> 0.1.
|
22
|
+
s.add_runtime_dependency "railties", "~> 3.2.0"
|
23
|
+
s.add_runtime_dependency "stratify-base", "~> 0.1.4"
|
24
24
|
s.add_runtime_dependency "thoughtafter-simple-rss", "~> 1.2.3"
|
25
25
|
|
26
|
-
s.add_development_dependency "database_cleaner", "~> 0.
|
26
|
+
s.add_development_dependency "database_cleaner", "~> 0.7.2"
|
27
27
|
s.add_development_dependency "fakeweb", "~> 1.3.0"
|
28
|
-
s.add_development_dependency "
|
28
|
+
s.add_development_dependency "rake", "~> 0.9.2"
|
29
|
+
s.add_development_dependency "rspec", "~> 2.9.0"
|
29
30
|
s.add_development_dependency "vcr", "~> 1.10.0"
|
30
31
|
end
|
@@ -1,28 +1,28 @@
|
|
1
|
-
---
|
2
|
-
- !ruby/struct:VCR::HTTPInteraction
|
3
|
-
request: !ruby/struct:VCR::Request
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
4
|
method: :get
|
5
5
|
uri: http://www.instapaper.com:80/archive/rss/012345/6789abcdefghijklmnopqrstuvw
|
6
|
-
body:
|
7
|
-
headers:
|
8
|
-
response: !ruby/struct:VCR::Response
|
9
|
-
status: !ruby/struct:VCR::ResponseStatus
|
6
|
+
body:
|
7
|
+
headers:
|
8
|
+
response: !ruby/struct:VCR::Response
|
9
|
+
status: !ruby/struct:VCR::ResponseStatus
|
10
10
|
code: 200
|
11
11
|
message: OK
|
12
|
-
headers:
|
13
|
-
date:
|
12
|
+
headers:
|
13
|
+
date:
|
14
14
|
- Fri, 11 Feb 2011 21:36:23 GMT
|
15
|
-
server:
|
15
|
+
server:
|
16
16
|
- Apache
|
17
|
-
x-powered-by:
|
17
|
+
x-powered-by:
|
18
18
|
- PHP/5.3.3
|
19
|
-
p3p:
|
19
|
+
p3p:
|
20
20
|
- CP="ALL ADM DEV PSAi COM OUR OTRo STP IND ONL"
|
21
|
-
vary:
|
21
|
+
vary:
|
22
22
|
- Accept-Encoding
|
23
|
-
content-length:
|
23
|
+
content-length:
|
24
24
|
- "7508"
|
25
|
-
content-type:
|
25
|
+
content-type:
|
26
26
|
- text/xml; charset=utf-8
|
27
27
|
body: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
|
28
28
|
<rss version=\"2.0\"><channel><title>Instapaper: Archive</title><link>http://www.instapaper.com/archive</link><description></description><item><title>Amazon.com: 2011 Editor Picks: MP3 Downloads</title><link>http://www.amazon.com/gp/b/ref=tsm_1_tw_dmedpicks_20110210?node=2620871011</link><description>amazonmp3: Editor Picks: discover some of our editors' favorite songs and albums of the year (so far): http://amzn.to/fSQz9A</description><pubDate>Fri, 11 Feb 2011 09:06:25 EST</pubDate></item><item><title>Advanced sign-in security for your Google account - Official Gmail Blog</title><link>http://gmailblog.blogspot.com/2011/02/advanced-sign-in-security-for-your.html</link><description></description><pubDate>Fri, 11 Feb 2011 08:34:02 EST</pubDate></item><item><title>Full API now available - Instapaper Blog</title><link>http://blog.instapaper.com/post/3208433429</link><description>instapaper: Full API now available: http://t.co/diqusxu</description><pubDate>Fri, 11 Feb 2011 07:41:48 EST</pubDate></item><item><title>Introducing the Google Translate app for iPhone - Official Google Mobile Blog</title><link>http://googlemobile.blogspot.com/2011/02/introducing-google-translate-app-for.html</link><description>GoogleMobile: Attention iPhone owners: download the new Google Translate app to speak and hear your translations! http://goo.gl/cpHqR</description><pubDate>Thu, 10 Feb 2011 22:37:39 EST</pubDate></item><item><title>AT&T announces Unlimited Mobile to Any Mobile calling | Phones | iOS Central | Macworld</title><link>http://www.macworld.com/article/157774/2011/02/att_unlimited.html?lsrc=twt_macworld</link><description>macworld: Anyone else get the feeling AT&T is nervous about something? It's announced Unlimited Mobile to Any Mobile calling: http://ow.ly/3TrS5</description><pubDate>Thu, 10 Feb 2011 22:36:04 EST</pubDate></item><item><title>SEGA Slashes Prices On The App Store, Too | Touch Arcade</title><link>http://toucharcade.com/2011/02/09/sega-slashes-prices-on-the-app-store-too/</link><description></description><pubDate>Thu, 10 Feb 2011 22:35:52 EST</pubDate></item><item><title>Capcom and Sega join Valentine's Day sales on the App Store</title><link>http://www.tuaw.com/2011/02/10/capcom-and-sega-join-valentines-day-sales-on-the-app-store/</link><description>TUAW: Capcom and Sega join Valentine's Day sales on the App Store http://aol.it/feUzAz [post]</description><pubDate>Thu, 10 Feb 2011 10:20:29 EST</pubDate></item><item><title>Banana TV may let iOS devices stream video to the Mac</title><link>http://www.tuaw.com/2011/02/08/banana-tv-may-let-ios-devices-stream-video-to-the-mac/</link><description>TUAW: Banana TV may let iOS devices stream video to the Mac http://aol.it/gTtap0 [post]</description><pubDate>Thu, 10 Feb 2011 08:54:08 EST</pubDate></item><item><title>A List Apart: Articles: Kick Ass Kickoff Meetings</title><link>http://www.alistapart.com/articles/kick-ass-kickoff-meetings/</link><description>jessmartin: Project kickoff meetings need to be well designed: http://bit.ly/duPjmZ Also: http://bit.ly/gE480U</description><pubDate>Mon, 07 Feb 2011 22:51:18 EST</pubDate></item><item><title>Unorthodox, Unconventional and the Next Decade of Agile | Jim Highsmith</title><link>http://www.jimhighsmith.com/2011/02/07/unorthodox-unconventional-and-the-next-decade-of-agile/</link><description>jgehtland: New Blog: Unorthodox, Unconventional and the Next Decade of Agile. http://bit.ly/fLZcrf.</description><pubDate>Mon, 07 Feb 2011 22:30:01 EST</pubDate></item><item><title>Tracking Project Emotions Using MercuryApp</title><link>http://tooky.github.com/2010/11/23/tracking-project-emotions-using-mercury-app.html</link><description></description><pubDate>Mon, 07 Feb 2011 22:25:25 EST</pubDate></item><item><title>\n tbaggery\n \n - Bundle While You Git\n \n </title><link>http://tbaggery.com/2011/02/07/bundle-while-you-git.html</link><description>spicycode: Tired of running `bundle install` by hand like an animal? http://tbaggery.com/2011/02/07/bundle-while-you-git.html</description><pubDate>Mon, 07 Feb 2011 19:14:31 EST</pubDate></item><item><title>Kindle 3.1 software preview brings real page numbers, more | E-Readers | Playlist | Macworld</title><link>http://www.macworld.com/article/157718/2011/02/kindleversion31.html</link><description>macworld: Amazon offers preview version Kindle 3.1 update, now with real page numbers. http://t.co/RUNLLHa</description><pubDate>Mon, 07 Feb 2011 19:11:27 EST</pubDate></item><item><title>Priority Inbox in Gmail for mobile - Official Google Mobile Blog</title><link>http://googlemobile.blogspot.com/2011/02/priority-inbox-in-gmail-for-mobile.html</link><description>GoogleMobile: New! Priority Inbox in #Gmail available for most HTML5-capable phones: http://goo.gl/fswd4 (now with clickable link)</description><pubDate>Mon, 07 Feb 2011 19:09:31 EST</pubDate></item><item><title>The Pragmatic Bookshelf</title><link>http://www.pragprog.com/magazines/2011-02/way-of-the-agile-warrior</link><description></description><pubDate>Sun, 06 Feb 2011 12:33:39 EST</pubDate></item><item><title>Gowalla Begins Connecting The Dots On Travel</title><link>http://techcrunch.com/2011/01/28/gowalla-travel/</link><description></description><pubDate>Sun, 06 Feb 2011 12:28:54 EST</pubDate></item><item><title>David Chelimsky \xC2\xBB Blog Archive \xC2\xBB rspec-2.5.0 is released!</title><link>http://blog.davidchelimsky.net/2011/02/06/rspec-250-is-released/</link><description>spicycode: rspec-2.5 is released! http://bit.ly/fnVGqZ</description><pubDate>Sun, 06 Feb 2011 12:26:28 EST</pubDate></item><item><title> New Ruby 1.9 Features, Tips & Tricks - igvita.com</title><link>http://www.igvita.com/2011/02/03/new-ruby-19-features-tips-tricks/</link><description></description><pubDate>Sat, 05 Feb 2011 22:02:08 EST</pubDate></item><item><title>The Computer Attacks You've Never Heard Of</title><link>http://lifehacker.com/5749098/the-computer-attacks-youve-never-heard-of</link><description></description><pubDate>Sat, 05 Feb 2011 21:50:01 EST</pubDate></item><item><title>Five Ways the Android-Powered Google Tablet Is Better than the iPad</title><link>http://lifehacker.com/5750114/five-ways-the-android+powered-google-tablet-is-better-than-the-ipad</link><description></description><pubDate>Sat, 05 Feb 2011 18:17:21 EST</pubDate></item><item><title>This Week's Most Popular Posts</title><link>http://lifehacker.com/5752283/this-weeks-most-popular-posts</link><description></description><pubDate>Sat, 05 Feb 2011 18:12:34 EST</pubDate></item><item><title>For money market investors, a look at 'shadow NAVs'</title><link>https://personal.vanguard.com/us/insights/article/shadow-navs-012242011</link><description></description><pubDate>Sat, 05 Feb 2011 18:10:29 EST</pubDate></item><item><title>Diversification has served bond investors well</title><link>https://personal.vanguard.com/us/insights/article/bond-diversification-02022011</link><description></description><pubDate>Sat, 05 Feb 2011 18:07:31 EST</pubDate></item><item><title>Hammer of Civil Rights</title><link>http://www.thenation.com/print/article/157742/hammer-civil-rights</link><description></description><pubDate>Sat, 05 Feb 2011 17:46:00 EST</pubDate></item><item><title>A Bold Design for a New South</title><link>http://www.thenation.com/print/article/157763/bold-design-new-south</link><description></description><pubDate>Sat, 05 Feb 2011 17:45:55 EST</pubDate></item></channel></rss>\n"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stratify-instapaper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,33 +9,33 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2012-04-29 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
16
|
-
requirement: &
|
16
|
+
requirement: &70324062365880 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.2.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70324062365880
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: stratify-base
|
27
|
-
requirement: &
|
27
|
+
requirement: &70324062353240 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 0.1.
|
32
|
+
version: 0.1.4
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70324062353240
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: thoughtafter-simple-rss
|
38
|
-
requirement: &
|
38
|
+
requirement: &70324062336640 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,21 +43,21 @@ dependencies:
|
|
43
43
|
version: 1.2.3
|
44
44
|
type: :runtime
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70324062336640
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: database_cleaner
|
49
|
-
requirement: &
|
49
|
+
requirement: &70324062329940 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - ~>
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.
|
54
|
+
version: 0.7.2
|
55
55
|
type: :development
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *70324062329940
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: fakeweb
|
60
|
-
requirement: &
|
60
|
+
requirement: &70324062326860 !ruby/object:Gem::Requirement
|
61
61
|
none: false
|
62
62
|
requirements:
|
63
63
|
- - ~>
|
@@ -65,21 +65,32 @@ dependencies:
|
|
65
65
|
version: 1.3.0
|
66
66
|
type: :development
|
67
67
|
prerelease: false
|
68
|
-
version_requirements: *
|
68
|
+
version_requirements: *70324062326860
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rake
|
71
|
+
requirement: &70324062320940 !ruby/object:Gem::Requirement
|
72
|
+
none: false
|
73
|
+
requirements:
|
74
|
+
- - ~>
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: 0.9.2
|
77
|
+
type: :development
|
78
|
+
prerelease: false
|
79
|
+
version_requirements: *70324062320940
|
69
80
|
- !ruby/object:Gem::Dependency
|
70
81
|
name: rspec
|
71
|
-
requirement: &
|
82
|
+
requirement: &70324062366900 !ruby/object:Gem::Requirement
|
72
83
|
none: false
|
73
84
|
requirements:
|
74
85
|
- - ~>
|
75
86
|
- !ruby/object:Gem::Version
|
76
|
-
version: 2.
|
87
|
+
version: 2.9.0
|
77
88
|
type: :development
|
78
89
|
prerelease: false
|
79
|
-
version_requirements: *
|
90
|
+
version_requirements: *70324062366900
|
80
91
|
- !ruby/object:Gem::Dependency
|
81
92
|
name: vcr
|
82
|
-
requirement: &
|
93
|
+
requirement: &70324062524020 !ruby/object:Gem::Requirement
|
83
94
|
none: false
|
84
95
|
requirements:
|
85
96
|
- - ~>
|
@@ -87,7 +98,7 @@ dependencies:
|
|
87
98
|
version: 1.10.0
|
88
99
|
type: :development
|
89
100
|
prerelease: false
|
90
|
-
version_requirements: *
|
101
|
+
version_requirements: *70324062524020
|
91
102
|
description: Instapaper plugin for Stratify
|
92
103
|
email:
|
93
104
|
- jason@jasonrudolph.com
|