Sha256: 86bb21872bdcd1fbb19f079fdb333eb3b5137d67884cbfb144a32fbcd98e6a4e
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.7" 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.7 | pilha.gemspec |