We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0071f4e commit 041dc82Copy full SHA for 041dc82
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- ruby_native_statistics (1.0.0)
+ ruby_native_statistics (1.0.1)
5
6
GEM
7
remote: https://rubygems.org/
@@ -32,7 +32,7 @@ PLATFORMS
32
33
DEPENDENCIES
34
minitest (~> 5.15)
35
- minitest-reporters (~> 1.4)
+ minitest-reporters (~> 1.6)
36
rake (~> 13.0)
37
rake-compiler (~> 1.1)
38
ruby_native_statistics!
lib/ruby_native_statistics/version.rb
@@ -1,3 +1,3 @@
module RubyNativeStatistics
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
0 commit comments