Skip to content

Commit

Permalink
gemspec: static file list for github + v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed May 27, 2009
1 parent 3d13b10 commit 249e653
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions collectd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

Gem::Specification.new do |s|
s.name = %q{collectd}
s.version = "0.0.6"
s.version = "0.0.7"

s.authors = ["Stephan Maka"]
s.date = %q{2009-05-01}
s.date = %q{2009-05-27}
s.email = %q{stephan@spaceboyz.net}
s.files = Dir.glob "lib/**/*.rb"
s.files = %w(
lib/collectd/pkt.rb
lib/collectd/em_server.rb
lib/collectd/interface.rb
lib/collectd/proc_stats.rb
lib/collectd/server.rb
lib/collectd/em_support.rb
lib/collectd.rb
)
s.has_rdoc = false # Insufficient
s.homepage = %q{http://github.com/astro/ruby-collectd}
s.require_paths = ["lib"]
Expand Down

0 comments on commit 249e653

Please sign in to comment.