Sha256: d5e422016bd72b7af47822a588b3962a319931992fad8f4808284872a05e64c0

Contents?: true

Size: 930 Bytes

Versions: 2

Compression:

Stored size: 930 Bytes

Contents

# coding: utf-8
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "ring/native/version"

Gem::Specification.new do |spec|
  spec.name          = "ring-native"
  spec.version       = Ring::Native::VERSION
  spec.authors       = ["Tony Arcieri"]
  spec.email         = ["bascule@gmail.com"]

  spec.summary       = "The *ring* cryptography library, packaged as a RubyGem"
  spec.description   = "Snapshots of the *ring* cryptography library (ring-ffi) packages as gems"
  spec.homepage      = "https://github.com/cryptosphere/ruby-ring"
  spec.license       = "OpenSSL"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.files        += Dir.glob("vendor/ring-ffi/**/*")

  spec.require_paths = ["lib"]
  spec.extensions    = ["ext/ring/extconf.rb"]

  spec.add_development_dependency "bundler", "~> 1.11"
  spec.add_development_dependency "rake",    "~> 10.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ring-native-0.1.1 ring-native.gemspec
ring-native-0.1.0 ring-native.gemspec