forked from PrintNode/PrintNode-Ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprintnode.gemspec
More file actions
16 lines (16 loc) · 737 Bytes
/
Copy pathprintnode.gemspec
File metadata and controls
16 lines (16 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Gem::Specification.new do |s|
s.name = "printnode"
s.version = "1.0.5"
s.date = "2015-08-19"
s.summary = "PrintNode-Ruby"
s.description = "Ruby API Library for PrintNode remote printing service."
s.authors = ["PrintNode","Jake Torrance"]
s.email = ["support@printnode.com"]
s.files = ["lib/printnode.rb","lib/printnode/client.rb","lib/printnode/api_exception.rb","lib/printnode/auth.rb","lib/printnode/account.rb","lib/printnode/printjob.rb"]
s.homepage = "https://www.printnode.com"
s.license = "MIT"
s.required_ruby_version = '>=1.9'
s.post_install_message = "Happy Printing!"
s.add_development_dependency 'json', '>=0'
s.add_development_dependency 'test-unit', '>=0'
end