Skip to content

Commit

Permalink
Updated gemfile requirement and added explicit date requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Sep 14, 2010
1 parent 02c9409 commit f72ed21
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source :gemcutter

gem 'relax', '>= 0.1.2'
gem 'libxml-ruby'
gem 'libxml-ruby', :require => 'libxml'

group :test do
gem 'shoulda'
Expand Down
28 changes: 28 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,28 @@
GEM
remote: http://rubygems.org/
specs:
factory_girl (1.3.2)
fakeweb (1.3.0)
libxml-ruby (1.1.4)
mocha (0.9.8)
rake
nokogiri (1.3.3)
rake (0.8.7)
relax (0.1.3)
relief (~> 0.0.4)
rest-client (~> 0.9.2)
relief (0.0.5)
nokogiri (~> 1.3.3)
rest-client (0.9.2)
shoulda (2.11.3)

PLATFORMS
ruby

DEPENDENCIES
factory_girl
fakeweb
libxml-ruby
mocha
relax (>= 0.1.2)
shoulda
1 change: 1 addition & 0 deletions lib/geo_certs.rb
@@ -1,5 +1,6 @@
require 'relax'
require 'cgi'
require 'date'

##
# To properly configure the GeoCerts library, you must provide your partner ID and api token:
Expand Down

0 comments on commit f72ed21

Please sign in to comment.