Sha256: 77e49512046ac596d5b9321a341ad115a00214725815c7dce2c2a316291849cd
Contents?: true
Size: 722 Bytes
Versions: 1
Compression:
Stored size: 722 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path(File.join("..", "lib", "middleman-dotenv", "version"), __FILE__) Gem::Specification.new do |s| s.name = "middleman-dotenv" s.version = Middleman::Dotenv::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Karl Freeman"] s.email = ["karlfreeman@gmail.com"] s.homepage = "https://github.com/karlfreeman/middleman-dotenv" s.summary = %q{} s.description = %q{} s.files = `git ls-files -z`.split("\0") s.test_files = `git ls-files -z -- {fixtures,features}/*`.split("\0") s.require_paths = ["lib"] s.add_runtime_dependency("middleman-core", "~> 3.0") s.add_runtime_dependency("dotenv", "~> 0.7.0") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middleman-dotenv-0.0.1 | middleman-dotenv.gemspec |