Skip to content

Commit

Permalink
add httparty to simplify sending requests to GovDelivery
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertStewart committed Feb 27, 2013
1 parent ec141ef commit df67aec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'devise'
gem 'geokit'
gem 'haml', '~> 3.2.0.alpha'
gem 'http_accept_language'
gem 'httparty'
gem 'pg'
gem 'rails_admin'
gem 'validates_formatting_of'
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ GEM
tilt
hike (1.2.1)
http_accept_language (1.0.2)
httparty (0.10.2)
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
i18n (0.6.1)
journey (1.0.4)
jquery-rails (2.1.4)
Expand All @@ -80,6 +83,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.20.1)
multi_json (1.5.0)
multi_xml (0.5.3)
nested_form (0.3.1)
newrelic_rpm (3.5.5.38)
nokogiri (1.5.6)
Expand Down Expand Up @@ -178,6 +182,7 @@ DEPENDENCIES
geokit
haml (~> 3.2.0.alpha)
http_accept_language
httparty
newrelic_rpm
pg
rails (~> 3.2)
Expand Down

0 comments on commit df67aec

Please sign in to comment.