Sha256: ce97201e304259e012c9902bc1edf1689ec02c505883541a8851b117e39da921
Contents?: true
Size: 916 Bytes
Versions: 29
Compression:
Stored size: 916 Bytes
Contents
begin require 'jeweler' Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options gem.name = "bjond-api" gem.summary = "Interface that facilitates communication with Bjönd servers." gem.description = "Rails engine that provides communication between Bjönd Server Core and a client app." gem.email = "blake.rego@bjondinc.com" gem.homepage = "http://github.com/Bjond/bjond-integration-gem" gem.authors = ["Blake Rego"] gem.add_dependency 'faraday', '~> 0.9.2' gem.add_dependency 'syruppay_jose', '~> 1.0' gem.add_dependency 'attr_encrypted', '~> 3.0', '>= 3.0.3' gem.licenses = ['GPL'] end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
29 entries across 29 versions & 1 rubygems