Sha256: 9f6e896a5a01e9bfb01c6342ab92591fea83ec4293e54cf136bfbfc9dd819de2

Contents?: true

Size: 734 Bytes

Versions: 7

Compression:

Stored size: 734 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/rg_stats/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["drKreso"]
  gem.email         = ["kresimir.bojcic@gmail.com"]
  gem.description   = %q{Get download statistic of yours gems on RubyGems}
  gem.summary       = %q{I am wasting half of my day on checking stats...}
  gem.homepage      = "https://github.com/drKreso/rg_stats"

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "rg_stats"
  gem.require_paths = ["lib"]
  gem.version       = RgStats::VERSION
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rg_stats-1.1.3 rg_stats.gemspec
rg_stats-1.1.2 rg_stats.gemspec
rg_stats-1.1.1 rg_stats.gemspec
rg_stats-1.1.0 rg_stats.gemspec
rg_stats-1.0.2 rg_stats.gemspec
rg_stats-1.0.1 rg_stats.gemspec
rg_stats-1.0.0 rg_stats.gemspec