lyp 1.3.7 → 1.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/lyp/lilypond.rb +2 -1
- data/lib/lyp/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42286097b2e4cd99e8aa37a56d619b9d956f186f
|
|
4
|
+
data.tar.gz: 0d707f212c1faadff367bdef5c0730af0992574b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d96e71e9312822e75b6266a1585a889eb87d6b27cc4f7911db28c67129110d404a05e13c9e7289e928dbd861c1b11c80748376059e4cacedadd8f8627344bc6b
|
|
7
|
+
data.tar.gz: 0c1b22761be8007e4f5b2b2fb6e6307c88cc1f10c0e16a1ab0088eddc7b78dfdfcdbe3cf6e4f21ffbfd5e3bcc88ec4fdf5baa2130e92868623631afd482c0b4a
|
data/lib/lyp/lilypond.rb
CHANGED
|
@@ -383,7 +383,8 @@ module Lyp::Lilypond
|
|
|
383
383
|
end
|
|
384
384
|
end
|
|
385
385
|
|
|
386
|
-
BASE_URL = "http://download.linuxaudio.org/lilypond/binaries"
|
|
386
|
+
# BASE_URL = "http://download.linuxaudio.org/lilypond/binaries"
|
|
387
|
+
BASE_URL = "http://lilypond.org/downloads/binaries"
|
|
387
388
|
|
|
388
389
|
# Returns a list of versions of lilyponds available for download
|
|
389
390
|
def search(version_specifier = nil)
|
data/lib/lyp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lyp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sharon Rosner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpclient
|