cross-stub.gemspec in cross-stub-0.2.3 vs cross-stub.gemspec in cross-stub-0.2.4
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{cross-stub}
- s.version = "0.2.3"
+ s.version = "0.2.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["NgTzeYang"]
- s.date = %q{2010-10-16}
+ s.date = %q{2010-11-09}
s.description = %q{}
s.email = %q{ngty77@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -24,10 +24,13 @@
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"cross-stub.gemspec",
+ "generators/cross_stub/cross_stub_generator.rb",
+ "generators/cross_stub/templates/config/initializers/cross-stub.rb",
+ "generators/cross_stub/templates/features/support/cross-stub.rb",
"lib/cross-stub.rb",
"lib/cross-stub/arguments.rb",
"lib/cross-stub/arguments/array.rb",
"lib/cross-stub/arguments/hash.rb",
"lib/cross-stub/arguments/proc.rb",
@@ -37,12 +40,12 @@
"lib/cross-stub/stores/base.rb",
"lib/cross-stub/stores/file.rb",
"lib/cross-stub/stores/memcache.rb",
"lib/cross-stub/stores/redis.rb",
"lib/cross-stub/stubber.rb",
- "rails_generators/cross_stub/cross_stub_generator.rb",
- "rails_generators/cross_stub/templates/config/initializers/cross-stub.rb",
- "rails_generators/cross_stub/templates/features/support/cross-stub.rb",
+ "lib/generators/cross_stub/cross_stub_generator.rb",
+ "lib/generators/cross_stub/templates/config/initializers/cross-stub.rb",
+ "lib/generators/cross_stub/templates/features/support/cross-stub.rb",
"spec/.bacon",
"spec/includes.rb",
"spec/integration/clearing_instance_stubs_spec.rb",
"spec/integration/clearing_stubs_spec.rb",
"spec/integration/creating_instance_stubs_spec.rb",