jammit 0.2.9 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- 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'
|