Sha256: 706b2bfae8c89c7a6bf4078bcc7552824c15422da48341676334b1a7abfe7f25
Contents?: true
Size: 858 Bytes
Versions: 6
Compression:
Stored size: 858 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 = "https://github.com/javan/copy" s.summary = %q{Simple, Sinatra-based CMS.} s.description = %q{Serves mostly static pages with blocks of editable copy.} 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
copy-0.1.5 | copy.gemspec |
copy-0.1.4 | copy.gemspec |
copy-0.1.3 | copy.gemspec |
copy-0.1.2 | copy.gemspec |
copy-0.1.1 | copy.gemspec |
copy-0.1.0 | copy.gemspec |