openseadragon 1.0.10 → 1.0.11

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: 1a1f161e9a5df7ff6959bed0587ffe9b78e75d98f0daf6d9c6bdeb53a195cac9
4
- data.tar.gz: 0cc531c2a210a7a6746305c6b659435e4f1f581efeb9905d209451a8950c554b
3
+ metadata.gz: c5040f306285b882a6fafef9aef419d2c625d90b1496b48e14a70ba1f94f3c06
4
+ data.tar.gz: 964a9f95cd94403551c525e11d907727ffd3148ed218c38cfd96957dc36f5d78
5
5
  SHA512:
6
- metadata.gz: 70d6288505da4edfca1439d5f6d824c7ea45b82fa1932bd0fa53796b7c2b3bd6534b98aeafb86e1549366d3fda7c6a7a5510b63a2f4aba73710cfc4308f4ff0b
7
- data.tar.gz: b54668148d0d90cfd5c18114275bce8b3a0cf85a1335a83a3e6b557d89c9bb1380d12b7a3bb5e9360907964a9d32767c304c33bd859c78f36bf944d5639af342
6
+ metadata.gz: 984553e55d49a022cb638e6e448d3f2d12d85af38ffeafd70bf71b745d1d69297935aa73c19038ce550256201dadd75239912e2a51e50caac4093c8c8f948347
7
+ data.tar.gz: a03d01026d0df862fa52cacc5556583e620c8d557ba05a81a4a01d41d65670e5773bd0388365092dbbeb7d2202337fbfa191d357c94d780b40879e876088d302
@@ -13,14 +13,21 @@ jobs:
13
13
  matrix:
14
14
  rails_version: [8.0.1]
15
15
  ruby: [3.2, 3.3]
16
+ additional_engine_cart_rails_options: [""]
16
17
  include:
18
+ - ruby: 3.3
19
+ rails_version: 8.0.1
20
+ additional_engine_cart_rails_options: --css=bootstrap --js=esbuild
17
21
  - ruby: 3.3
18
22
  rails_version: 7.2.2.1
23
+ additional_engine_cart_rails_options: -a propshaft
19
24
  - ruby: 3.2
20
25
  rails_version: 7.1.5.1
26
+ additional_engine_cart_rails_options: -a propshaft
27
+
21
28
  env:
22
29
  RAILS_VERSION: ${{ matrix.rails_version }}
23
- ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-kamal --skip-test -a propshaft"
30
+ ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-kamal --skip-test ${{ matrix.additional_engine_cart_rails_options }}"
24
31
  steps:
25
32
  - uses: actions/checkout@v2
26
33
  - name: Set up Ruby ${{ matrix.ruby }}
@@ -7,7 +7,7 @@ module Openseadragon
7
7
  def append_javascript
8
8
  run "yarn init -y"
9
9
  gsub_file "package.json", /\.internal_test_app/, "internal_test_app" # name beginning with a dot is illegal
10
- run "yarn add openseadragon"
10
+ run "yarn add openseadragon-rails"
11
11
 
12
12
  append_to_file 'app/javascript/application.js' do
13
13
  <<~CONTENT
@@ -1,3 +1,3 @@
1
1
  module Openseadragon
2
- VERSION = "1.0.10"
2
+ VERSION = "1.0.11"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openseadragon-rails",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Openseadragon support for Rails apps",
5
5
  "exports": {
6
6
  ".": "./app/javascript/openseadragon-rails/index.js",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openseadragon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne