We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1957f commit 0385313Copy full SHA for 0385313
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- ione (1.2.3)
+ ione (1.2.4)
5
6
GEM
7
remote: https://rubygems.org/
@@ -52,3 +52,6 @@ DEPENDENCIES
52
rspec
53
simplecov
54
yard
55
+
56
+BUNDLED WITH
57
+ 1.12.5
lib/ione/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8
module Ione
- VERSION = '1.2.3'.freeze
+ VERSION = '1.2.4'.freeze
end
0 commit comments