forked from patrickxb/stathat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstathat.gemspec
More file actions
35 lines (33 loc) · 791 Bytes
/
stathat.gemspec
File metadata and controls
35 lines (33 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{stathat}
s.version = "0.1.7"
s.authors = ["StatHat"]
s.description = %q{Easily post stats to your StatHat account using this gem. Encapsulates full API.}
s.email = %q{info@stathat.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/stathat.rb",
"stathat.gemspec",
"test/helper.rb",
"test/test_stathat.rb"
]
s.homepage = %q{http://github.com/patrickxb/stathat}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.summary = %q{gem to access StatHat api}
s.test_files = [
"test/helper.rb",
"test/test_stathat.rb"
]
end