Skip to content

Commit a74c54a

Browse files
committed
Merge branch 'create-gemspec'
2 parents c79cf61 + 81c36fd commit a74c54a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

freeagent-api-ruby.gemspec

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Gem::Specification.new do |s|
2+
s.name = 'freeagent-api-ruby'
3+
s.version = '0.1'
4+
s.date = '2012-08-16'
5+
s.summary = 'FreeAgent API 2 Client Library'
6+
s.description = 'Easily access the FreeAgent API 2'
7+
s.authors = ['Murray Summers']
8+
s.email = 'murray@freeagent.com'
9+
s.files = ['lib/freeagent.rb']
10+
s.homepage = "https://github.com/murraysum/freeagent-api-ruby"
11+
end

0 commit comments

Comments
 (0)