Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellity committed Jan 27, 2011
1 parent 8542c43 commit 159a36c
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions brm_client.gemspec
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
Expand Down

0 comments on commit 159a36c

Please sign in to comment.