lookup 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/lookup.rb +1 -0
  2. data/lib/lookup/version.rb +1 -1
  3. metadata +3 -3
@@ -2,6 +2,7 @@ require 'net/http'
2
2
  require 'fileutils'
3
3
 
4
4
  require 'active_record'
5
+ require 'nokogiri'
5
6
 
6
7
 
7
8
  # Because some of you don't have ActiveSupport 3.0
@@ -1,3 +1,3 @@
1
1
  module Lookup
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lookup
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors: []
13
13