rake-minify 0.2.0 → 0.2.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/Rakefile +2 -2
- data/VERSION +1 -1
- data/rake-minify.gemspec +3 -3
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -7,8 +7,8 @@ Jeweler::Tasks.new do |gem|
|
|
|
7
7
|
gem.name = "rake-minify"
|
|
8
8
|
gem.homepage = "http://github.com/mcollina/rake-minify"
|
|
9
9
|
gem.license = "MIT"
|
|
10
|
-
gem.summary = %Q{A rake task to minify javascripts}
|
|
11
|
-
gem.description = %Q{A rake task to minify javascripts}
|
|
10
|
+
gem.summary = %Q{A rake task to minify javascripts and coffeescripts}
|
|
11
|
+
gem.description = %Q{A rake task to minify javascripts and coffeescripts}
|
|
12
12
|
gem.email = "matteo.collina@gmail.com"
|
|
13
13
|
gem.authors = ["Matteo Collina"]
|
|
14
14
|
# Include your dependencies below. Runtime dependencies are required when using your gem,
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
data/rake-minify.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rake-minify}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Matteo Collina"]
|
|
12
12
|
s.date = %q{2011-04-17}
|
|
13
|
-
s.description = %q{A rake task to minify javascripts}
|
|
13
|
+
s.description = %q{A rake task to minify javascripts and coffeescripts}
|
|
14
14
|
s.email = %q{matteo.collina@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
@@ -52,7 +52,7 @@ Gem::Specification.new do |s|
|
|
|
52
52
|
s.licenses = ["MIT"]
|
|
53
53
|
s.require_paths = ["lib"]
|
|
54
54
|
s.rubygems_version = %q{1.5.3}
|
|
55
|
-
s.summary = %q{A rake task to minify javascripts}
|
|
55
|
+
s.summary = %q{A rake task to minify javascripts and coffeescripts}
|
|
56
56
|
s.test_files = [
|
|
57
57
|
"spec/rake/minify/group_spec.rb",
|
|
58
58
|
"spec/rake/minify/source_spec.rb",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake-minify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Matteo Collina
|
|
@@ -141,7 +141,7 @@ dependencies:
|
|
|
141
141
|
version: 2.2.0
|
|
142
142
|
type: :development
|
|
143
143
|
version_requirements: *id008
|
|
144
|
-
description: A rake task to minify javascripts
|
|
144
|
+
description: A rake task to minify javascripts and coffeescripts
|
|
145
145
|
email: matteo.collina@gmail.com
|
|
146
146
|
executables: []
|
|
147
147
|
|
|
@@ -214,7 +214,7 @@ rubyforge_project:
|
|
|
214
214
|
rubygems_version: 1.5.3
|
|
215
215
|
signing_key:
|
|
216
216
|
specification_version: 3
|
|
217
|
-
summary: A rake task to minify javascripts
|
|
217
|
+
summary: A rake task to minify javascripts and coffeescripts
|
|
218
218
|
test_files:
|
|
219
219
|
- spec/rake/minify/group_spec.rb
|
|
220
220
|
- spec/rake/minify/source_spec.rb
|