isorun 0.1.1.pre-arm64-darwin → 0.1.3.pre-arm64-darwin

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: ac7e79884042806d5a503802367dc6b39dbb59a051f429f0c1a9968118bbe50f
4
- data.tar.gz: a69b1f86abc6bd00760b3dbab2058e02f641a39549a4514f0600043898ac699c
3
+ metadata.gz: 1bd1ddc811fdc407578a3a53a21a2d05ae33a53b6302c86cad63123637f6f26f
4
+ data.tar.gz: 97195d73eb26ca935a633bde9bf487b018bedad77dfafe29ce56046b785ed298
5
5
  SHA512:
6
- metadata.gz: 6255ec12ef83e82e2efe5e098604de9ac36b186de83cfca94e791cf4edc1f9e68c2da1e05328dc91172c93e51b6674e1f4b5450e179bea20f68ace9a47f26c47
7
- data.tar.gz: 74e25414c989a7f3a04a50bbd6ce82fe22eb75387f83d24dda969a78d20d2859c48d423f24866d212d48898945dce89c6f8c87ad1c9e5d761107b95157b9fe93
6
+ metadata.gz: 74a69d85a65c99e965e64050d571428f6014d5acd26d4980934d475aa9a15feb14ea2d0b4bceef7cdf2bc637d54a191f8336090e6c1b860ec989e6630eb33e0a
7
+ data.tar.gz: 01ece88b925c636ba233745a76ec411f7d640fb281a7e90792bb259248c57536209271235bdbab247abb631ab7e097c78e2fc3124dfaafb8a93192293e261ce2
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "isorun"
3
- version = "0.1.1"
3
+ version = "0.1.3"
4
4
  edition = "2021"
5
5
  authors = ["Hannes Moser <box@hannesmoser.at>"]
6
6
  homepage = "https://github.com/eliias/isorun"
Binary file
Binary file
Binary file
@@ -6,8 +6,7 @@ module Isorun
6
6
  if Rails.env.development?
7
7
  Rails.root.join("app", "assets", "builds", "#{bundle_id}-server.js").to_s
8
8
  else
9
- asset = ActionController::Base.helpers.asset_path("#{bundle_id}-server")
10
- asset_path(asset)
9
+ asset_path("#{bundle_id}-server")
11
10
  end
12
11
  }
13
12
 
@@ -15,16 +14,15 @@ module Isorun
15
14
  if Rails.env.development?
16
15
  Rails.root.join("app", "assets", "builds", "#{bundle_id}.js").to_s
17
16
  else
18
- asset = ActionController::Base.helpers.asset_path(bundle_id)
19
- asset_path(asset)
17
+ asset_path(bundle_id)
20
18
  end
21
19
  }
22
- end
23
20
 
24
- private
21
+ private
25
22
 
26
- def asset_path(asset)
27
- asset_path = Rails.application.assets_manifest.assets["#{asset}.js"]
28
- "#{Rails.application.assets_manifest.directory}/#{asset_path}"
23
+ def asset_path(asset)
24
+ asset_path = Rails.application.assets_manifest.assets["#{asset}.js"]
25
+ "#{Rails.application.assets_manifest.directory}/#{asset_path}"
26
+ end
29
27
  end
30
28
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Isorun
4
- VERSION = "0.1.1.pre"
4
+ VERSION = "0.1.3.pre"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isorun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.pre
4
+ version: 0.1.3.pre
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Hannes Moser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-09 00:00:00.000000000 Z
11
+ date: 2022-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties