dnnbundler 0.1.8 → 0.1.9

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: a4d04c6bbc8840bdec4b355fe9ff974c680a6eff
4
- data.tar.gz: c4f172b99b1299d817e7c2815aa78e353ec95125
3
+ metadata.gz: a601eb36d810ea6862c10cfcfa323f3fff3b9db2
4
+ data.tar.gz: c07b1caaf37aee7f9ae0a9a5d6336a29231d770a
5
5
  SHA512:
6
- metadata.gz: 7e5e10d0042af66c58ced4256aa715ecb3617a8ee7e74b62cf04cc4c1fd48ea35f4522d3b22107d6c0283ff2b24bf5dec539f31c62b83edbf54a397302b09891
7
- data.tar.gz: e38d0553f926cbfd4c1b8da91b789a54f05ece9a65041d253bd923d5c6bbd6f36e8631f5f6cc9268b2eb43dc74a4091de2bc63563ff56613635738b39d10101a
6
+ metadata.gz: b0cb448ed095a8abd457d5edbf42af3d47d79eee65977870a559132315cf38026bea699695fdba0eff53b1f7d50406b41850a1c0b73659d620a414f6184e48bd
7
+ data.tar.gz: 6cb9de6f5db78301eb428215f626c7445965517db46b571358443fc44e6c5732d3ad5b6d13162accde6a37ac50dedfb71cec2ef69105ea9bbcf207aa08c44c11
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Le0Michine"]
10
10
  spec.email = ["leomichine@gmail.com"]
11
11
 
12
- spec.summary = %q{Creates zip packages for DNN.}
13
- spec.description = %q{Creates zip packages with complex structure.}
12
+ spec.summary = %q{Creates zip packages for DotNetNuke.}
13
+ spec.description = %q{Creates zip packages for DotNetNuke.}
14
14
  spec.homepage = "https://github.com/Le0Michine/dnnbundler"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Dnnbundler
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dnnbundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Le0Michine
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '10.0'
97
- description: Creates zip packages with complex structure.
97
+ description: Creates zip packages for DotNetNuke.
98
98
  email:
99
99
  - leomichine@gmail.com
100
100
  executables:
@@ -140,5 +140,5 @@ rubyforge_project:
140
140
  rubygems_version: 2.6.11
141
141
  signing_key:
142
142
  specification_version: 4
143
- summary: Creates zip packages for DNN.
143
+ summary: Creates zip packages for DotNetNuke.
144
144
  test_files: []