amq-protocol 2.2.0 → 2.3.0.rc1

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.0.rc1
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: 2017-12-26 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
@@ -97,12 +97,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  version: '2.0'
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - ">="
100
+ - - ">"
101
101
  - !ruby/object:Gem::Version
102
- version: '0'
102
+ version: 1.3.1
103
103
  requirements: []
104
104
  rubyforge_project: amq-protocol
105
- rubygems_version: 2.6.11
105
+ rubygems_version: 2.6.13
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: AMQP 0.9.1 encoding & decoding library.