Sha256: c9338917f5d70fb26fb6ca9132389aa2afbbeda49268612f578259d38e71976f
Contents?: true
Size: 657 Bytes
Versions: 4
Compression:
Stored size: 657 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "picturama/version" Gem::Specification.new do |s| s.name = 'picturama' s.version = Picturama::VERSION s.summary = "An easy picture gallery based on directory and files" s.description = "An easy picture gallery based on directory and files" s.authors = ["David Silveira"] s.email = 'jdsilveira@gmail.com' s.files = `git ls-files`.split("\n") s.homepage = 'http://davidsilveira.me/picturama' s.add_dependency('mini_magick', '~> 3.6.0') s.add_dependency('stringex', '~> 2.0.2') s.add_development_dependency 'rspec' s.require_paths = ["lib"] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
picturama-0.0.6 | picturama.gemspec |
picturama-0.0.5 | picturama.gemspec |
picturama-0.0.3 | picturama.gemspec |
picturama-0.0.2 | picturama.gemspec |