Sha256: ca4051bf1130c76f89a106013abd0f332b62525f8c729c44b235ac999ca1dcc8

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

Gem::Specification.new do |s|
  s.name              = "gsmetrics"
  s.version           = "0.1.3"
  s.platform          = Gem::Platform::RUBY
  s.authors           = ["Florian Motlik"]
  s.email             = ["flo@railsonfire.com"]
  s.homepage          = "http://github.com/railsonfire/gsmetrics"
  s.summary           = "Gem for pushing data to Google Docs"
  s.description       = "Simple Way to open a Session with Google Docs and push data into a Google Spreadsheet Worksheet. We use it primarily for metrics, but it can be used for basically anything regarding google spreadsheets."
  s.rubyforge_project = s.name

  s.required_rubygems_version = ">= 1.3.6"

  # If you have runtime dependencies, add them here
  s.add_dependency("google_drive", "~> 0.3.1")

  # If you have development dependencies, add them here
  # s.add_development_dependency "another", "= 0.9"

  # The list of files to be contained in the gem
  s.files         = `git ls-files`.split("\n")
  s.executables   = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact

  s.require_path = 'lib'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gsmetrics-0.1.3 gsmetrics.gemspec