Script to import/update the rss aggregation
This commit is contained in:
parent
49702d5574
commit
f6187e6ebe
7 changed files with 191 additions and 35 deletions
23
Gemfile.lock
23
Gemfile.lock
|
|
@ -2,6 +2,8 @@ GEM
|
|||
remote: http://gems.github.com/
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
activesupport (3.1.12)
|
||||
multi_json (~> 1.0)
|
||||
addressable (2.3.3)
|
||||
adsf (1.0.1)
|
||||
rack (>= 1.0.0)
|
||||
|
|
@ -11,6 +13,7 @@ GEM
|
|||
cookiejar (0.3.0)
|
||||
cri (2.3.0)
|
||||
colored (>= 1.2)
|
||||
curb (0.7.18)
|
||||
daemons (1.1.9)
|
||||
em-http-request (1.0.3)
|
||||
addressable (>= 2.2.3)
|
||||
|
|
@ -28,6 +31,16 @@ GEM
|
|||
faraday (0.8.5)
|
||||
multipart-post (~> 1.1)
|
||||
fastercsv (1.5.5)
|
||||
feedzirra (0.1.3)
|
||||
activesupport (~> 3.1.1)
|
||||
builder (>= 2.1.2)
|
||||
curb (~> 0.7.15)
|
||||
i18n (>= 0.5.0)
|
||||
loofah (~> 1.2.0)
|
||||
nokogiri (>= 1.4.4)
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.8)
|
||||
sax-machine (~> 0.1.0)
|
||||
ffi (1.9.0)
|
||||
formatador (0.2.4)
|
||||
geokit (1.6.5)
|
||||
|
|
@ -43,12 +56,16 @@ GEM
|
|||
nanoc (>= 3.6.3)
|
||||
htmlentities (4.3.1)
|
||||
http_parser.rb (0.5.3)
|
||||
i18n (0.6.5)
|
||||
json (1.8.0)
|
||||
launchy (2.2.0)
|
||||
addressable (~> 2.3)
|
||||
listen (1.2.3)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
rb-kqueue (>= 0.2)
|
||||
loofah (1.2.1)
|
||||
nokogiri (>= 1.4.4)
|
||||
lumberjack (1.0.4)
|
||||
method_source (0.8.2)
|
||||
mini_portile (0.5.1)
|
||||
|
|
@ -67,14 +84,19 @@ GEM
|
|||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
rack (1.4.5)
|
||||
rake (10.1.0)
|
||||
rb-fsevent (0.9.3)
|
||||
rb-inotify (0.9.0)
|
||||
ffi (>= 0.5.0)
|
||||
rb-kqueue (0.2.0)
|
||||
ffi (>= 0.5.0)
|
||||
rdiscount (1.6.8)
|
||||
rdoc (3.12.2)
|
||||
json (~> 1.4)
|
||||
retryable (1.3.2)
|
||||
sass (3.2.10)
|
||||
sax-machine (0.1.0)
|
||||
nokogiri (> 0.0.0)
|
||||
simple_oauth (0.2.0)
|
||||
slop (3.4.6)
|
||||
systemu (2.5.2)
|
||||
|
|
@ -108,6 +130,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
adsf
|
||||
builder
|
||||
feedzirra
|
||||
guard-nanoc
|
||||
nanoc3
|
||||
nokogiri
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue