Skip to content

Commit

Permalink
[gem/gemspec] description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Jun 19, 2019
1 parent 28be72a commit 5a03092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jaina.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Gem::Specification.new do |spec|

spec.homepage = 'https://github.com/0exp/jaina'
spec.summary = 'Simple programming language builder inspired by interpreter pattern.'
spec.description = 'Simple programming language builder inspired by interpreter pattern.'
spec.description = 'Simple programming language builder inspired by interpreter pattern. ' \
'You can build your own langs for any project purposes.'

spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 5a03092

Please sign in to comment.