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 +4 -4
- data/lib/commontator/version.rb +1 -1
- data/lib/tasks/commontator_tasks.rake +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d32487b625a32370eb044420a54c875d776ef2ba3ed35a9c7f33b913deb36289
|
|
4
|
+
data.tar.gz: 473d9334f809f2105641bee58e19d2da534191afedd316dfbf246e1e292c8178
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5255656ac1977905a47761d286864ba62c83150d8a8210c3aeb7168c6851a98a7134f952ee2f47d79bf154c8217b7e665fb42701c220d13e54fea0eece735d94
|
|
7
|
+
data.tar.gz: f93cc702c24511578aec365d38c11b0d6d5177962a0acb05a76b248b4143247ce4a61d216f40c80bdbbbfb04967d1f1b43d54e5bdcee873da52dfb133dafc4d9
|
data/lib/commontator/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
COMMONTATOR_VERSION = '7.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.
|
|
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.
|
|
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:
|
|
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.
|
|
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.
|