summaryrefslogtreecommitdiff
path: root/systemu.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'systemu.gemspec')
-rw-r--r--systemu.gemspec23
1 files changed, 19 insertions, 4 deletions
diff --git a/systemu.gemspec b/systemu.gemspec
index 74e0c45..057ae50 100644
--- a/systemu.gemspec
+++ b/systemu.gemspec
@@ -8,20 +8,35 @@ Gem::Specification::new do |spec|
spec.summary = "systemu"
spec.description = "description: systemu kicks the ass"
- spec.files = ["lib", "lib/systemu.rb", "LICENSE", "Rakefile", "README", "README.erb", "samples", "samples/a.rb", "samples/b.rb", "samples/c.rb", "samples/d.rb", "samples/e.rb", "samples/f.rb"]
+ spec.files =
+["LICENSE",
+ "README",
+ "README.erb",
+ "Rakefile",
+ "lib",
+ "lib/systemu.rb",
+ "samples",
+ "samples/a.rb",
+ "samples/b.rb",
+ "samples/c.rb",
+ "samples/d.rb",
+ "samples/e.rb",
+ "samples/f.rb",
+ "systemu.gemspec"]
+
spec.executables = []
spec.require_path = "lib"
- spec.has_rdoc = true
spec.test_files = nil
-# spec.add_dependency 'lib', '>= version'
+### spec.add_dependency 'lib', '>= version'
+#### spec.add_dependency 'map'
spec.extensions.push(*[])
spec.rubyforge_project = "codeforpeople"
spec.author = "Ara T. Howard"
spec.email = "ara.t.howard@gmail.com"
- spec.homepage = "http://github.com/ahoward/systemu"
+ spec.homepage = "https://github.com/ahoward/systemu"
end