web-ext-native-app-packer 1.0.0 → 1.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/pack.sh +1 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '09c7d21d2f9ac671ad4e5e2b8b73be3ac1267fc3'
4
- data.tar.gz: fcee4f7e4650138b70dc39fb715aebccaf7798a0
3
+ metadata.gz: 93ba07876666330a898fbd9b80f1f67ca1dfec8f
4
+ data.tar.gz: 93177af0f0527dbf7916474f1a561dc05e98aa7c
5
5
  SHA512:
6
- metadata.gz: b2836d75eb7b1df1e45fa40799156b44241c8c500dda1dde5943e5c8bec9e2be911e5e3f314289595b263d98cf02e0ef0e8c669bb66f0479aec34f6574386f88
7
- data.tar.gz: fcd3e01e7ba510a2d74587672695be4517de8b54cc5dbe2ebd6923b0ce0b010dd131793320558c4e548ad3c0758175421c43783dab52e028df2b896667752be1
6
+ metadata.gz: c6dfb2fe605a8583cc0206abb5230e65ad89f481d8c67047e3b416d71b591d45c4c3c3e66865d1ab28cd662ed50ecaa220bfa8a7dc39388e44161f32741aa10e
7
+ data.tar.gz: 6ee9e109f203edf89d57984309ab5f8204840fc833dc864f058bc6335b778e722e3ec312d6514c5b1271a6d230bc75c837bcdc94d9ce2863318efd99c0fb9a9a
data/README.md CHANGED
@@ -7,11 +7,12 @@ A tool to pack web extension native application.
7
7
 
8
8
  1. install gem
9
9
  ```shell
10
- gem install web-ext-native-app-packer
10
+ gem install web-ext-native-app-packer
11
11
  ```
12
12
 
13
13
  2. create pack.yaml in your native App directory
14
14
  ```yaml
15
+ # pack.yaml
15
16
  app_name: 'awesome_app'
16
17
  app_description: 'description of awesome_app'
17
18
  app_path: 'main.rb'
data/lib/pack.sh CHANGED
@@ -5,5 +5,6 @@ output_path=$2
5
5
 
6
6
  cd $input_path
7
7
  zip -r $output_path *
8
+ zip -d $output_path pack.yaml
8
9
  cd ..
9
10
  rm -rf $input_path
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-ext-native-app-packer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mika