forked from open-sdg/open-sdg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopen-sdg.gemspec
More file actions
15 lines (15 loc) · 807 Bytes
/
open-sdg.gemspec
File metadata and controls
15 lines (15 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |spec|
spec.name = "open-sdg"
spec.summary = "A platform for collecting and disseminating data for the Sustainable Development Goal global indicators"
spec.description = "A platform for collecting and disseminating data for the Sustainable Development Goal global indicators"
spec.version = "1.2.0"
spec.authors = ["Open SDG team"]
spec.email = ["brockfanning@gmail.com"]
spec.homepage = "https://github.com/open-sdg/open-sdg"
spec.licenses = ["MIT"]
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))!i)
end
spec.add_dependency "jekyll", "~> 3.0"
spec.add_dependency "jekyll-open-sdg-plugins", "~> 1.2.0"
end