Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
update event_calendar to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Heller committed Feb 17, 2011
1 parent ef21e96 commit 1767966
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -12,7 +12,7 @@ gem 'acts_as_revisable', {
gem 'authlogic', :git => 'http://github.com/binarylogic/authlogic.git'
gem 'authlogic-oid', :require => 'authlogic_openid'
gem 'cancan'
gem 'event_calendar_engine', '~> 0.2.6', :require => 'event_calendar'
gem 'event_calendar_engine', '~> 0.2.7', :require => 'event_calendar'
gem 'file_share', '~> 0.1.8'
gem 'formtastic'
gem 'RedCloth', :require => 'redcloth'
Expand All @@ -26,5 +26,5 @@ group :development, :test do
end

group :production do
#gem 'mysql'
gem 'mysql'
end
11 changes: 5 additions & 6 deletions Gemfile.lock
Expand Up @@ -53,20 +53,17 @@ GEM
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
event_calendar_engine (0.2.6)
event_calendar_engine (0.2.7)
RedCloth
RedCloth
acts_as_revisable
acts_as_revisable
event_calendar_engine
formtastic
formtastic
prarupa
prarupa
rails (= 3.0.3)
rails (= 3.0.3)
sqlite3-ruby
sqlite3-ruby
will_paginate (~> 3.0.pre2)
will_paginate (~> 3.0.pre2)
factory_girl (1.3.3)
file_share (0.1.8)
Expand All @@ -87,6 +84,7 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mysql (2.8.1)
nokogiri (1.4.4)
polyglot (0.3.1)
prarupa (0.1.2)
Expand Down Expand Up @@ -149,10 +147,11 @@ DEPENDENCIES
authlogic!
authlogic-oid
cancan
event_calendar_engine (~> 0.2.6)
event_calendar_engine (~> 0.2.7)
factory_girl
file_share (~> 0.1.8)
formtastic
mysql
rails (= 3.0.3)
rspec-rails
ruby-openid
Expand Down

0 comments on commit 1767966

Please sign in to comment.