Skip to content

Commit

Permalink
Updating to paul_revere 0.1.5 with flash markup
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Oct 16, 2010
1 parent bfa2eb0 commit 9ce2c1e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -11,7 +11,7 @@ gem "high_voltage", "0.9.1"
gem "hoptoad_notifier", "2.2.0"
gem "json", "1.2.0"
gem "newrelic_rpm", "2.13.0.beta6"
gem "paul_revere", "0.1.4"
gem "paul_revere", "0.1.5"
gem "rack-maintenance", "0.3.0", :require => "rack/maintenance"
gem "redis", "2.0.1"
gem "rest-client", "1.0.3", :require => "rest_client"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -93,7 +93,7 @@ GEM
net-ssh (2.0.23)
newrelic_rpm (2.13.0.beta6)
nokogiri (1.4.3.1)
paul_revere (0.1.4)
paul_revere (0.1.5)
rails (~> 3.0.0)
pg (0.8.0)
polyglot (0.3.1)
Expand Down Expand Up @@ -162,7 +162,7 @@ DEPENDENCIES
json (= 1.2.0)
newrelic_rpm (= 2.13.0.beta6)
nokogiri (= 1.4.3.1)
paul_revere (= 0.1.4)
paul_revere (= 0.1.5)
pg (= 0.8.0)
rack (= 1.2.1)
rack-maintenance (= 0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/announcements.js
@@ -1,6 +1,6 @@
function hideAnnouncement(announcement_created_at) {
createCookie(announcement_created_at, 'hidden', 1);
$("#announcement").slideUp();
$("#announcement").parent().slideUp();
}

// http://www.quirksmode.org/js/cookies.html
Expand Down
Binary file removed vendor/cache/paul_revere-0.1.4.gem
Binary file not shown.
Binary file added vendor/cache/paul_revere-0.1.5.gem
Binary file not shown.

0 comments on commit 9ce2c1e

Please sign in to comment.