Regenerated gemspec for version 0.1.0
This commit is contained in:
parent
3c8dc937f9
commit
ce66699879
|
@ -16,16 +16,18 @@ Gem::Specification.new do |s|
|
||||||
s.executables = ["noprocast"]
|
s.executables = ["noprocast"]
|
||||||
s.extra_rdoc_files = [
|
s.extra_rdoc_files = [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.rdoc"
|
"README.md"
|
||||||
]
|
]
|
||||||
s.files = [
|
s.files = [
|
||||||
".document",
|
".document",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.rdoc",
|
"README.md",
|
||||||
"Rakefile",
|
"Rakefile",
|
||||||
"VERSION",
|
"VERSION",
|
||||||
|
"bin/noprocast",
|
||||||
"lib/noprocast.rb",
|
"lib/noprocast.rb",
|
||||||
|
"noprocast.gemspec",
|
||||||
"spec/noprocast_spec.rb",
|
"spec/noprocast_spec.rb",
|
||||||
"spec/spec.opts",
|
"spec/spec.opts",
|
||||||
"spec/spec_helper.rb"
|
"spec/spec_helper.rb"
|
||||||
|
|
Loading…
Reference in New Issue