rabbit_feed 1.0.0 → 1.0.1

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: 64fedeb5c96ffd2d48c0f6f0d09067303cfb9a10
4
- data.tar.gz: 3da6624dc2bc0e772600af8a8ad5791ebfd0ade3
3
+ metadata.gz: d2f2331b2c4cfdf1e6030118fdbd7bb42827ed6c
4
+ data.tar.gz: 3fd57a4b07458e78582e3daf136516e7bda87ad8
5
5
  SHA512:
6
- metadata.gz: 754014379239da761351fc1d8cba7650cf9bf965f12964b614ef5932780ec179c74f78bab33fe8f7976039a87a1a3d9399b87b06145339cb4f00599adeb7e328
7
- data.tar.gz: 2d051848279f928e5bd9de87fc1c732a854d93c776dd080069877065b98765d905c22d90ac081b806431199d43c48c5ba79943ce07bd2f5e3b433c54bfaddf57
6
+ metadata.gz: f7872b47e62f16c00560f21c866067c4be21e54e3c1573257bbccb39819edbc9287c18319352612400d1bae166b379634fb4c2ccbe07268168f53fb986cae120
7
+ data.tar.gz: fa9d2cb55db7200a3b81608335a7ad38a415412e6538bc8002f280c5608bcb57d872c0c2817cfc932b132ac38b6aa41f45c5f5f107ce49a56845bd581c09c8ae
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rabbit_feed (1.0.0)
4
+ rabbit_feed (1.0.1)
5
5
  activemodel (>= 3.2.0, < 5.0.0)
6
6
  activesupport (>= 3.2.0, < 5.0.0)
7
7
  avro (>= 1.5.4, < 1.8.0)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../../
3
3
  specs:
4
- rabbit_feed (0.4.0)
4
+ rabbit_feed (1.0.0)
5
5
  activemodel (>= 3.2.0, < 5.0.0)
6
6
  activesupport (>= 3.2.0, < 5.0.0)
7
7
  avro (>= 1.5.4, < 1.8.0)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../../
3
3
  specs:
4
- rabbit_feed (0.4.0)
4
+ rabbit_feed (1.0.0)
5
5
  activemodel (>= 3.2.0, < 5.0.0)
6
6
  activesupport (>= 3.2.0, < 5.0.0)
7
7
  avro (>= 1.5.4, < 1.8.0)
@@ -1,3 +1,3 @@
1
1
  module RabbitFeed
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit_feed
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
@@ -143,7 +143,6 @@ description: A gem providing asynchronous event publish and subscribe capabiliti
143
143
  email:
144
144
  - tech@simplybusiness.co.uk
145
145
  executables:
146
- - bundle
147
146
  - rabbit_feed
148
147
  extensions: []
149
148
  extra_rdoc_files: []
@@ -157,7 +156,6 @@ files:
157
156
  - LICENSE.txt
158
157
  - README.md
159
158
  - Rakefile
160
- - bin/bundle
161
159
  - bin/rabbit_feed
162
160
  - example/non_rails_app/.rspec
163
161
  - example/non_rails_app/Gemfile
data/bin/bundle DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
3
- load Gem.bin_path('bundler', 'bundle')