Skip to content

Commit d6b9942

Browse files
committed
Update gem version
1 parent 0a2fddd commit d6b9942

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ofx (0.3.3)
4+
ofx (0.4.0)
55
nokogiri (~> 1.14.5)
66

77
GEM

lib/ofx/version.rb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
module OFX
2-
module Version
3-
MAJOR = 0
4-
MINOR = 3
5-
PATCH = 3
6-
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7-
end
2+
VERSION = '0.4.0'.freeze
83
end

ofx.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'ofx/version'
33

44
Gem::Specification.new do |s|
55
s.name = 'ofx'
6-
s.version = OFX::Version::STRING
6+
s.version = OFX::VERSION
77
s.platform = Gem::Platform::RUBY
88
s.authors = ['Nando Vieira', 'Anna Cruz']
99

0 commit comments

Comments
 (0)