Skip to content

Commit

Permalink
Update dependencies, expand text for badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dshorthouse committed Mar 31, 2024
1 parent 8d8c147 commit def2096
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 46 deletions.
52 changes: 8 additions & 44 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,52 +12,17 @@ GEM
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.6)
bigdecimal (3.1.7)
byebug (11.1.3)
concurrent-ruby (1.2.3)
config (5.1.0)
config (5.4.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
connection_pool (2.4.1)
daemons (1.4.1)
deep_merge (1.2.2)
diff-lcs (1.5.1)
domain_name (0.6.20240107)
drb (2.2.0)
ruby2_keywords
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-initializer (3.1.1)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-schema (1.13.3)
concurrent-ruby (~> 1.0)
dry-configurable (~> 1.0, >= 1.0.1)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-logic (>= 1.4, < 2)
dry-types (>= 1.7, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.2)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
dry-validation (1.10.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-schema (>= 1.12, < 2)
zeitwerk (~> 2.6)
drb (2.2.1)
dwc_agent (3.1.1.0)
namae (~> 1)
namecase (~> 2)
Expand Down Expand Up @@ -86,12 +51,12 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0206)
minitest (5.22.2)
mime-types-data (3.2024.0305)
minitest (5.22.3)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand All @@ -102,12 +67,12 @@ GEM
net-http (0.4.1)
uri
netrc (0.11.0)
pagy (7.0.5)
pagy (7.0.11)
passenger (6.0.20)
rack
rake (>= 0.8.1)
racc (1.7.3)
rack (2.2.8.1)
rack (2.2.9)
rack-contrib (2.4.0)
rack (< 4)
rack-protection (3.2.0)
Expand Down Expand Up @@ -158,7 +123,6 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (0.13.0)
zeitwerk (2.6.13)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions views/dataset_badge_svg.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%text{x:"27", y:"15", fill:"#010101", "fill-opacity":".3"}= "collectors &amp; determiners"
%text{x:"27", y:"14"}= "collectors &amp; determiners"
%g{fill:"#fff", "text-anchor":"middle", "font-family":"DejaVu Sans,Verdana,Geneva,sans-serif", "font-size":"11"}
%text{x:"190", y:"15", fill:"#010101", "fill-opacity":".3"}= "#{@doc[:users_count]}"
%text{x:"190", y:"14"}= "#{@doc[:users_count]}"
%text{x:"195", y:"15", fill:"#010101", "fill-opacity":".3"}= "#{@doc[:users_count]}"
%text{x:"195", y:"14"}= "#{@doc[:users_count]}"
%g{transform:"translate(0,0) scale(1.25 1.25)"}
%path{style: "stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;", d: "M 4.59375 13.625 L 4.625 13.625 C 5.042969 12.621094 5.601562 11.660156 6.085938 10.6875 C 6.21875 10.417969 6.402344 9.78125 6.664062 9.625 C 6.769531 9.5625 6.941406 9.597656 7.0625 9.59375 C 7.304688 9.585938 7.574219 9.554688 7.8125 9.503906 C 8.777344 9.292969 9.6875 8.933594 10.46875 8.3125 C 10.722656 8.109375 11.035156 7.886719 11.1875 7.59375 L 8.6875 7.59375 L 9.84375 6.894531 L 12.1875 5.5625 L 12.1875 5.53125 L 9.71875 5.53125 L 10.78125 4.605469 L 12.71875 3 C 12.53125 2.921875 12.261719 2.96875 12.0625 2.96875 C 11.421875 2.96875 10.753906 3.074219 10.125 3.199219 C 9.53125 3.320312 8.914062 3.496094 8.375 3.777344 C 4.855469 5.628906 4.59375 10.097656 4.59375 13.625 Z M 4.59375 13.625 "}

0 comments on commit def2096

Please sign in to comment.