msgr 0.15.0.1.b134 → 0.15.0.1.b135

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09586d2614f264c805708574dab25ec990adb557
4
- data.tar.gz: 1679d1b3eaa670d181958965fd5caf0cf5bdf914
3
+ metadata.gz: 487dff718a887fe66531b4594987b51c09e7a0e7
4
+ data.tar.gz: b4b7929213afe3ee993ffec1a3bc0d94023b4ae2
5
5
  SHA512:
6
- metadata.gz: 28f658847c8aa5ab14696e1492924cd06994579d9428594447b17eb1e9f7c574ffc5e9c938040a8bd890bcd1e8f0cbdf06762bfa007a6da62416395f30c318ef
7
- data.tar.gz: 26e27885202ab2f044b628e280a4ef76a48e3d22db50146e0a811e90a18ad6edd3979c5f2849ac303e6dab8f331eec0ec83191b9a5692e6d42b9951c9f8a2356
6
+ metadata.gz: efbc0013f73911c1bd520cc18527aa987192b18dc6b4b948ccbb2fb2916f2ec89a695d53cb10fa78a01b57e8c14b2837cfa318c40ead4536d8d1241cd1fa629c
7
+ data.tar.gz: 0b482a6b571fbbfdc5605d62db4bca78d7687f67e1a56383935bfb781432a04942364f169b577a1afbc0dc6941085a88d743728d5333a80ca37e43aca6f79a9f
data/.travis.yml CHANGED
@@ -6,25 +6,28 @@ services:
6
6
  - rabbitmq
7
7
  rvm:
8
8
  - '2.4.1'
9
- - '2.3.3'
9
+ - '2.3.4'
10
10
  - '2.2.7'
11
- - '2.1.10'
12
11
  gemfile:
12
+ - gemfiles/Gemfile.rails-master
13
+ - gemfiles/Gemfile.rails-5-1
13
14
  - gemfiles/Gemfile.rails-5-0
14
15
  - gemfiles/Gemfile.rails-4-2
15
- matrix:
16
- exclude:
17
- - rvm: '2.1.10'
18
- gemfile: gemfiles/Gemfile.rails-5-0
19
16
  script:
20
17
  - bundle exec rake spec:msgr
21
18
  - bundle exec rake spec:integration
22
- deploy:
23
- provider: rubygems
24
- api_key:
25
- secure: g8icPMdxEmbpBzSRCDmR3uB+1Zhu7tGq3h0cVbGUka2Ni1NiEiQo3LCDzbMp+L7AXH5RhdsG9FTViIAyCy9YENqZ1+jzrQGeADx0KnJZb6F81/SyumeUld0zdkzDbe1aUCJWz2WnEk12aLMPLNPRmDE7wub+od7gJEEv2SsKObo=
26
- gem: msgr
27
- on:
28
- branch: master
29
- repo: jgraichen/msgr
30
- rvm: 2.3.3
19
+
20
+ jobs:
21
+ include:
22
+ - stage: Beta release
23
+ rvm: '2.4.1'
24
+ script: echo "Deploy to rubygems.org..."
25
+ deploy:
26
+ provider: rubygems
27
+ api_key:
28
+ secure: g8icPMdxEmbpBzSRCDmR3uB+1Zhu7tGq3h0cVbGUka2Ni1NiEiQo3LCDzbMp+L7AXH5RhdsG9FTViIAyCy9YENqZ1+jzrQGeADx0KnJZb6F81/SyumeUld0zdkzDbe1aUCJWz2WnEk12aLMPLNPRmDE7wub+od7gJEEv2SsKObo=
29
+ gem: msgr
30
+ on:
31
+ branch: master
32
+ repo: jgraichen/msgr
33
+
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
3
3
  # Load root Gemfile
4
4
  self.instance_eval Bundler.read_file 'Gemfile'
5
5
 
6
- gem 'activesupport', '~> 4.0.0'
6
+ gem 'activesupport', '~> 5.1.0'
7
7
  gem 'bunny', ENV['BUNNY_VERSION'] if ENV['BUNNY_VERSION']
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
3
3
  # Load root Gemfile
4
4
  self.instance_eval Bundler.read_file 'Gemfile'
5
5
 
6
- gem 'activesupport', '~> 4.1.0'
6
+ gem 'activesupport', git: 'https://github.com/rails/rails'
7
7
  gem 'bunny', ENV['BUNNY_VERSION'] if ENV['BUNNY_VERSION']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msgr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0.1.b134
4
+ version: 0.15.0.1.b135
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Graichen
@@ -88,10 +88,10 @@ files:
88
88
  - LICENSE.txt
89
89
  - README.md
90
90
  - Rakefile
91
- - gemfiles/Gemfile.rails-4-0
92
- - gemfiles/Gemfile.rails-4-1
93
91
  - gemfiles/Gemfile.rails-4-2
94
92
  - gemfiles/Gemfile.rails-5-0
93
+ - gemfiles/Gemfile.rails-5-1
94
+ - gemfiles/Gemfile.rails-master
95
95
  - lib/msgr.rb
96
96
  - lib/msgr/binding.rb
97
97
  - lib/msgr/client.rb