commontator 7.0.0 → 7.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
  SHA256:
3
- metadata.gz: e4b52a669ee098261a37c5670b3d964f7f5be3628ee9036471240fde923f77ec
4
- data.tar.gz: 95b55b14e06b86d302ac9b5d75107015fe3f6dd787ba77ff5b30112bfc53bcb7
3
+ metadata.gz: d32487b625a32370eb044420a54c875d776ef2ba3ed35a9c7f33b913deb36289
4
+ data.tar.gz: 473d9334f809f2105641bee58e19d2da534191afedd316dfbf246e1e292c8178
5
5
  SHA512:
6
- metadata.gz: b14bdde0d9c9738efee797e609497d894f5e4d3bd77534f9fabc101b952e37d356b97579fe2ba2eaca6defea3d13bcc18276a20efd1c18ee92a7ff3296c8a6ac
7
- data.tar.gz: e652e1739c6940111cae53b0a9fbc0c7fe3f8a4e251fd03f422c1ee501faad0382ffafffd331fa22ef66530b0a31fd820c444d582e3a1e7a139f25c2555bb6ad
6
+ metadata.gz: 5255656ac1977905a47761d286864ba62c83150d8a8210c3aeb7168c6851a98a7134f952ee2f47d79bf154c8217b7e665fb42701c220d13e54fea0eece735d94
7
+ data.tar.gz: f93cc702c24511578aec365d38c11b0d6d5177962a0acb05a76b248b4143247ce4a61d216f40c80bdbbbfb04967d1f1b43d54e5bdcee873da52dfb133dafc4d9
@@ -1 +1 @@
1
- COMMONTATOR_VERSION = '7.0.0'
1
+ COMMONTATOR_VERSION = '7.0.1'
@@ -7,7 +7,7 @@ namespace :commontator do
7
7
  desc "Copy initializers from commontator to application"
8
8
  task :initializers do
9
9
  Dir.glob(File.expand_path('../../config/initializers/*.rb', __dir__)) do |file|
10
- if File.exists?(File.expand_path(File.basename(file), 'config/initializers'))
10
+ if File.exist?(File.expand_path(File.basename(file), 'config/initializers'))
11
11
  print "NOTE: Initializer #{File.basename(file)} from commontator has been skipped. Initializer with the same name already exists.\n"
12
12
  else
13
13
  cp file, 'config/initializers', verbose: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commontator
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.0
4
+ version: 7.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dante Soares
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-17 00:00:00.000000000 Z
11
+ date: 2023-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -265,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
265
265
  - !ruby/object:Gem::Version
266
266
  version: '0'
267
267
  requirements: []
268
- rubygems_version: 3.1.4
268
+ rubygems_version: 3.4.10
269
269
  signing_key:
270
270
  specification_version: 4
271
271
  summary: Allows users to comment on any model in your application.