Skip to content

Commit

Permalink
Updated files in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed May 7, 2009
1 parent 1d13665 commit 5380949
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2009 Virginia
Copyright (c) 2009 Delano Mandelbaum, Solutious Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
@@ -1,4 +1,4 @@
= Sysinfo - v0.5
= SysInfo - v0.5

All your system-independent infoz in one handy class.

Expand Down
38 changes: 20 additions & 18 deletions sysinfo.gemspec
@@ -1,17 +1,24 @@
@spec = Gem::Specification.new do |s|
s.name = "virginia"
s.rubyforge_project = "virginia"
s.version = ""
s.summary = "A short description."
s.name = "SysInfo"
s.rubyforge_project = "sysinfo"
s.version = "0.5"
s.summary = "SysInfo: All your system-independent infoz in one handy class. "
s.description = s.summary
s.author = ""
s.email = ""
s.homepage = ""
s.author = "Delano Mandelbaum"
s.email = "delano@solutious.com"
s.homepage = "http://solutious.com/"


# = EXECUTABLES =
# The list of executables in your project (if any). Don't include the path,
# just the base filename.
s.executables = %w[]

# = DEPENDENCIES =
# Add all gem dependencies
#s.add_dependency ''

#s.add_dependency '', '>= 0.0'

# = MANIFEST =
# The complete list of files to be included in the release. When GitHub packages your gem,
# it doesn't allow you to run any command that accesses the filesystem. You will get an
Expand All @@ -21,20 +28,15 @@
s.files = %w(
CHANGES.txt
LICENSE.txt
README.txt
README.rdoc
Rakefile
virginia.gemspec
lib/sysinfo.rb
sysinfo.gemspec
)

# = EXECUTABLES =
# The list of executables in your project (if any). Don't include the path,
# just the base filename.
s.executables = %w[]


s.extra_rdoc_files = %w[README.txt LICENSE.txt]
s.extra_rdoc_files = %w[README.rdoc LICENSE.txt]
s.has_rdoc = true
s.rdoc_options = ["--line-numbers", "--title", s.summary, "--main", "README.txt"]
s.rdoc_options = ["--line-numbers", "--title", s.summary, "--main", "README.rdoc"]
s.require_paths = %w[lib]
s.rubygems_version = '1.3.0'

Expand Down

0 comments on commit 5380949

Please sign in to comment.