dionysus.gemspec in dionysus-0.1.1 vs dionysus.gemspec in dionysus-0.2.0
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{dionysus}
- s.version = "0.1.1"
+ s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Travis D. Warlick, Jr."]
s.date = %q{2010-03-15}
s.email = %q{warlickt@operissystems.com}
@@ -23,23 +23,30 @@
"Rakefile",
"VERSION",
"dionysus.gemspec",
"lib/dionysus.rb",
"lib/dionysus/configuration.rb",
+ "lib/dionysus/security.rb",
+ "lib/dionysus/security/string.rb",
+ "lib/dionysus/string.rb",
"spec/configuration_spec.rb",
"spec/dionysus_spec.rb",
"spec/spec.opts",
- "spec/spec_helper.rb"
+ "spec/spec_helper.rb",
+ "spec/string_security_spec.rb",
+ "spec/string_spec.rb"
]
s.homepage = %q{http://github.com/tekwiz/dionysus}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{A helpful set of utility classes, generators, and command-line tools.}
s.test_files = [
"spec/configuration_spec.rb",
"spec/dionysus_spec.rb",
- "spec/spec_helper.rb"
+ "spec/spec_helper.rb",
+ "spec/string_security_spec.rb",
+ "spec/string_spec.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3