Sha256: b5a01da252ffbe5540f08c843daa61a57c2343ef074b24291feba43e01c56a5e
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 KB
Contents
# Encoding: UTF-8 $:.push File.expand_path('../lib', __FILE__) require 'refinery/contacts/version' version = Refinery::Contacts::Version.to_s Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'refinerycms-contacts' s.version = version s.description = 'Ruby on Rails Contacts extension for Refinery CMS' s.summary = 'Attach contact form to any page in Refinery CMS' s.email = %q{martin.markech@matho.sk} s.homepage = %q{http://github.com/Matho/refinerycms-contacts} s.authors = 'Martin Markech' s.require_paths = %w(lib) s.files = `git ls-files`.split("\n") #s.test_files = `git ls-files -- spec/*`.split("\n") # Runtime dependencies s.add_dependency 'refinerycms-core', '~> 2.0.9' # should work ~> 2.0.0 , not tested s.add_dependency 'recaptcha' # Development dependencies (usually used for testing) # s.add_development_dependency 'refinerycms-testing', '~> 2.0.9' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-contacts-0.1.2 | refinerycms-contacts.gemspec |
refinerycms-contacts-0.1.1 | refinerycms-contacts.gemspec |
refinerycms-contacts-0.1.0 | refinerycms-contacts.gemspec |