Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
Bump to version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuk2012 committed May 9, 2017
1 parent 5dff6d2 commit 64d88d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_elements_form_builder (0.0.4)
govuk_elements_form_builder (0.0.5)
rails (>= 4.2)

GEM
Expand Down Expand Up @@ -54,8 +54,8 @@ GEM
erubis (2.7.0)
ffi (1.9.10)
formatador (0.2.5)
globalid (0.3.7)
activesupport (>= 4.1.0)
globalid (0.4.0)
activesupport (>= 4.2.0)
guard (2.13.0)
formatador (>= 0.2.4)
listen (>= 2.7, <= 4.0)
Expand All @@ -79,7 +79,7 @@ GEM
loofah (2.0.3)
nokogiri (>= 1.5.9)
lumberjack (1.0.10)
mail (2.6.4)
mail (2.6.5)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (3.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_elements_form_builder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukElementsFormBuilder
VERSION = "0.0.4"
VERSION = "0.0.5"
end
2 changes: 1 addition & 1 deletion spec/lib/govuk_elements_form_builder/form_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TestHelper < ActionView::Base; end
include TranslationHelper

it "should have a version" do
expect(GovukElementsFormBuilder::VERSION).to eq("0.0.4")
expect(GovukElementsFormBuilder::VERSION).to eq("0.0.5")
end

let(:helper) { TestHelper.new }
Expand Down

0 comments on commit 64d88d6

Please sign in to comment.