Skip to content

Commit c5fa731

Browse files
author
Andrew Janssen
committed
Bumped jbuilder version to 1.0.1.
Version bump.
1 parent 610081a commit c5fa731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/padrino-jbuilder/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Padrino
22
module Jbuilder
3-
VERSION = "0.0.7"
3+
VERSION = "0.0.8"
44
end
55
end

padrino-jbuilder.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
99
gem.homepage = "https://github.com/thecurator/padrino-jbuilder"
1010

1111
gem.add_dependency 'padrino'
12-
gem.add_dependency "jbuilder", "~> 1.0.0"
12+
gem.add_dependency "jbuilder", "~> 1.0.1"
1313

1414
gem.files = `git ls-files`.split($\)
1515
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)