jammit 0.2.9 → 0.3.0
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/jammit.gemspec +1 -1
- data/lib/jammit.rb +2 -1
- metadata +1 -1
data/jammit.gemspec
CHANGED
data/lib/jammit.rb
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path(File.dirname(__FILE__))
|
|
|
4
4
|
# to all of the configuration options.
|
|
5
5
|
module Jammit
|
|
6
6
|
|
|
7
|
-
VERSION = "0.
|
|
7
|
+
VERSION = "0.3.0"
|
|
8
8
|
|
|
9
9
|
ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
|
|
10
10
|
|
|
@@ -123,6 +123,7 @@ module Jammit
|
|
|
123
123
|
end
|
|
124
124
|
|
|
125
125
|
# Standard Library Dependencies:
|
|
126
|
+
require 'uri'
|
|
126
127
|
require 'zlib'
|
|
127
128
|
require 'base64'
|
|
128
129
|
require 'pathname'
|