crxmake 2.0.4 → 2.0.5

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 (2) hide show
  1. data/lib/crxmake.rb +2 -2
  2. metadata +3 -3
data/lib/crxmake.rb CHANGED
@@ -9,7 +9,7 @@ require 'find'
9
9
  require 'pathname'
10
10
 
11
11
  class CrxMake < Object
12
- VERSION = '2.0.4'
12
+ VERSION = '2.0.5'
13
13
  # thx masover
14
14
  MAGIC = 'Cr24'
15
15
 
@@ -159,7 +159,7 @@ ext dir: \"#{@exdir}\"
159
159
  Find.prune
160
160
  else
161
161
  puts "include dir: \"#{path}\"" if @verbose
162
- zip.add(get_relative(@exdir, path))
162
+ zip.add(get_relative(@exdir, path), path)
163
163
  end
164
164
  else
165
165
  if @ignorefile && File.basename(path) =~ @ignorefile
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crxmake
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: zip
17
- requirement: &77153770 !ruby/object:Gem::Requirement
17
+ requirement: &85347270 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ~>
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: 2.0.2
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *77153770
25
+ version_requirements: *85347270
26
26
  description: command line tool for making chromium extension
27
27
  email: utatane.tea@gmail.com
28
28
  executables: