Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Merge pull request #22 from crypto-rb/github-org-change
Browse files Browse the repository at this point in the history
Move project to the crypto-rb GitHub organization
  • Loading branch information
tarcieri committed Jan 4, 2018
2 parents 59a598b + ca3f3f2 commit 5c25459
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
31 changes: 17 additions & 14 deletions .travis.yml
@@ -1,21 +1,24 @@
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:
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-9.1.14.0
- jruby-head
- rbx-2
- jruby-9.1.15.0
- 2.2
- 2.3
- 2.4.3
- 2.5.0

matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2

notifications:
irc: "irc.freenode.org#cryptosphere"
branches:
only:
- master
7 changes: 4 additions & 3 deletions README.md
@@ -1,8 +1,9 @@
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)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cryptosphere/rbnacl-libsodium/blob/master/LICENSE.txt)
[![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/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
Cryptography library ([NaCl]) created by Daniel J. Bernstein.
Expand All @@ -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
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
[NaCl]: http://nacl.cr.yp.to/

Expand Down
2 changes: 1 addition & 1 deletion rbnacl-libsodium.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.date = Time.now.strftime('%Y-%m-%d')
spec.email = ["kron82@gmail.com", "bascule@gmail.com"]
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.files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit 5c25459

Please sign in to comment.