lyp-win 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -4
  3. data/lib/lyp/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 433a487f5fd77d6c170d0f242a55203517e01471
4
- data.tar.gz: dda515b6fb0fc79f7ee868100323ff19a40d9742
3
+ metadata.gz: e61901f68b15b18ed3760981387e5a8305046934
4
+ data.tar.gz: ca026343e91d254a84bb3e0d60622ab46ad5c6a2
5
5
  SHA512:
6
- metadata.gz: 5846deb52e17aa09d13a397e4200405e98089a368df85c3a2fe65eade57add0251ee95a57c8f7ae63099366518f3f5336ffaa1ca0d39f73ffcdcbb4765cc1b0c
7
- data.tar.gz: c9c533504e0a696bf0b7dfc6bbf5cbb2eabe9345a35ece672385340b9c0dea2c9840e15c3259a9370f84cfc371689c4f2e620aaffb312c1428f3cd30223979b2
6
+ metadata.gz: 85dd3d93547a3a47752ffbc27936c46360759e132a855c3e92c4de46c9fc3cd5eb6d6a47d1def842dda6e88da2204ee4e6ea53b512094d71df6c87151280faf0
7
+ data.tar.gz: 5743a20a0197f84f69427b329ab1e8a27c7a7fa4f428e68e0f167923f136e725438e41073dd8210c3f3ec89648cf9b8a31b156cbc4a21253f42068c3808d7417
data/README.md CHANGED
@@ -5,14 +5,16 @@
5
5
  <a href="https://github.com/lyp-packages/index#readme">The lyp package index</a>
6
6
  </p>
7
7
 
8
- # lyp - a package manager for Lilypond
8
+ # lyp - The Lilypond Swiss-Army Knife
9
9
 
10
- Use lyp to install and manage packages for Lilypond, and install and manage multiple versions of Lilypond on your machine.
10
+ Use lyp to install and manage packages for Lilypond, and install and manage multiple versions of Lilypond on your machine, and improve your Lilypond workflow.
11
11
 
12
12
  __Code reuse__: lyp lets you install packages that act as Lilypond code libraries and can be used to enhance your Lilypond files with additional functionality. Packages can depend on other packages. Lyp resolves both direct and transitive package dependencies, and automatically selects the correct version to use for each package.
13
13
 
14
14
  __No hassle Lilypond installation__: With lyp you can also install any version of Lilypond on your machine with a single command, without having to visit the Lilypond website, clicking a link and then copying files around. In addition, lyp lets you switch between multiple versions of Lilypond and always keep your machine up to date with the latest version.
15
15
 
16
+ __Tools for power users__: with lyp you can [benchmark](#lyp-benchmark) and compare the performance of multiple versions of Lilypond, [flatten](#lyp-flatten) include files, automatically recompile [modified source files](#lyp-watch), and [automatically install](#lyp-compile) package dependencies or any required version of Lilypond.
17
+
16
18
  ## Table of contents
17
19
 
18
20
  - [Installation](#installation)
@@ -600,13 +602,13 @@ Once one or more versions of Lilypond are installed, the Lilypond command may be
600
602
 
601
603
  Synopsis: `lyp accelerate`
602
604
 
603
- __Power users__: rewrite gem binaries for faster execution. When lyp is installed as a gem, the Rubygems system creates wrapper script files for `lyp` and `lilypond` which incur a performance penalty that adds up to 200msecs per invocation. Use this command to rewrite the gem binaries so as to improve their running time.
605
+ Rewrites gem binaries for faster execution. When lyp is installed as a gem, the Rubygems system creates wrapper script files for `lyp` and `lilypond` which incur a performance penalty that adds up to 200msecs per invocation. Use this command to rewrite the gem binaries so as to improve their running time.
604
606
 
605
607
  ### lyp benchmark
606
608
 
607
609
  Synopsis: `lyp benchmark FILE`
608
610
 
609
- __Power users__: benchmark the running time of all installed versions of Lilypond using the given source file. This command accepts all Lilypond command line switches.
611
+ Benchmarks the running time of all installed versions of Lilypond using the given source file. This command accepts all Lilypond command line switches.
610
612
 
611
613
  ### lyp cleanup
612
614
 
data/lib/lyp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lyp
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lyp-win
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sharon Rosner