forked from sbellity/brm_client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerated gemspec for version 0.3.5
- Loading branch information
Showing
1 changed file
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,51 @@ | ||
# Generated by jeweler | ||
# DO NOT EDIT THIS FILE DIRECTLY | ||
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' | ||
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command | ||
# -*- encoding: utf-8 -*- | ||
|
||
Gem::Specification.new do |s| | ||
s.name = %q{brm_client} | ||
s.version = "0.3.4" | ||
s.version = "0.3.5" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Stephane Bellity"] | ||
s.date = %q{2011-01-19} | ||
s.date = %q{2011-01-27} | ||
s.description = %q{BRM Event logging client library} | ||
s.email = %q{[email protected]} | ||
s.extra_rdoc_files = [ | ||
"LICENSE", | ||
"README.rdoc" | ||
"README.rdoc" | ||
] | ||
s.files = [ | ||
".document", | ||
"LICENSE", | ||
"README.rdoc", | ||
"Rakefile", | ||
"VERSION", | ||
"brm_client.gemspec", | ||
"lib/brm_client.rb", | ||
"lib/brm_client/event.rb", | ||
"lib/brm_client/gateway.rb", | ||
"lib/brm_client/gateway/amqp.rb", | ||
"lib/brm_client/gateway/debug.rb", | ||
"lib/brm_client/gateway/file.rb", | ||
"lib/brm_client/gateway/http.rb", | ||
"lib/brm_client/gateway/mongo.rb", | ||
"lib/brm_client/gateway/stomp.rb", | ||
"lib/brm_client/logger.rb", | ||
"spec/brm_client_spec.rb", | ||
"spec/spec.opts", | ||
"spec/spec_helper.rb" | ||
".gitignore", | ||
"LICENSE", | ||
"README.rdoc", | ||
"Rakefile", | ||
"VERSION", | ||
"brm_client.gemspec", | ||
"lib/brm_client.rb", | ||
"lib/brm_client/event.rb", | ||
"lib/brm_client/gateway.rb", | ||
"lib/brm_client/gateway/amqp.rb", | ||
"lib/brm_client/gateway/debug.rb", | ||
"lib/brm_client/gateway/file.rb", | ||
"lib/brm_client/gateway/http.rb", | ||
"lib/brm_client/gateway/mongo.rb", | ||
"lib/brm_client/gateway/stomp.rb", | ||
"lib/brm_client/logger.rb", | ||
"spec/brm_client_spec.rb", | ||
"spec/spec.opts", | ||
"spec/spec_helper.rb" | ||
] | ||
s.homepage = %q{http://github.com/sbellity/brm_client} | ||
s.rdoc_options = ["--charset=UTF-8"] | ||
s.require_paths = ["lib"] | ||
s.rubygems_version = %q{1.3.7} | ||
s.summary = %q{BRM Event logging client} | ||
s.test_files = [ | ||
"spec/brm_client_spec.rb", | ||
"spec/spec_helper.rb" | ||
"spec/spec_helper.rb" | ||
] | ||
|
||
if s.respond_to? :specification_version then | ||
|