Sha256: b71faff9707246c8aea3b7e2158a2d69090172f39dcdba36cb48bcef6e99a861
Contents?: true
Size: 836 Bytes
Versions: 4
Compression:
Stored size: 836 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "copy/version" Gem::Specification.new do |s| s.name = "copy" s.version = Copy::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Javan Makhmali"] s.email = ["javan@javan.us"] s.homepage = "" s.summary = %q{Tiny CMS built with Sinatra} s.description = %q{Serve mostly static pages with blocks of client-editable text.} s.rubyforge_project = "copy" s.add_dependency "sinatra", "~> 1.2.6" s.add_dependency "redcarpet" s.add_development_dependency "mocha" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
copy-0.0.41 | copy.gemspec |
copy-0.0.4 | copy.gemspec |
copy-0.0.3 | copy.gemspec |
copy-0.0.1 | copy.gemspec |