zip-js 0.1.0 → 0.2.0

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
- SHA1:
3
- metadata.gz: 64d4a82463d26ad7a4a46f12e9f05843e0160bfe
4
- data.tar.gz: 02d6adc83e103bff31599e23a1a56427c8c6bc55
2
+ SHA256:
3
+ metadata.gz: 2eca566a3f96ea27507f689f8e84d3e6425f4714a748fc8f0e66e5f5b99eba90
4
+ data.tar.gz: ea92723f49a8042a93b0d941d61ce21a8437f105d3c04a22f0596efcb911ea6f
5
5
  SHA512:
6
- metadata.gz: 04f9f7d59bef064ca7a61c17f71810d3c6fd88f86f4bfd3fad4096fd69faf2644f007a929b72cb6414b5529e69934f69790a62a1005e4680df9280c6d4927e09
7
- data.tar.gz: a7f7c70885359ee66cf6ce973035cc292cbef4840e7ffe2f1da9c54beff88b44d8fa37a8cdf1a168861edbba79002b0c2b478d9d4eebc1e352e4593a76dae462
6
+ metadata.gz: 14f316d89ef8c8f8e6c7c5f47ff3d0cba1913904096270857bc4a5a9c9210cfdd6c4b5940d8f5bd5da13c5e34ebb33f8603f0fea33212d4334e6d914d48d371a
7
+ data.tar.gz: 8db6179e3b5ca73529559bb5a00438369bdcc1555de566b4b8cd61a99e09a4b81567af63870e2fd3e2e488d26704efdb6eb2cc5620cdd0ace15a74f2a6e241a7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
- # v0.1.0 / 2016-03-31
1
+ # Change Log
2
+
3
+ ## v0.2.0 / 2022-03-13
4
+ ### Upgraded
5
+ - zip-js to v2.4.6
6
+
7
+ ### Removed
8
+ - zipjs_script_tag helper
9
+
10
+ ## v0.1.0 / 2016-03-31
2
11
 
3
12
  Create project
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 Chen, Yi-Cyuan
3
+ Copyright (c) 2016-2022 Chen, Yi-Cyuan
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -29,12 +29,6 @@ In `application.js`, add
29
29
  //= require zip
30
30
  ```
31
31
 
32
- In your layout, add
33
-
34
- ```HTML
35
- <%= zipjs_script_tag %>
36
- ```
37
-
38
32
  ## License
39
33
 
40
34
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -1,3 +1 @@
1
- //= require zipjs/zip
2
- //= require zipjs/zip-fs
3
- //= require zipjs/zip-ext
1
+ //= require zipjs/zip-fs-full-es5