webpacker-electron 0.1.0 → 0.1.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: 6a19dff91639322ec84b6bda44ad1bd6eb3c63b46de1d772364fd11c958a9030
4
- data.tar.gz: 06f7eec37a5c5681da7b83ffae1558da61cbaa6f18af70a3933913a2cf36016b
3
+ metadata.gz: 5178a565fc673e01561560bc9376dde52d80d7aa39217888700b4f4a89c05e1c
4
+ data.tar.gz: cbd348634ef8ec5a28daeb365bbcc43785942d91ed4518db8176f197014c641c
5
5
  SHA512:
6
- metadata.gz: f6b23f497b1eb37f2415e4bae735aadb9538eee018bb2ea9ec45f517371d0c922fb5b56cbe9e818d1ba42161cc446467bece1293d6ada80296d607f783857000
7
- data.tar.gz: 686884c0190c08bf9c780eb0a00f8e84b43de45a03102e11014fb0813c852246ceca1c0efcfa8aeb37a04ab06716e6315d12fa5ed861b5acc17d2dfae41d7962
6
+ metadata.gz: a2f3d640070ed3b57ab0ea1b64ef8a7fadbcf833ac82accec07c358d99a62ef2b44f4fe24f25e6609479dd5c645858278b59a5dc01a2020108a5058ee80d891b
7
+ data.tar.gz: db32291d7c1a64706439adc03ae8e91bb4e07e76eb0aff795e1cc80e8a958ca23333aabb59b3b70423cc0cbe5db05270027f19ab2023611819e1038c6250fbd2
@@ -1,5 +1,5 @@
1
- appId: com.worktimelabs.meet
2
- productName: Worktime Meetings
1
+ appId: com.example.app
2
+ productName: Electron App
3
3
  extends: null
4
4
  directories:
5
5
  app: "."
@@ -44,9 +44,7 @@ linux:
44
44
  target:
45
45
  - AppImage
46
46
  category: Development
47
- # extraResources:
48
- # - ./assets/**
49
47
  publish:
50
48
  provider: github
51
- owner: ableco
52
- repo: worktime-meetings
49
+ owner:
50
+ repo:
@@ -39,7 +39,7 @@ const electronConfig = {
39
39
  debug: true,
40
40
  }),
41
41
  new HtmlWebpackPlugin({
42
- title: "Worktime Meetings",
42
+ title: "Electron App",
43
43
  template: path.resolve(config.outputPath, "../", "electron.html"),
44
44
  }),
45
45
  ],
@@ -26,7 +26,7 @@ const electronConfig = {
26
26
  plugins: [
27
27
  new DotEnvPlugin(),
28
28
  new HtmlWebpackPlugin({
29
- title: "Worktime Meetings",
29
+ title: "Electron App",
30
30
  template: path.resolve(config.outputPath, "../", "electron.html"),
31
31
  }),
32
32
  ],
@@ -1,5 +1,5 @@
1
1
  module Webpacker
2
2
  module Electron
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpacker-electron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Able
@@ -14,14 +14,14 @@ dependencies:
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 6.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 6.0.0
27
27
  - !ruby/object:Gem::Dependency