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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ede512986a134d153bbf0524ac7f68fdaff4d403
4
- data.tar.gz: 6e0b5cc8a72bbec6cdf1062d5be26b4124bd4131
3
+ metadata.gz: 433d36fb855b4374fc0eb797f62946dd8a29774e
4
+ data.tar.gz: a15f5bf1fa39882cc855ee615abeac6364e4f6dd
5
5
  SHA512:
6
- metadata.gz: 8e640e94fe0494b0961b59207ce73d480ba92e35fa50cbe56edce9d74502a23ded3f304b9c9fe7667d18aca0e6292a2d3b1fb872afa07ee5195fc84381aa34ef
7
- data.tar.gz: b1e00f0953c93821152387e3e220fa7fc74225bcb6ab6a3e2872f67a9db066ce99b68db2dc240a3433e0126dcc0b75e6dbf0e5a34853884083edf58efa1c19fc
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
@@ -1,3 +1,3 @@
1
1
  module Zipper
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
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.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: {}