Sha256: b7f7270abebe0315a021a5056540663010364f9cd87f9e58f071c517610c896f
Contents?: true
Size: 700 Bytes
Versions: 1
Compression:
Stored size: 700 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) $:.push File.expand_path("..", __FILE__) require "core/lib/brightcontent/core/version" Gem::Specification.new do |s| s.name = "brightcontent" s.version = Brightcontent::Core::VERSION s.email = "developers@brightin.nl" s.homepage = "http://brightin.nl" s.summary = "Brightcontent gem" s.description = "Brightcontent, yet another Rails CMS / admin panel" s.authors = ["Developers at Brightin"] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") s.require_paths = ["lib"] s.add_dependency "brightcontent-core" s.add_dependency "brightcontent-pages" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brightcontent-2.0.0.alpha2 | brightcontent.gemspec |