softcover 1.8.2 → 1.8.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fbbd3c594aa18e9a6fd574bf0c3c53127865c4c3ea309752f5e29f1a5e66cae7
4
- data.tar.gz: b583c896dea63165e49ad55f528c99383b5535b566a99b53ab272eafe43cbf48
3
+ metadata.gz: f04ec855a217ae917c5c5e495a49ec7baafbd9a8e56dbd5a98f07f87eb00694a
4
+ data.tar.gz: 95f64fb587111a87ca564e1c5e16bafa6efcf7e141ce684184b8f544c13aac55
5
5
  SHA512:
6
- metadata.gz: c3a5a255c646c581a4be5f33954ab716ab342d1a6ae9ad0ca23aac91bf66c168ab0fda4ff07cadbc7e4a19af89790a6a9c0d8aba78c6c31a04354401d30b4e81
7
- data.tar.gz: 31c8fecd9953fa2ec82a48265a8543b17fd91c7ec618f1bac4a606984dd0ebb8861670fa77d2ea3797646922d71fe2ec98ecf3c50fe142f98e60f03c683081a1
6
+ metadata.gz: b7e137aedcf25cca67ceab84ae6353693a2cb414e583a14aa5e09f1b74388d188109ab7efa3cd93d967eed4674102c941ff75125afd0db1b32c117a3126ce68d
7
+ data.tar.gz: a7342bb95de40196ba6c166f3ffc0a8ed7e5e1ac512b5d8d05c46d9514d298def777bdad86892ab1fe66b095c3943f583a5c7b645164c0c69a585a589e2ade1b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- softcover (1.8.2)
4
+ softcover (1.8.3)
5
5
  activesupport (= 4.2.11.3)
6
6
  async_sinatra (= 1.1.0)
7
7
  coffee-script (= 2.4.1)
@@ -30,7 +30,7 @@ GEM
30
30
  minitest (~> 5.1)
31
31
  thread_safe (~> 0.3, >= 0.3.4)
32
32
  tzinfo (~> 1.1)
33
- addressable (2.8.4)
33
+ addressable (2.8.5)
34
34
  public_suffix (>= 2.0.2, < 6.0)
35
35
  async_sinatra (1.1.0)
36
36
  rack (>= 1.4.1)
@@ -76,7 +76,7 @@ GEM
76
76
  mime-types (3.4.1)
77
77
  mime-types-data (~> 3.2015)
78
78
  mime-types-data (3.2023.0218.1)
79
- minitest (5.18.1)
79
+ minitest (5.19.0)
80
80
  msgpack (1.2.10)
81
81
  netrc (0.11.0)
82
82
  nokogiri (1.15.2-arm64-darwin)
@@ -92,7 +92,7 @@ GEM
92
92
  pry (0.14.2)
93
93
  coderay (~> 1.1)
94
94
  method_source (~> 1.0)
95
- public_suffix (5.0.1)
95
+ public_suffix (5.0.3)
96
96
  pygments.rb (2.3.1)
97
97
  racc (1.7.1)
98
98
  rack (1.6.13)
@@ -109,7 +109,7 @@ GEM
109
109
  http-cookie (>= 1.0.2, < 2.0)
110
110
  mime-types (>= 1.16, < 4.0)
111
111
  netrc (~> 0.8)
112
- rexml (3.2.5)
112
+ rexml (3.2.6)
113
113
  rspec (2.14.1)
114
114
  rspec-core (~> 2.14.0)
115
115
  rspec-expectations (~> 2.14.0)
@@ -175,4 +175,4 @@ DEPENDENCIES
175
175
  webmock (~> 3)
176
176
 
177
177
  BUNDLED WITH
178
- 2.3.10
178
+ 2.4.18
@@ -4,5 +4,5 @@
4
4
  % can't hyphenate natively.
5
5
  % \hyphenation{Ja-va-Script}
6
6
  % You can also include and use packages.
7
- % \usepackage{newunicodechar}
8
- % \newunicodechar{★}{\ensuremath{\star}}
7
+ \usepackage{newunicodechar}
8
+ \newunicodechar{★}{\ensuremath{\star}}
@@ -4,5 +4,5 @@
4
4
  % can't hyphenate natively.
5
5
  % \hyphenation{Ja-va-Script}
6
6
  % You can also include and use packages.
7
- % \usepackage{newunicodechar}
8
- % \newunicodechar{★}{\ensuremath{\star}}
7
+ \usepackage{newunicodechar}
8
+ \newunicodechar{★}{\ensuremath{\star}}
@@ -1,3 +1,3 @@
1
1
  module Softcover
2
- VERSION = "1.8.2"
2
+ VERSION = "1.8.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softcover
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.2
4
+ version: 1.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hartl
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-06-30 00:00:00.000000000 Z
12
+ date: 2023-08-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: polytexnic