concen.gemspec in concen-0.1.5 vs concen.gemspec in concen-0.1.6

- old
+ new

@@ -1,16 +1,17 @@ -# -*- encoding: utf-8 -*- +# 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's built to be flexible and customizable." + 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’s built to be flexible and customizable." s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "concen" s.files = `git ls-files`.split("\n")