Skip to content

Commit

Permalink
prepare to release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 13, 2017
1 parent 2b84562 commit fa83d7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
sudo: false
language: ruby
rvm:
- 2.3.5
- 2.4.2
- ruby-head
before_install: gem install bundler
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Digest

[![Build Status](https://travis-ci.org/ruby/digest.svg?branch=master)](https://travis-ci.org/ruby/digest)

This module provides a framework for message digest libraries.

You may want to look at OpenSSL::Digest as it supports more algorithms.
Expand Down
4 changes: 2 additions & 2 deletions digest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Gem::Specification.new do |spec|
spec.name = "digest"
spec.version = "0.1.0"
spec.version = "1.0.0"
spec.authors = ["Akinori MUSHA"]
spec.email = ["knu@idaemons.org"]

Expand All @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
"ext/digest/sha2/sha2.c", "ext/digest/sha2/sha2.h", "ext/digest/sha2/sha2cc.h", "ext/digest/sha2/sha2init.c",
"ext/digest/sha2/sha2ossl.h", "ext/digest/test.sh", "ext/openssl/deprecation.rb", "lib/digest.rb"
]
spec.required_ruby_version = ">= 2.5.0dev"
spec.required_ruby_version = ">= 2.3.0"

spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit fa83d7b

Please sign in to comment.