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 +4 -4
- data/Gemfile.lock +1 -1
- data/example/non_rails_app/Gemfile.lock +1 -1
- data/example/rails_app/Gemfile.lock +1 -1
- data/lib/rabbit_feed/version.rb +1 -1
- metadata +1 -3
- data/bin/bundle +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2f2331b2c4cfdf1e6030118fdbd7bb42827ed6c
|
|
4
|
+
data.tar.gz: 3fd57a4b07458e78582e3daf136516e7bda87ad8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7872b47e62f16c00560f21c866067c4be21e54e3c1573257bbccb39819edbc9287c18319352612400d1bae166b379634fb4c2ccbe07268168f53fb986cae120
|
|
7
|
+
data.tar.gz: fa9d2cb55db7200a3b81608335a7ad38a415412e6538bc8002f280c5608bcb57d872c0c2817cfc932b132ac38b6aa41f45c5f5f107ce49a56845bd581c09c8ae
|
data/Gemfile.lock
CHANGED
data/lib/rabbit_feed/version.rb
CHANGED
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.
|
|
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