sphere 0.1.0 → 0.1.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/sphere.gemspec +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -14,8 +14,8 @@ begin
|
|
|
14
14
|
require 'jeweler'
|
|
15
15
|
Jeweler::Tasks.new do |gemspec|
|
|
16
16
|
gemspec.name = "sphere"
|
|
17
|
-
gemspec.summary = "
|
|
18
|
-
gemspec.description = "
|
|
17
|
+
gemspec.summary = "Rails packer and compressor"
|
|
18
|
+
gemspec.description = "Rails asset packer and compressor. Supports Compass, built (primarily) to be used with Heroku & AWS/S3"
|
|
19
19
|
gemspec.email = "dimitrij@blacksquaremedia.com"
|
|
20
20
|
gemspec.homepage = "http://github.com/dim/sphere"
|
|
21
21
|
gemspec.authors = ["Dimitrij Denissenko"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/sphere.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{sphere}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Dimitrij Denissenko"]
|
|
12
12
|
s.date = %q{2010-07-13}
|
|
13
|
-
s.description = %q{
|
|
13
|
+
s.description = %q{Rails asset packer and compressor. Supports Compass, built (primarily) to be used with Heroku & AWS/S3}
|
|
14
14
|
s.email = %q{dimitrij@blacksquaremedia.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"README.markdown"
|
|
@@ -62,7 +62,7 @@ Gem::Specification.new do |s|
|
|
|
62
62
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
63
63
|
s.require_paths = ["lib"]
|
|
64
64
|
s.rubygems_version = %q{1.3.6}
|
|
65
|
-
s.summary = %q{
|
|
65
|
+
s.summary = %q{Rails packer and compressor}
|
|
66
66
|
s.test_files = [
|
|
67
67
|
"spec/sphere/packager_spec.rb",
|
|
68
68
|
"spec/sphere/helper_spec.rb",
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Dimitrij Denissenko
|
|
@@ -18,7 +18,7 @@ date: 2010-07-13 00:00:00 +01:00
|
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
|
-
description:
|
|
21
|
+
description: Rails asset packer and compressor. Supports Compass, built (primarily) to be used with Heroku & AWS/S3
|
|
22
22
|
email: dimitrij@blacksquaremedia.com
|
|
23
23
|
executables: []
|
|
24
24
|
|
|
@@ -97,7 +97,7 @@ rubyforge_project:
|
|
|
97
97
|
rubygems_version: 1.3.6
|
|
98
98
|
signing_key:
|
|
99
99
|
specification_version: 3
|
|
100
|
-
summary:
|
|
100
|
+
summary: Rails packer and compressor
|
|
101
101
|
test_files:
|
|
102
102
|
- spec/sphere/packager_spec.rb
|
|
103
103
|
- spec/sphere/helper_spec.rb
|