Skip to content

Commit

Permalink
Regenerated gemspec for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Nov 20, 2009
1 parent 2d1b666 commit ce6e4b7
Showing 1 changed file with 52 additions and 21 deletions.
73 changes: 52 additions & 21 deletions em-spec.gemspec
@@ -1,22 +1,53 @@
spec = Gem::Specification.new do |s|
s.name = 'em-spec'
s.version = '0.1.3'
s.date = '2009-04-20'
s.summary = 'Bacon based BDD API for Ruby/EventMachine'
s.email = "em-spec@tmm1.net"
s.homepage = "http://github.com/tmm1/em-spec"
s.description = 'Rspec and Bacon based BDD API for Ruby/EventMachine'
s.has_rdoc = false
s.authors = ["Aman Gupta", "Lourens Naudé", "Daniel DeLeo"]
s.add_dependency('eventmachine', '>= 0.12.6')
s.add_dependency('bacon', '>= 1.1.0')
s.add_dependency('rspec', '>= 1.1.12')
s.files = ["README.rdoc",
"Rakefile",
"lib/em-spec/bacon.rb",
"lib/em-spec/rspec.rb",
"lib/ext/fiber18.rb",
"test/bacon_spec.rb",
"test/rspec_spec.rb",
"test/rspec_fail_examples.rb"]
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{em-spec}
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aman Gupta"]
s.date = %q{2009-11-19}
s.description = %q{Simple BDD API for testing asynchronous Ruby/EventMachine code}
s.email = %q{aman@tmm1.net}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"README.rdoc",
"Rakefile",
"VERSION",
"lib/em-spec/bacon.rb",
"lib/em-spec/rspec.rb",
"lib/em-spec/test.rb",
"lib/ext/fiber18.rb",
"test/bacon_spec.rb",
"test/rspec_fail_examples.rb",
"test/rspec_spec.rb",
"test/test_spec.rb"
]
s.homepage = %q{http://github.com/joshbuddy/em-spec}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{Simple BDD API for testing asynchronous Ruby/EventMachine code}
s.test_files = [
"test/bacon_spec.rb",
"test/rspec_fail_examples.rb",
"test/rspec_spec.rb",
"test/test_spec.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit ce6e4b7

Please sign in to comment.