jammit_lite 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/README.rdoc +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/jammit_lite.gemspec +2 -2
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
= jammit_lite
|
|
2
2
|
|
|
3
|
-
Jammit::Lite replaces Jammit in production
|
|
3
|
+
Jammit::Lite replaces Jammit in production Rails apps that pre-bundle all their files, e.g. Heroku. Removing Jammit as a dependency from the production app saves over 9MB, which means faster deploys at Heroku.
|
|
4
4
|
|
|
5
5
|
== Installation
|
|
6
6
|
|
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ begin
|
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "jammit_lite"
|
|
8
8
|
gem.summary = "Replaces full Jammit gem in production. Made to reduce slug size at Heroku"
|
|
9
|
-
gem.description = "Jammit
|
|
9
|
+
gem.description = "Use Jammit on Heroku without slug bloat. Jammit::Lite loads Jammit in development, but replaces it in production saving over 9MB."
|
|
10
10
|
gem.email = "jordan@digitalignition.com"
|
|
11
11
|
gem.homepage = "http://github.com/glasner/jammit_lite"
|
|
12
12
|
gem.authors = ["Jordan Glasner"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/jammit_lite.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{jammit_lite}
|
|
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 = ["Jordan Glasner"]
|
|
12
12
|
s.date = %q{2010-03-22}
|
|
13
|
-
s.description = %q{Jammit
|
|
13
|
+
s.description = %q{Use Jammit on Heroku without slug bloat. Jammit::Lite loads Jammit in development, but replaces it in production saving over 9MB.}
|
|
14
14
|
s.email = %q{jordan@digitalignition.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jammit_lite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jordan Glasner
|
|
@@ -22,7 +22,7 @@ dependencies:
|
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
23
|
version: "0"
|
|
24
24
|
version:
|
|
25
|
-
description: Jammit
|
|
25
|
+
description: Use Jammit on Heroku without slug bloat. Jammit::Lite loads Jammit in development, but replaces it in production saving over 9MB.
|
|
26
26
|
email: jordan@digitalignition.com
|
|
27
27
|
executables: []
|
|
28
28
|
|