Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vim-scraper/vim-scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson committed Jun 28, 2011
2 parents 228c51c + 241177e commit f731fd0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
rvm:
- 1.9.2
- ruby-head
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -22,7 +22,8 @@ gem 'retryable' , :git => 'git://github.com/bronson/retryable.git'
gem 'gitrb' , :git => 'git://github.com/bronson/gitrb.git', :branch => 'patch-1'

group :test do
gem 'rspec' ,'~> 2.5'
gem 'webmock' , :git => 'https://github.com/afeld/webmock.git', :branch => "expectations_on_stubs"
gem 'rake' # needed by travis-ci
gem 'rspec' ,'~> 2.5'
gem 'webmock' , :git => 'https://github.com/afeld/webmock.git', :branch => "expectations_on_stubs"
end

6 changes: 4 additions & 2 deletions Gemfile.lock
Expand Up @@ -7,13 +7,13 @@ GIT

GIT
remote: git://github.com/bronson/retryable.git
revision: a21655fa16330382e54a9ddba583a566399ab3b1
revision: a96cedfb6321f2640cf09a4a34d8d1acbf7ec0fc
specs:
retryable (0.9.0)

GIT
remote: https://github.com/afeld/webmock.git
revision: 0345d5e84e80f48a0ec8214d8c911cb360313a60
revision: 76c01cf597a1a46e66513f5f3a2dd23e5c586711
branch: expectations_on_stubs
specs:
webmock (1.6.4)
Expand Down Expand Up @@ -72,6 +72,7 @@ GEM
rash (~> 0.3.0)
polyglot (0.3.1)
rack (1.3.0)
rake (0.9.2)
rash (0.3.0)
hashie (~> 1.0.0)
rspec (2.6.0)
Expand Down Expand Up @@ -104,6 +105,7 @@ DEPENDENCIES
mime-types (~> 1.16)
mimemagic (= 0.1.7)
octokit (~> 0.5)
rake
retryable!
rspec (~> 2.5)
webmock!
6 changes: 0 additions & 6 deletions README

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
@@ -0,0 +1,6 @@
Mirrors all the code on <http://www.vim.org/scripts/index.php> to GitHub.

See <http://vim-scripts.org>

[![Travis Build Status](http://travis-ci.org/vim-scraper/vim-scraper.png)](http://travis-ci.org/vim-scraper/vim-scraper)

2 changes: 2 additions & 0 deletions scraper
Expand Up @@ -9,6 +9,8 @@
# Make sure you have unzip, unrar, 7za, and xz installed.
# Ubuntu: sudo apt-get install unzip unrar p7zip-full xz-utils
# Macintosh: sudo port install unrar p7zip xz
# Also, for gems:
# Ubuntu: sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev libbz2-dev libcurl4-openssl-dev
#
# FULL SCRAPE:
# To start a full scrape, do this:
Expand Down

0 comments on commit f731fd0

Please sign in to comment.