Sha256: 3bb54d1f3012288af6d860485233cf01d21b0a88f47df38e32cc63ce9f3a5304

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

Gem::Specification.new do |gem|
  gem.name = "pilha"
  gem.version = "0.1.6"
  gem.authors = ["Dalto Curvelano Junior"]
  gem.description = "A ruby wrapper to the Stack Exchange (Stack Overflow and friends) API."
  gem.summary = "A ruby wrapper to the Stack Exchange (Stack Overflow and friends) API."
  fixture_files = Dir["spec/fixtures/*"]
  gem.files = [
    "pilha.gemspec",
    "lib/pilha.rb",
    "lib/pilha/stack_overflow/badge.rb",
    "lib/pilha/stack_overflow/statistics.rb",
    "lib/pilha/stack_overflow/user.rb",
    "lib/pilha/stack_overflow/comment.rb",
    "lib/pilha/stack_overflow/answer.rb",
    "lib/pilha/stack_overflow/question.rb",
    "lib/pilha/stack_overflow/base.rb",
    "spec/pilha/stack_overflow/badge_spec.rb",
    "spec/pilha/stack_overflow/stack_overflow_spec.rb",
    "spec/pilha/stack_overflow/statistics_spec.rb",
    "spec/pilha/stack_overflow/user_spec.rb",
    "spec/pilha/stack_overflow/comment_spec.rb",
    "spec/pilha/stack_overflow/answer_spec.rb",
    "spec/pilha/stack_overflow/question_spec.rb",
    "spec/spec.opts",
    "spec/spec_helper.rb",
    *fixture_files
  ]
  gem.homepage = "http://github.com/dlt/pilha"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pilha-0.1.6 pilha.gemspec