Sha256: df0fbff134873560be8212ad4a9fc86a35509add3d83c82ce7f144e342ba715f
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 KB
Contents
# encoding: utf-8 $:.push File.expand_path("../lib", __FILE__) require "concen/version" Gem::Specification.new do |s| s.name = "concen" s.version = Concen::VERSION s.authors = ["Steve Randy Tantra"] s.email = ["steve.randy@gmail.com"] s.homepage = "https://github.com/steverandy/concen" s.summary = "Control and monitor Rails application." s.description = "A Rails Engine to control and monitor Rails application from a web interface. It includes content capturing system, real-time traffic monitoring, and real-time performance monitoring. It is built to be flexible and customizable." s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "concen" 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"] s.add_dependency("mustache", "~> 0.99.4") s.add_dependency("redcarpet", "~> 2.0.0") s.add_dependency("mongoid", "~> 2.2") s.add_dependency("bson_ext", "~> 1.3") s.add_dependency("mongo-rails-instrumentation", "~> 0.2.4") s.add_dependency("rack-gridfs", "~> 0.4.1") s.add_dependency("chronic", "~> 0.6.3") s.add_dependency("mime-types", "~> 1.16") s.add_dependency("bcrypt-ruby", "~> 3.0.0") s.add_dependency("domainatrix", "~> 0.0.10") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
concen-0.2.6 | concen.gemspec |