annotato 0.2.5 → 0.2.6

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: 11a779fb4ddeec8b6cf9f7858f821104466a9a769e58e137245636b9d62d459f
4
- data.tar.gz: 2addea232a4a29643a66dd29396bf3d56614f2ff7923d516aba48e7b6b3f2379
3
+ metadata.gz: c63b300fc1c7855b9e33b98a927a7abb3d344bb6d320ef83d31996dfd0ca0a27
4
+ data.tar.gz: f85439c5160608f97aeb3bc6587f93cd4f9354fb0c6135f3edc329f67721bfd9
5
5
  SHA512:
6
- metadata.gz: 7a04edef5bb90afad0d50ebb18c4590dc73e6ee8902f73d9a592291855d8f78c591c2174799d31d904d0fc1347df25baeedbe0383e57af156c9e59c16a2661c4
7
- data.tar.gz: 8bf3fee198f5c60ed40b85b6d89ce6eecd3723171a51874338a8702a3b7436e1894db2a92dc8f62a08be534d782e35040d2fe74a36042836e13a5d9d597743bb
6
+ metadata.gz: '020864e326b45d5b29992e30852406da821e7e66408b1a478fcaf0d4512995529908ff41082ea23d490eef56b7a08f1e7b369cd950cfe923800467689d90a697'
7
+ data.tar.gz: 615be8af1addb918a6814117b600e5c497a189822f97a2fd853eaec4dfc39d7ecc4d0352b868f4945adddbff3f52129402e6cf128b088fd8593e10f7e0350289
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- annotato (0.2.5)
4
+ annotato (0.2.6)
5
5
  rails (>= 6.0)
6
6
 
7
7
  GEM
@@ -58,7 +58,6 @@ module Annotato
58
58
 
59
59
  # Skip writing if the annotation hasn't changed
60
60
  if old_annotation && old_annotation.strip == annotation.strip
61
- @output.puts "ℹ️ Skipped #{model.name} — annotation unchanged"
62
61
  return
63
62
  end
64
63
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Annotato
4
- VERSION = "0.2.5"
4
+ VERSION = "0.2.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: annotato
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serhii Bodnaruk