File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : ruby
3
3
rvm :
4
+ - 2.3.5
5
+ - 2.4.2
4
6
- ruby-head
5
7
before_install : gem install bundler
Original file line number Diff line number Diff line change 3
3
4
4
Gem ::Specification . new do |spec |
5
5
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 '
8
8
spec . authors = [ "Tadayoshi Funaba" ]
9
9
spec . email = [ nil ]
10
10
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
spec . bindir = "exe"
18
18
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
19
19
spec . require_paths = [ "lib" ]
20
- spec . required_ruby_version = ">= 2.5.0dev "
20
+ spec . required_ruby_version = ">= 2.3.0 "
21
21
22
22
spec . add_development_dependency "bundler"
23
23
spec . add_development_dependency "rake"
You can’t perform that action at this time.
0 commit comments