Sha256: d4bf87e2213d5ff97ba43c755c4d7f9fe9a8c68d5280f370f82e9946781a14d9
Contents?: true
Size: 703 Bytes
Versions: 3
Compression:
Stored size: 703 Bytes
Contents
require "./lib/mote" Gem::Specification.new do |s| s.name = "mote" s.version = Mote::VERSION s.summary = "Minimum Operational Template." s.description = "Mote is the little brother of ERB. It only provides a subset of ERB's features, but praises itself of being simple--both internally and externally--and super fast." s.authors = ["Michel Martens"] s.email = ["michel@soveran.com"] s.homepage = "http://github.com/soveran/mote" s.files = Dir[ "LICENSE", "AUTHORS", "README.markdown", "Rakefile", "lib/**/*.rb", "*.gemspec", "test/**/*.rb" ] s.add_development_dependency "cutest" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mote-0.2.0 | mote.gemspec |
mote-0.1.0 | mote.gemspec |
mote-0.1.0.rc1 | mote.gemspec |