Skip to content

Commit

Permalink
Bumped to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
larsch committed Jan 13, 2015
1 parent 770c351 commit b00efed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ocra
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ module Ocra
a.sort.inject([]) { |r, e| r.last == e ? r : r << e }
end

VERSION = "1.3.2"
VERSION = "1.3.3"

IGNORE_MODULES = /^enumerator.so$/

Expand Down
1 change: 0 additions & 1 deletion samples/mech.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'rubygems'
require 'mechanize'
require 'hpricot'
require 'ostruct'
require 'faster_csv'

Expand Down

0 comments on commit b00efed

Please sign in to comment.