Sha256: 4536cb52314a0710aaeb3c3c353793ab95bffa00a11f39129e862025cd711688

Contents?: true

Size: 540 Bytes

Versions: 5

Compression:

Stored size: 540 Bytes

Contents

source 'http://rubygems.org'

gemspec

gem 'refinerycms', '~> 2.0.3'

#loading from gemspec

# -- Cloud storage
# AWS S3 support. Can be disabled if using local file system instead of cloud storage.
#gem 'fog'

# -- Photo resizing
# MiniMagick
#gem "mini_magick"

# RMagick:
#gem "rmagick", :require => 'RMagick'

# FreeImage:
#gem "RubyInline"
#gem "image_science", :git => 'git://github.com/perezd/image_science.git'

# -- EXIF
# Mini exif tool. Can be disabled. Remove exif_read and exif_write filters in photo model
#gem "mini_exiftool"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
refinerycms-photo-gallery-0.1.2 Gemfile
refinerycms-photo-gallery-0.1.1 Gemfile
refinerycms-photo-gallery-0.1.0 Gemfile
refinerycms-photo-gallery-0.0.2.dev Gemfile
refinerycms-photo-gallery-0.0.1.dev Gemfile