Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 23, 2020
1 parent ee65baf commit 51684e5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,38 @@ PATH
GEM
remote: https://rubygems.org/
specs:
byebug (11.1.1)
coderay (1.1.2)
diff-lcs (1.3)
byebug (11.1.3)
coderay (1.1.3)
diff-lcs (1.4.4)
docile (1.3.2)
method_source (0.9.2)
method_source (1.0.0)
mini_portile2 (2.4.0)
nokogiri (1.10.8)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.8.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.10)
pry (~> 0.13.0)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rspec-support (3.9.3)
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.1)
simplecov-html (0.12.2)

PLATFORMS
ruby
Expand All @@ -52,4 +52,4 @@ DEPENDENCIES
simplecov

BUNDLED WITH
2.0.2
2.1.4
2 changes: 1 addition & 1 deletion lib/iev/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Iev
VERSION = "0.2.3"
VERSION = "0.2.4"
end

0 comments on commit 51684e5

Please sign in to comment.