edmond-danthes 2.1.0 → 2.1.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
  SHA256:
3
- metadata.gz: c00bc2184b0c3d500760616b2ed8c1e09b77ecf73bec59e749b12e0478fcbc6c
4
- data.tar.gz: 3826ce0b71a309ff0e2ac67cbee1b85f19c7a247234b49330b995f564943b5b7
3
+ metadata.gz: b2e008ac53df47c3762f26dfd3ba9804135a2aec7e2b39d3b165e5245c2aed55
4
+ data.tar.gz: d063e64af4cec6ae0534115b4c6bbdfd288d5c3cb701bd8725f56f5f36b3758d
5
5
  SHA512:
6
- metadata.gz: 6b5638531601eab5c8b4ac24d3d632c3129fe825066aab4359eb874bd39058628170c5144249a5ab9300e99678fd21c3502bae08ac49928d5164bdc07ef25e68
7
- data.tar.gz: 776e9f3c7c4dbfb42aeb758a86667cfdfc559ac394e8a11fbcc47dd04d5ecb45701d257947c0304127a9d343075bf0a2593a173c8c97fd90e3eb9b648df3046f
6
+ metadata.gz: 2098635ea1f9bcf35b797fd942d4166126f433036004599a954bf68d38c17b47c28e3f219fb4922a5c8379eec5713e43e20fbd58dba03058e77d10b00bd2f45e
7
+ data.tar.gz: 796f4592a74cd7372dc1311531bfc9a2fed4c44b36f0b75fd3babd7fd22497105d98e64737e76c4be0c8bb699fb0fbcad9b9692d3c12a9f079370968b424da85
@@ -1,3 +1,3 @@
1
1
  module Danthes
2
- VERSION = '2.1.0'
2
+ VERSION = '2.1.1'
3
3
  end
@@ -0,0 +1 @@
1
+ require 'danthes'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: edmond-danthes
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Simonov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-06-12 00:00:00.000000000 Z
12
+ date: 2020-06-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faye
@@ -220,6 +220,7 @@ files:
220
220
  - lib/danthes/faye_extension.rb
221
221
  - lib/danthes/version.rb
222
222
  - lib/danthes/view_helpers.rb
223
+ - lib/edmond-danthes.rb
223
224
  - lib/generators/danthes/install_generator.rb
224
225
  - lib/generators/danthes/redis_install_generator.rb
225
226
  - lib/generators/danthes_generator.rb
@@ -255,8 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
255
256
  - !ruby/object:Gem::Version
256
257
  version: '0'
257
258
  requirements: []
258
- rubyforge_project:
259
- rubygems_version: 2.7.7
259
+ rubygems_version: 3.1.4
260
260
  signing_key:
261
261
  specification_version: 4
262
262
  summary: Private pub/sub messaging through Faye.