This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
6eed4d1b74
ruby--ruby
/
lib
/
matrix
/
version.rb
6 lines
68 B
Ruby
Raw
Normal View
History
Unescape
Escape
[ruby/matrix] Add Matrix::VERSION constant Add Matrix::VERSION for the gem version, use it in the gemspec, and make it also available for library users. https://github.com/ruby/matrix/commit/65c2bb1fa1
2019-01-03 18:07:34 -05:00
# frozen_string_literal: true
class
Matrix
[ruby/matrix] v0.3.0
2020-05-01 03:22:18 -04:00
VERSION
=
"
0.3.0
"
[ruby/matrix] Add Matrix::VERSION constant Add Matrix::VERSION for the gem version, use it in the gemspec, and make it also available for library users. https://github.com/ruby/matrix/commit/65c2bb1fa1
2019-01-03 18:07:34 -05:00
end
Copy permalink