Sha256: 869ac1a03e4647c997455ac65a8ad261c32618fece4121dae1c95ba624e178e4
Contents?: true
Size: 762 Bytes
Versions: 1
Compression:
Stored size: 762 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{Dotenv for Middleman} s.description = %q{Dotenv for Middleman} 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.2 | middleman-dotenv.gemspec |