Skip to content

Commit

Permalink
Regenerated gemspec for version 0.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mironov committed Jan 9, 2011
1 parent 2491e1f commit 2285211
Showing 1 changed file with 38 additions and 24 deletions.
62 changes: 38 additions & 24 deletions blather.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{blather} s.name = %q{blather}
s.version = "0.4.14" s.version = "0.4.15"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jeff Smick"] s.authors = ["Jeff Smick"]
s.date = %q{2010-09-02} s.date = %q{2011-01-09}
s.description = %q{An XMPP DSL for Ruby written on top of EventMachine and Nokogiri} s.description = %q{An XMPP DSL for Ruby written on top of EventMachine and Nokogiri}
s.email = %q{sprsquish@gmail.com} s.email = %q{sprsquish@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand All @@ -31,11 +31,15 @@ Gem::Specification.new do |s|
"lib/blather/client/dsl/pubsub.rb", "lib/blather/client/dsl/pubsub.rb",
"lib/blather/core_ext/active_support.rb", "lib/blather/core_ext/active_support.rb",
"lib/blather/core_ext/active_support/inheritable_attributes.rb", "lib/blather/core_ext/active_support/inheritable_attributes.rb",
"lib/blather/core_ext/eventmachine.rb",
"lib/blather/core_ext/nokogiri.rb", "lib/blather/core_ext/nokogiri.rb",
"lib/blather/errors.rb", "lib/blather/errors.rb",
"lib/blather/errors/sasl_error.rb", "lib/blather/errors/sasl_error.rb",
"lib/blather/errors/stanza_error.rb", "lib/blather/errors/stanza_error.rb",
"lib/blather/errors/stream_error.rb", "lib/blather/errors/stream_error.rb",
"lib/blather/file_transfer.rb",
"lib/blather/file_transfer/ibb.rb",
"lib/blather/file_transfer/s5b.rb",
"lib/blather/jid.rb", "lib/blather/jid.rb",
"lib/blather/roster.rb", "lib/blather/roster.rb",
"lib/blather/roster_item.rb", "lib/blather/roster_item.rb",
Expand All @@ -45,8 +49,12 @@ Gem::Specification.new do |s|
"lib/blather/stanza/disco/disco_items.rb", "lib/blather/stanza/disco/disco_items.rb",
"lib/blather/stanza/iq.rb", "lib/blather/stanza/iq.rb",
"lib/blather/stanza/iq/command.rb", "lib/blather/stanza/iq/command.rb",
"lib/blather/stanza/iq/ibb.rb",
"lib/blather/stanza/iq/query.rb", "lib/blather/stanza/iq/query.rb",
"lib/blather/stanza/iq/roster.rb", "lib/blather/stanza/iq/roster.rb",
"lib/blather/stanza/iq/s5b.rb",
"lib/blather/stanza/iq/si.rb",
"lib/blather/stanza/iq/vcard.rb",
"lib/blather/stanza/message.rb", "lib/blather/stanza/message.rb",
"lib/blather/stanza/presence.rb", "lib/blather/stanza/presence.rb",
"lib/blather/stanza/presence/status.rb", "lib/blather/stanza/presence/status.rb",
Expand Down Expand Up @@ -76,45 +84,42 @@ Gem::Specification.new do |s|
"lib/blather/stream/features/session.rb", "lib/blather/stream/features/session.rb",
"lib/blather/stream/features/tls.rb", "lib/blather/stream/features/tls.rb",
"lib/blather/stream/parser.rb", "lib/blather/stream/parser.rb",
"lib/blather/xmpp_node.rb" "lib/blather/xmpp_node.rb",
"lib/test.rb"
] ]
s.homepage = %q{http://github.com/sprsquish/blather} s.homepage = %q{http://github.com/sprsquish/blather}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubyforge_project = %q{squishtech} s.rubyforge_project = %q{squishtech}
s.rubygems_version = %q{1.3.6} s.rubygems_version = %q{1.3.7}
s.summary = %q{Simpler XMPP built for speed} s.summary = %q{Simpler XMPP built for speed}
s.test_files = [ s.test_files = [
"spec/spec_helper.rb", "spec/blather/client/client_spec.rb",
"spec/blather/errors_spec.rb", "spec/blather/client/dsl/pubsub_spec.rb",
"spec/blather/jid_spec.rb",
"spec/blather/roster_item_spec.rb",
"spec/blather/roster_spec.rb",
"spec/blather/stanza_spec.rb",
"spec/blather/xmpp_node_spec.rb",
"spec/fixtures/pubsub.rb",
"spec/blather/client/client_spec.rb",
"spec/blather/client/dsl_spec.rb", "spec/blather/client/dsl_spec.rb",
"spec/blather/core_ext/nokogiri_spec.rb", "spec/blather/core_ext/nokogiri_spec.rb",
"spec/blather/errors/sasl_error_spec.rb", "spec/blather/errors/sasl_error_spec.rb",
"spec/blather/errors/stanza_error_spec.rb", "spec/blather/errors/stanza_error_spec.rb",
"spec/blather/errors/stream_error_spec.rb", "spec/blather/errors/stream_error_spec.rb",
"spec/blather/stanza/iq_spec.rb", "spec/blather/errors_spec.rb",
"spec/blather/stanza/message_spec.rb", "spec/blather/file_transfer_spec.rb",
"spec/blather/stanza/presence_spec.rb", "spec/blather/jid_spec.rb",
"spec/blather/stanza/pubsub_owner_spec.rb", "spec/blather/roster_item_spec.rb",
"spec/blather/stanza/pubsub_spec.rb", "spec/blather/roster_spec.rb",
"spec/blather/stanza/x_spec.rb",
"spec/blather/stream/client_spec.rb",
"spec/blather/stream/component_spec.rb",
"spec/blather/stream/parser_spec.rb",
"spec/blather/stanza/discos/disco_info_spec.rb", "spec/blather/stanza/discos/disco_info_spec.rb",
"spec/blather/stanza/discos/disco_items_spec.rb", "spec/blather/stanza/discos/disco_items_spec.rb",
"spec/blather/stanza/iq/command_spec.rb", "spec/blather/stanza/iq/command_spec.rb",
"spec/blather/stanza/iq/ibb_spec.rb",
"spec/blather/stanza/iq/query_spec.rb", "spec/blather/stanza/iq/query_spec.rb",
"spec/blather/stanza/iq/roster_spec.rb", "spec/blather/stanza/iq/roster_spec.rb",
"spec/blather/stanza/iq/s5b_spec.rb",
"spec/blather/stanza/iq/si_spec.rb",
"spec/blather/stanza/iq/vcard_spec.rb",
"spec/blather/stanza/iq_spec.rb",
"spec/blather/stanza/message_spec.rb",
"spec/blather/stanza/presence/status_spec.rb", "spec/blather/stanza/presence/status_spec.rb",
"spec/blather/stanza/presence/subscription_spec.rb", "spec/blather/stanza/presence/subscription_spec.rb",
"spec/blather/stanza/presence_spec.rb",
"spec/blather/stanza/pubsub/affiliations_spec.rb", "spec/blather/stanza/pubsub/affiliations_spec.rb",
"spec/blather/stanza/pubsub/create_spec.rb", "spec/blather/stanza/pubsub/create_spec.rb",
"spec/blather/stanza/pubsub/event_spec.rb", "spec/blather/stanza/pubsub/event_spec.rb",
Expand All @@ -127,14 +132,23 @@ Gem::Specification.new do |s|
"spec/blather/stanza/pubsub/unsubscribe_spec.rb", "spec/blather/stanza/pubsub/unsubscribe_spec.rb",
"spec/blather/stanza/pubsub_owner/delete_spec.rb", "spec/blather/stanza/pubsub_owner/delete_spec.rb",
"spec/blather/stanza/pubsub_owner/purge_spec.rb", "spec/blather/stanza/pubsub_owner/purge_spec.rb",
"spec/blather/client/dsl/pubsub_spec.rb" "spec/blather/stanza/pubsub_owner_spec.rb",
"spec/blather/stanza/pubsub_spec.rb",
"spec/blather/stanza/x_spec.rb",
"spec/blather/stanza_spec.rb",
"spec/blather/stream/client_spec.rb",
"spec/blather/stream/component_spec.rb",
"spec/blather/stream/parser_spec.rb",
"spec/blather/xmpp_node_spec.rb",
"spec/fixtures/pubsub.rb",
"spec/spec_helper.rb"
] ]


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


if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<eventmachine>, [">= 0.12.6"]) s.add_runtime_dependency(%q<eventmachine>, [">= 0.12.6"])
s.add_runtime_dependency(%q<nokogiri>, [">= 1.4.0"]) s.add_runtime_dependency(%q<nokogiri>, [">= 1.4.0"])
s.add_development_dependency(%q<minitest>, [">= 1.7.1"]) s.add_development_dependency(%q<minitest>, [">= 1.7.1"])
Expand Down

0 comments on commit 2285211

Please sign in to comment.