compressit 0.5.0 → 0.5.1
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.
- data/compressit.gemspec +1 -1
- data/lib/compressit/version.rb +1 -1
- metadata +3 -3
data/compressit.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["sdomino"]
|
|
10
10
|
s.email = ["sdomino@pagodabox.com"]
|
|
11
|
-
s.homepage = "http://
|
|
11
|
+
s.homepage = "http://github.com/sdomino/compressit"
|
|
12
12
|
s.summary = "Compressit is a simple gem that will compress all of your .css and .js."
|
|
13
13
|
s.description = "Compressit uses the yuicompressor-2.4.6.jar java file created by Yahoo to compress all of your .css and .js files into single compressed files respectively. This not only reduces the size of your files, but also results in less http requests at load time resulting in an overall faster site."
|
|
14
14
|
|
data/lib/compressit/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: compressit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.5.
|
|
5
|
+
version: 0.5.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- sdomino
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
13
|
+
date: 2011-07-08 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rspec
|
|
@@ -49,7 +49,7 @@ files:
|
|
|
49
49
|
- lib/yuicompressor-2.4.6.jar
|
|
50
50
|
- spec/compressit_spec.rb
|
|
51
51
|
- spec/spec_helper.rb
|
|
52
|
-
homepage: http://
|
|
52
|
+
homepage: http://github.com/sdomino/compressit
|
|
53
53
|
licenses: []
|
|
54
54
|
|
|
55
55
|
post_install_message:
|