Sha256: 8508ed4cb7bb133fac2ad34a5e9be3698c86661f37e3cbbe65730c1b1214355c

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

require File.expand_path '../lib/version', __FILE__
Gem::Specification.new do |s|
  s.name = "hit_counter"
  s.version = HitCounter::VERSION.dup
  s.summary = "Ruby version of that old 90s chestnut, the web-site hit counter."
  s.description = "Why roast this chestnut by that open fire, you ask? Cause thousands and thousands of Internet vets are still using the one we wrote in PHP eons ago and we don't want to be squandering any incidental Google juice, that's why."
  s.homepage = "http://github.com/ivanoblomov/hit_counter"
  s.authors = ["Roderick Monje"]

  s.add_development_dependency 'rake', '>= 0'
  s.add_development_dependency 'rspec', '>= 0'
  s.add_development_dependency 'simplecov', '>= 0'

	s.add_runtime_dependency 'addressable', '>= 0'
	s.add_runtime_dependency 'bson_ext', '>= 0'
	s.add_runtime_dependency 'mongoid', '~> 4'
	s.add_runtime_dependency 'rmagick', '~> 2'

  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

1 entries across 1 versions & 1 rubygems

Version Path
hit_counter-0.1.3 hit_counter.gemspec