@@ -6,16 +6,17 @@ require 'date'
66Gem ::Specification . new do |gem |
77 gem . name = "zenoss_client"
88 gem . version = File . open ( 'VERSION' ) . readline . chomp
9- gem . date = Date . today . to_s
9+ gem . date = Date . today . to_s
1010 gem . platform = Gem ::Platform ::RUBY
1111 gem . rubyforge_project = nil
1212
13- gem . author = " Dan Wanek"
14- 15- gem . homepage = "http://github.com/zenchild /zenoss_client"
13+ gem . authors = [ ' Dan Wanek' , 'Ben Miller' , 'Marek Skrobacki' ]
14+ 15+ gem . homepage = "http://github.com/RubyOpenSource /zenoss_client"
1616
1717 gem . summary = "A wrapper around the Zenoss JSON and REST APIs"
18- gem . description = <<-EOF
18+ gem . license = 'GPL-3.0'
19+ gem . description = <<-EOF
1920 This is a wrapper around the Zenoss JSON and REST APIs. For the most things it
2021 should feel very familiar to zendmd, but there are some changes do to the merging
2122 of the JSON and REST APIs. Please read the API docs for Zenoss and the YARDDoc for
@@ -24,10 +25,10 @@ Gem::Specification.new do |gem|
2425
2526 gem . files = `git ls-files` . split ( /\n / )
2627 gem . require_path = "lib"
27- gem . rdoc_options = %w( -x test/ -x examples/ )
28+ gem . rdoc_options = %w( -x test/ -x examples/ )
2829 gem . extra_rdoc_files = %w( README.textile COPYING.txt )
2930
30- gem . required_ruby_version = '>= 1.8.7'
31+ gem . required_ruby_version = '>= 1.8.7'
3132 gem . add_runtime_dependency 'httpclient' , '~> 2.0'
3233 gem . add_runtime_dependency 'tzinfo' , '~> 0.3.20'
3334 gem . add_runtime_dependency 'json' , '~> 1.5'
0 commit comments