bumping testing gemfiles
Oleg
committed Mar 01, 2012
commit 55155ab396fc138fa23e8e80d1a9c7f86c1b3d09
Showing 5
changed files with
16 additions
and 10 deletions
app/assets/stylesheets/comfortable_mexican_sofa/content.css
+6
-0
| @@ | @@ -204,6 +204,12 @@ |
| #cms_body table.formatted tr:hover td { | |
| background-color: #fff | |
| } | |
| + | #cms_body table.formatted tr td.action_links a { |
| + | opacity: 0.2; |
| + | } |
| + | #cms_body table.formatted tr:hover td.action_links a { |
| + | opacity: 1; |
| + | } |
| /* -- Missing Translations ---------------------------------------------- */ | |
| #cms_body .translation_missing { | |
config/initializers/paperclip.rb
+1
-1
| @@ | @@ -1,3 +1,3 @@ |
| - | Paperclip.options[:command_path] = case Rails.env |
| + | defined?(Paperclip) && Paperclip.options[:command_path] = case Rails.env |
| when 'development', 'test' then '/usr/local/bin' | |
| end | |
| \ No newline at end of file | |
test/gemfiles/Gemfile.rails.3.0
+3
-3
| @@ | @@ -1,8 +1,8 @@ |
| source 'http://rubygems.org' | |
| - | gem 'rails', '~>3.0.11' |
| - | gem 'active_link_to', '~>1.0.0' |
| - | gem 'paperclip', '~>2.3.0' |
| + | gem 'rails', '3.0.12' |
| + | gem 'active_link_to', '1.0.0' |
| + | gem 'paperclip', '>=2.3.0' |
| group :test do | |
| gem 'sqlite3' | |
test/gemfiles/Gemfile.rails.3.1
+3
-3
| @@ | @@ -1,8 +1,8 @@ |
| source 'http://rubygems.org' | |
| - | gem 'rails', '~>3.1.3' |
| - | gem 'active_link_to', '~>1.0.0' |
| - | gem 'paperclip', '~>2.3.0' |
| + | gem 'rails', '3.1.4' |
| + | gem 'active_link_to', '1.0.0' |
| + | gem 'paperclip', '>=2.3.0' |
| group :test do | |
| gem 'sqlite3' | |
test/gemfiles/Gemfile.rails.3.2
+3
-3
| @@ | @@ -1,8 +1,8 @@ |
| source 'http://rubygems.org' | |
| - | gem 'rails', '~>3.2.0' |
| - | gem 'active_link_to', '~>1.0.0' |
| - | gem 'paperclip', '~>2.3.0' |
| + | gem 'rails', '3.2.2' |
| + | gem 'active_link_to', '1.0.0' |
| + | gem 'paperclip', '>=2.3.0' |
| group :test do | |
| gem 'sqlite3' | |