Skip to content

Commit

Permalink
Hyphenate "industrial-strength" for adjectival use
Browse files Browse the repository at this point in the history
  • Loading branch information
reefdog committed Oct 30, 2015
1 parent 85ec437 commit 18f0d23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| || / _ \| |\/| | |\/| || | | |
\__/_/ \_\_| |_|_| |_|___| |_|

Jammit is an industrial strength asset packaging library for Rails, providing both the CSS and JavaScript concatenation and compression that you'd expect, as well as ahead-of-time gzipping, built-in JavaScript template support, and optional Data-URI / MHTML image embedding.
Jammit is an industrial-strength asset packaging library for Rails, providing both the CSS and JavaScript concatenation and compression that you'd expect, as well as ahead-of-time gzipping, built-in JavaScript template support, and optional Data-URI / MHTML image embedding.

- For documentation, usage, and examples, see: http://documentcloud.github.com/jammit/
- To suggest a feature or report a bug: http://github.com/documentcloud/jammit/issues/
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Jammit: Industrial Strength Asset Packaging for Rails</title>
<title>Jammit: Industrial-strength asset packaging for Rails</title>
<style>
body {
font-size: 16px;
Expand Down Expand Up @@ -85,7 +85,7 @@

<p>
<a href="http://github.com/documentcloud/jammit/">Jammit</a> is an
industrial strength asset packaging library for <b>Rails</b>, providing
industrial-strength asset packaging library for <b>Rails</b>, providing
both the CSS and JavaScript concatenation and compression
that you'd expect, as well as <b>YUI Compressor</b>, <b>Closure Compiler</b>, and <b>UglifyJS</b>
compatibility, ahead-of-time gzipping, built-in JavaScript template
Expand Down
4 changes: 2 additions & 2 deletions jammit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Gem::Specification.new do |s|
s.date = '2015-10-28'

s.homepage = "http://documentcloud.github.com/jammit/"
s.summary = "Industrial strength asset packaging for Rails."
s.summary = "Industrial-strength asset packaging for Rails."
s.description = <<-EOS
Jammit is an industrial strength asset packaging library for Rails,
Jammit is an industrial-strength asset packaging library for Rails,
providing both the CSS and JavaScript concatenation and compression that
you'd expect, as well as YUI Compressor and Closure Compiler compatibility,
ahead-of-time gzipping, built-in JavaScript template support, and optional
Expand Down

0 comments on commit 18f0d23

Please sign in to comment.