We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c79cf61 + 81c36fd commit a74c54aCopy full SHA for a74c54a
freeagent-api-ruby.gemspec
@@ -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