Commit 5c254595 authored by Tony Arcieri's avatar Tony Arcieri Committed by GitHub

Merge pull request #22 from crypto-rb/github-org-change

Move project to the crypto-rb GitHub organization
parents 59a598b3 ca3f3f24
language: ruby language: ruby
sudo: false cache: bundler
before_install:
- gem update --system
- gem --version
- gem install bundler -v 1.16.1
- bundle --version
bundler_args: --without development
rvm: rvm:
- 2.2.8 - jruby-9.1.15.0
- 2.3.5 - 2.2
- 2.4.2 - 2.3
- ruby-head - 2.4.3
- jruby-9.1.14.0 - 2.5.0
- jruby-head
- rbx-2
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
notifications: branches:
irc: "irc.freenode.org#cryptosphere" only:
- master
RbNaCl::Libsodium RbNaCl::Libsodium
================= =================
[![Gem Version](https://badge.fury.io/rb/rbnacl-libsodium.svg)](http://badge.fury.io/rb/rbnacl-libsodium) [![Gem Version](https://badge.fury.io/rb/rbnacl-libsodium.svg)](http://badge.fury.io/rb/rbnacl-libsodium)
[![Build Status](https://travis-ci.org/cryptosphere/rbnacl-libsodium.svg?branch=master)](https://travis-ci.org/cryptosphere/rbnacl-libsodium) [![Build Status](https://travis-ci.org/crypto-rb/rbnacl-libsodium.svg?branch=master)](https://travis-ci.org/crypto-rb/rbnacl-libsodium)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cryptosphere/rbnacl-libsodium/blob/master/LICENSE.txt) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/crypto-rb/rbnacl-libsodium/blob/master/LICENSE.txt)
[![Gitter Chat](https://badges.gitter.im/badge.svg)](https://gitter.im/crypto-rb/Lobby)
[RbNaCl] is a Ruby wrapper for [libsodium], a portable version of the Networking and [RbNaCl] is a Ruby wrapper for [libsodium], a portable version of the Networking and
Cryptography library ([NaCl]) created by Daniel J. Bernstein. Cryptography library ([NaCl]) created by Daniel J. Bernstein.
...@@ -13,7 +14,7 @@ rbnacl-libsodium packages the libsodium library as a Ruby Gem so you don't have ...@@ -13,7 +14,7 @@ rbnacl-libsodium packages the libsodium library as a Ruby Gem so you don't have
to worry about installing it through system packages. It builds just like a to worry about installing it through system packages. It builds just like a
native extension, but since RbNaCl is implemented with FFI, works on JRuby too! native extension, but since RbNaCl is implemented with FFI, works on JRuby too!
[RbNaCl]: https://github.com/cryptosphere/rbnacl [RbNaCl]: https://github.com/crypto-rb/rbnacl
[libsodium]: https://github.com/jedisct1/libsodium [libsodium]: https://github.com/jedisct1/libsodium
[NaCl]: http://nacl.cr.yp.to/ [NaCl]: http://nacl.cr.yp.to/
......
...@@ -10,7 +10,7 @@ Gem::Specification.new do |spec| ...@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.date = Time.now.strftime('%Y-%m-%d') spec.date = Time.now.strftime('%Y-%m-%d')
spec.email = ["kron82@gmail.com", "bascule@gmail.com"] spec.email = ["kron82@gmail.com", "bascule@gmail.com"]
spec.summary = %q{rbnacl with bundled libsodium} spec.summary = %q{rbnacl with bundled libsodium}
spec.homepage = "https://github.com/cryptosphere/rbnacl-libsodium" spec.homepage = "https://github.com/crypto-rb/rbnacl-libsodium"
spec.license = "MIT" spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0") spec.files = `git ls-files -z`.split("\x0")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment