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.
Files changed (3) hide show
  1. data/jammit.gemspec +1 -1
  2. data/lib/jammit.rb +2 -1
  3. metadata +1 -1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'jammit'
3
- s.version = '0.2.9' # Keep version in sync with jammit.rb
3
+ s.version = '0.3.0' # Keep version in sync with jammit.rb
4
4
  s.date = '2009-11-24'
5
5
 
6
6
  s.homepage = "http://documentcloud.github.com/jammit/"
@@ -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.2.9"
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'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jammit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Ashkenas