Sha256: 9e4a6d2551bb93a6157ce058cec8b768dd17b35df386e9344a527e1d439c9239
Contents?: true
Size: 357 Bytes
Versions: 5
Compression:
Stored size: 357 Bytes
Contents
source 'https://rubygems.org' require 'json' require 'open-uri' gemspec group :development, :test do versions = JSON.parse(open('https://pages.github.com/versions.json').read) versions.delete('ruby') versions.delete('bunto-seo-tag') versions.delete('github-pages') versions.each do |dep, version| gem dep, version end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bunto-seo-tag-5.0.0 | Gemfile |
bunto-seo-tag-4.0.0 | Gemfile |
bunto-seo-tag-3.0.0 | Gemfile |
bunto-seo-tag-2.0.0 | Gemfile |
bunto-seo-tag-1.0.0 | Gemfile |