Skip to content

Commit

Permalink
Merge pull request #11 from C-N-J/c-n-j/update_grom_version
Browse files Browse the repository at this point in the history
Updated grom and bumped version number
  • Loading branch information
jennaramdenee committed Sep 28, 2017
2 parents b146066 + a3af73e commit d0d25a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/parliament/ntriple/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Parliament
module NTriple
VERSION = '0.1.5'.freeze
VERSION = '0.2.0'.freeze
end
end
2 changes: 1 addition & 1 deletion parliament-ntriple.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'grom', '~> 0.3'
spec.add_dependency 'grom', '~> 0.5'

spec.add_development_dependency 'bundler', '~> 1.14'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit d0d25a2

Please sign in to comment.