jzip 1.0.9 → 1.0.10

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 (5) hide show
  1. data/CHANGELOG +6 -0
  2. data/VERSION +1 -1
  3. data/jzip.gemspec +2 -2
  4. data/lib/jzip.rb +3 -0
  5. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,5 +1,11 @@
1
1
  = Jzip CHANGELOG
2
2
 
3
+ == Version 1.0.10 (September 3, 2010)
4
+
5
+ * Updated source file requiring
6
+
7
+ Updated source file requiring
8
+
3
9
  == Version 1.0.9 (August 27, 2010)
4
10
 
5
11
  * Corrected source file requiring (credits to Wijnand Wiersma)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.9
1
+ 1.0.10
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{jzip}
8
- s.version = "1.0.9"
8
+ s.version = "1.0.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Paul Engel"]
12
- s.date = %q{2010-08-27}
12
+ s.date = %q{2010-09-03}
13
13
  s.description = %q{Jzip was created due to the need of simply merging and minifying Javascript files to reduce HTTP requests and file size of application assets. Using sprites for images and SASS for stylesheets only left javascripts not be optimized.
14
14
  AssetPackager almost suited the solution, but it hasn't got enough flexibility in configuration. So with AssetPackager (for minification) and SASS (for merging with templates) as inspiration, I came up with Jzip.}
15
15
  s.email = %q{paul.engel@holder.nl}
@@ -5,5 +5,8 @@ end
5
5
 
6
6
  require "jzip/core"
7
7
  require "jzip/actionpack"
8
+
8
9
  require "jzip/engine/support/notifier"
9
10
  require "jzip/engine"
11
+ require "jzip/engine/template"
12
+ require "jzip/engine/requirement"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jzip
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 9
10
- version: 1.0.9
9
+ - 10
10
+ version: 1.0.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Engel
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-27 00:00:00 +02:00
18
+ date: 2010-09-03 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21