Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 11, 2021
1 parent 05778fb commit 53d05a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/iec/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Metanorma
module Iec
VERSION = "1.2.11"
VERSION = "1.2.12"
end
end

2 changes: 1 addition & 1 deletion metanorma-iec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")

spec.add_dependency "ruby-jing"
spec.add_dependency "metanorma-iso", "~> 1.6.0"
spec.add_dependency "metanorma-iso", "~> 1.6.1"

spec.add_development_dependency "byebug"
spec.add_development_dependency "sassc", "2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions spec/asciidoctor-iec/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<copyright-statement>
<clause>
<p id='_'>
<strong>Copyright © 2020 International Electrotechnical Commission, IEC.</strong>
<strong>Copyright © #{Time.now.year} International Electrotechnical Commission, IEC.</strong>
All rights reserved. It is permitted to download this electronic
file, to make a copy and to print out the content for the sole purpose
of preparing National Committee positions. You may not copy or
Expand Down Expand Up @@ -673,7 +673,7 @@
<copyright-statement>
<clause>
<p id='_'>
<strong>Copyright © 2020 International Electrotechnical Commission, IEC.</strong>
<strong>Copyright © #{Time.now.year} International Electrotechnical Commission, IEC.</strong>
All rights reserved. It is permitted to download this electronic
file, to make a copy and to print out the content for the sole purpose
of preparing National Committee positions. You may not copy or
Expand Down
6 changes: 3 additions & 3 deletions spec/asciidoctor-iec/iev_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<substage abbreviation="PPUB">60</substage>
</status>
<copyright>
<from>2020</from>
<from>#{Time.now.year}</from>
<owner>
<organization>
<name>International Electrotechnical Commission</name>
Expand Down Expand Up @@ -128,7 +128,7 @@
<substage abbreviation="PPUB">60</substage>
</status>
<copyright>
<from>2020</from>
<from>#{Time.now.year}</from>
<owner>
<organization>
<name>International Electrotechnical Commission</name>
Expand Down Expand Up @@ -207,7 +207,7 @@
<substage abbreviation='PPUB'>60</substage>
</status>
<copyright>
<from>2020</from>
<from>#{Time.now.year}</from>
<owner>
<organization>
<name>International Electrotechnical Commission</name>
Expand Down

0 comments on commit 53d05a0

Please sign in to comment.