amq-protocol 2.2.0 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,7 @@
1
1
  # encoding: binary
2
2
 
3
3
  require 'bundler/setup'
4
- require 'rspec'
5
- require 'rspec/its'
6
-
7
- require "effin_utf8"
4
+ Bundler.require(:test)
8
5
 
9
6
  begin
10
7
  require 'simplecov'
@@ -24,5 +21,9 @@ puts "Running on #{RUBY_VERSION}"
24
21
  RSpec.configure do |config|
25
22
  config.include AMQ::Protocol
26
23
 
24
+ config.filter_run_when_matching :focus
25
+
26
+ config.disable_monkey_patching!
27
+
27
28
  config.warnings = true
28
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amq-protocol
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Stastny
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-05-10 00:00:00.000000000 Z
14
+ date: 2020-07-10 00:00:00.000000000 Z
15
15
  dependencies: []
16
16
  description: |2
17
17
  amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not a
@@ -94,15 +94,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - ">="
96
96
  - !ruby/object:Gem::Version
97
- version: '2.0'
97
+ version: '2.2'
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
104
- rubyforge_project: amq-protocol
105
- rubygems_version: 2.6.11
104
+ rubygems_version: 3.1.2
106
105
  signing_key:
107
106
  specification_version: 4
108
107
  summary: AMQP 0.9.1 encoding & decoding library.