This website works better with JavaScript.
Home
Contact
Status
Help
Register
Sign In
nemo
/
bengaluru-food-census
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
Removes unused gems
ci
Nemo
3 years ago
parent
4d333fbcbf
commit
42cb68468c
3 changed files
with
1 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
Gemfile
+0
-4
Gemfile.lock
+1
-1
bootstrap.sh
+ 0
- 1
Gemfile
View File
@ -1,4 +1,3 @@
source
'https://rubygems.org'
gem
'net-http2'
gem
'nokogiri'
+ 0
- 4
Gemfile.lock
View File
@ -1,10 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
http-2 (0.8.4)
mini_portile2 (2.3.0)
net-http2 (0.16.0)
http-2 (= 0.8.4)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
@ -12,7 +9,6 @@ PLATFORMS
ruby
DEPENDENCIES
net-http2
nokogiri
BUNDLED WITH
+ 1
- 1
bootstrap.sh
View File
@ -1,6 +1,6 @@
#!/bin/bash
ZOMATO_ROOT_URL
=
https://www.zomato.com
ZOMATO_ROOT_URL
=
"
https://www.zomato.com
"
ZOMATO_CITY
=
bangalore
DIRECTORY_URL
=
"
$ZOMATO_ROOT_URL
/
$ZOMATO_CITY
/directory
"
USER_AGENT
=
"Mozilla/Gecko/Firefox/58.0"
Write
Preview
Loading…
Cancel
Save