zipbundler 0.2.2 → 0.2.3
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 +4 -4
- data/README.md +2 -2
- data/lib/zipper/version.rb +1 -1
- data/zipper.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 433d36fb855b4374fc0eb797f62946dd8a29774e
|
|
4
|
+
data.tar.gz: a15f5bf1fa39882cc855ee615abeac6364e4f6dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78669b8166edb5bd75e6766d1ee1a7ae87d4242123a1b2984ef8559ee86dbe46a729109f20146679b1144e3d08898d935bc6ef095ba3e7203b2e9d795e1873cf
|
|
7
|
+
data.tar.gz: 8693186da1b385964ddaf8905c2fdf343a3dcf296dd08c945f6c7a806e602556feb23efc99973838b92c26c6ce15fdf138c19561a118339af882d060b93634de
|
data/README.md
CHANGED
|
@@ -51,7 +51,7 @@ Configuration file `config.json` should has the following structure:
|
|
|
51
51
|
]
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
Please refer [this link](https://github.com/Le0Michine/zipper/config_schema.json) to find full json schema of the configuration.
|
|
54
|
+
Please refer [this link](https://github.com/Le0Michine/ruby-zipper/config_schema.json) to find full json schema of the configuration.
|
|
55
55
|
|
|
56
56
|
Or you can do it from code `ZipFileGenerator`:
|
|
57
57
|
|
|
@@ -71,7 +71,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
71
71
|
|
|
72
72
|
## Contributing
|
|
73
73
|
|
|
74
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/Le0Michine/zipper. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
74
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/Le0Michine/ruby-zipper. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
## License
|
data/lib/zipper/version.rb
CHANGED
data/zipper.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Creates zip packages with complex structure.}
|
|
13
13
|
spec.description = %q{Creates zip packages with complex structure.}
|
|
14
|
-
spec.homepage = "https://github.com/Le0Michine/zipper"
|
|
14
|
+
spec.homepage = "https://github.com/Le0Michine/ruby-zipper"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zipbundler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Le0Michine
|
|
@@ -107,7 +107,7 @@ files:
|
|
|
107
107
|
- lib/zipper/version.rb
|
|
108
108
|
- lib/zipper/zipEntry.rb
|
|
109
109
|
- zipper.gemspec
|
|
110
|
-
homepage: https://github.com/Le0Michine/zipper
|
|
110
|
+
homepage: https://github.com/Le0Michine/ruby-zipper
|
|
111
111
|
licenses:
|
|
112
112
|
- MIT
|
|
113
113
|
metadata: {}
|