Skip to content

Commit

Permalink
Bump version and small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfcastellani committed Feb 14, 2019
1 parent b2dd038 commit a113240
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hcl-checker (1.0.6)
hcl-checker (1.1.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -54,4 +54,4 @@ DEPENDENCIES
rspec (~> 3.0)

BUNDLED WITH
1.16.1
1.16.2
2 changes: 1 addition & 1 deletion hcl-checker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.name = 'hcl-checker'
spec.version = HCL::Checker::VERSION
spec.authors = ['Marcelo Castellani']
spec.email = ['marcelo.castellani@totvs.com.br']
spec.email = ['marcelofc.rock@gmail.com']

spec.summary = 'Hashicorp Configuration Language parser for Ruby'
spec.description = 'Hashicorp Configuration Language parser and checker for Ruby'
Expand Down
2 changes: 1 addition & 1 deletion lib/hcl/checker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HCL
module Checker
VERSION = '1.0.6'
VERSION = '1.1.0'
end
end
2 changes: 1 addition & 1 deletion spec/hcl/checker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module "foo" {
}})
end

it 'accecpts a list with array elements' do
it 'accepts a list with array elements' do
hcl_string = %{
module "foo" {
bar = [ [ 1, 2, 3 ] ]
Expand Down

0 comments on commit a113240

Please sign in to comment.