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

Version Path
bjond-api-1.1.0 Rakefile
bjond-api-1.0.0 Rakefile
bjond-api-0.4.0 Rakefile
bjond-api-0.3.13 Rakefile
bjond-api-0.3.12 Rakefile
bjond-api-0.3.11 Rakefile
bjond-api-0.3.10 Rakefile
bjond-api-0.3.9 Rakefile
bjond-api-0.3.6 Rakefile
bjond-api-0.3.5 Rakefile
bjond-api-0.3.4 Rakefile
bjond-api-0.3.3 Rakefile
bjond-api-0.3.2 Rakefile
bjond-api-0.3.1 Rakefile
bjond-api-0.3.0 Rakefile
bjond-api-0.2.6 Rakefile
bjond-api-0.2.5 Rakefile
bjond-api-0.2.4 Rakefile
bjond-api-0.2.3 Rakefile
bjond-api-0.2.2 Rakefile