Sha256: 6a59a701f9e49c8a76b43c2d51efe68fdc3a402e43daa0752442e3e770576055

Contents?: true

Size: 813 Bytes

Versions: 4

Compression:

Stored size: 813 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "feather_cms/version"

Gem::Specification.new do |s|
  s.name        = "feather_cms"
  s.version     = FeatherCms::VERSION
  s.authors     = ["Jiren Patel"]
  s.email       = ["jiren@joshsoftware.com"]
  s.homepage    = ""
  s.summary     = %q{Lightweight do it youself cms}
  s.description = %q{Lightweight do it youself cms}

  s.rubyforge_project = "feather_cms"

  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"]

  # specify any dependencies here; for example:
  s.add_development_dependency "rspec"
  # s.add_runtime_dependency "rest-client"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
feather_cms-0.0.4 feather_cms.gemspec
feather_cms-0.0.3 feather_cms.gemspec
feather_cms-0.0.2 feather_cms.gemspec
feather_cms-0.0.1 feather_cms.gemspec