Sha256: cd935bdf9675871f3aaea610bc18e201274b4dcb1bd507b356b01778555383a3

Contents?: true

Size: 834 Bytes

Versions: 3

Compression:

Stored size: 834 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "how_are_we_doing/version"

Gem::Specification.new do |s|
  s.name        = "how_are_we_doing"
  s.version     = HowAreWeDoing::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Gunner Technology, Cody Swann"]
  s.email       = ["developers@gunnertech.com"]
  s.homepage    = ""
  s.summary     = %q{A gem to help answer the question "How are we doing?"}
  s.description = %q{This gem will help you track shares (Facebook, Twitter, Email), Prints and Views}

  s.rubyforge_project = "how_are_we_doing"

  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

3 entries across 3 versions & 1 rubygems

Version Path
how_are_we_doing-0.0.3 how_are_we_doing.gemspec
how_are_we_doing-0.0.2 how_are_we_doing.gemspec
how_are_we_doing-0.0.1 how_are_we_doing.gemspec