invisible_ink 0.2.0 → 0.2.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: 8bd2253b21ddd6d79d6b1e604bcb55779c9293edad45856b09378dbecff481b0
4
- data.tar.gz: b7e00aa59ddcba71d5e21752f2218db99cb8e93f2ec6832996c79300898675b1
3
+ metadata.gz: 57dbbf05dc3059727a486c602cee310c18fe3e2a6d7be2ab2d3d8bf29940ba4b
4
+ data.tar.gz: 87dc8fe7f9cd5e1e5eaa3d3a16e221e351dae81b42face71d74493ce8d323cd8
5
5
  SHA512:
6
- metadata.gz: f11b44a64326320264eeb2f6b5114acddcf46b53fe4a97edf0fd5dea35f38c91d05fe016f788e83e5e8258bcbc84b056f9839b1bfbd1b2eb027f32aebca4f477
7
- data.tar.gz: a794693278351dbd89c280c0c6013f2f11e4d1e6cc78d96911b4a128e1cc498221aefd357b71f8f20f6002df16677bb73d3a2b019f9e75521ec44bedc0fb4f75
6
+ metadata.gz: 07d7732c7b04fe0114b59bdf662227e2d1a848f787ecc2e8a6305dc00acad37d9616c24ec431ec04cc6a8b55dbc6cfba6c158d83437ad2bd2ea74354f728d028
7
+ data.tar.gz: 976184bfc8d79af3b99f915367bd4fbce8a4282ae816324a97845911f631b769ab14c9fd73ad47c0a71f52e7bfc7d6b9705da9fff16a38b0c56e6df0b13822f4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [0.2.1 - 2023-10-16]
2
+
3
+ - Require base Active Support library before specific extensions (#5)
4
+ - Bump activesupport from 7.0.4.3 to 7.0.7.1 (#3)
5
+
1
6
  ## [0.2.0 - 2023-03-19]
2
7
 
3
8
  - Proof of concept
data/Gemfile.lock CHANGED
@@ -7,7 +7,7 @@ PATH
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.0.4.3)
10
+ activesupport (7.0.7.1)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
@@ -15,11 +15,11 @@ GEM
15
15
  ast (2.4.2)
16
16
  concurrent-ruby (1.2.2)
17
17
  diff-lcs (1.5.0)
18
- i18n (1.12.0)
18
+ i18n (1.14.1)
19
19
  concurrent-ruby (~> 1.0)
20
20
  json (2.6.3)
21
21
  language_server-protocol (3.17.0.3)
22
- minitest (5.18.0)
22
+ minitest (5.19.0)
23
23
  parallel (1.22.1)
24
24
  parser (3.2.1.1)
25
25
  ast (~> 2.4.1)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InvisibleInk
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
data/lib/invisible_ink.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_relative "invisible_ink/version"
4
+ require "active_support"
4
5
  require "active_support/encrypted_file"
5
6
  require "securerandom"
6
7
  require "shellwords"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: invisible_ink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Polito
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-20 00:00:00.000000000 Z
11
+ date: 2023-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.3.26
73
+ rubygems_version: 3.4.12
74
74
  signing_key:
75
75
  specification_version: 4
76
76
  summary: Keep your private notes in plain sight.