Skip to content

Commit c5f02d7

Browse files
committed
prepare to release 1.0.0
1 parent 520ccbf commit c5f02d7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
sudo: false
22
language: ruby
33
rvm:
4+
- 2.3.5
5+
- 2.4.2
46
- ruby-head
57
before_install: gem install bundler

cmath.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
Gem::Specification.new do |spec|
55
spec.name = "cmath"
6-
spec.version = "0.0.1"
7-
spec.date = '2017-02-02'
6+
spec.version = "1.0.0"
7+
spec.date = '2017-12-11'
88
spec.authors = ["Tadayoshi Funaba"]
99
spec.email = [nil]
1010

@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.bindir = "exe"
1818
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
1919
spec.require_paths = ["lib"]
20-
spec.required_ruby_version = ">= 2.5.0dev"
20+
spec.required_ruby_version = ">= 2.3.0"
2121

2222
spec.add_development_dependency "bundler"
2323
spec.add_development_dependency "rake"

0 commit comments

Comments
 (0)