本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
adrianshort
/
kingston-planning-applications
镜像来自
https://github.com/adrianshort/kingston-planning-applications.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Use ruby 2.3.1
master
Adrian Short
7 年之前
父節點
19958d3d15
當前提交
111544508f
共有
3 個檔案被更改
,包括
9 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.gitignore
+1
-1
Gemfile
+6
-0
Gemfile.lock
+ 2
- 2
.gitignore
查看文件
@@ -1,2 +1,2 @@
# Ignore output of scraper
data
.s
qlit
e
data.sqlite
# Ignore output of scraper
.
ruby-gem
se
t
+ 1
- 1
Gemfile
查看文件
@@ -4,7 +4,7 @@
source "https://rubygems.org"
ruby "2.
0.0
"
ruby "2.
3.1
"
gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
gem "mechanize"
+ 6
- 0
Gemfile.lock
查看文件
@@ -45,3 +45,9 @@ PLATFORMS
DEPENDENCIES
mechanize
scraperwiki!
RUBY VERSION
ruby 2.3.1p112
BUNDLED WITH
1.15.1
Write
Preview
Loading…
取消
儲存