Sha256: 6efb76d5b1351caaec312722f1e5d4aedb9c78fa54d1735ef0a22414eb5faa41

Contents?: true

Size: 905 Bytes

Versions: 5

Compression:

Stored size: 905 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"]
  
  s.add_dependency("jquery-rails")
  s.add_dependency("meta_where")
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
how_are_we_doing-0.0.8 how_are_we_doing.gemspec
how_are_we_doing-0.0.7 how_are_we_doing.gemspec
how_are_we_doing-0.0.6 how_are_we_doing.gemspec
how_are_we_doing-0.0.5 how_are_we_doing.gemspec
how_are_we_doing-0.0.4 how_are_we_doing.gemspec