elm_install 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 135de9d0626d6405f8a3d794d61c61df46a82691
4
- data.tar.gz: 7b19ca3f3f7ccdb6f08bcfc25173ffe6eacb5e4c
3
+ metadata.gz: 2b5c84733bb921ff13400591fe82d7517b8f6515
4
+ data.tar.gz: b54df49c137a487cd5c75d1180f2153298e32e93
5
5
  SHA512:
6
- metadata.gz: e2cec562fdb050f6d5094b734fd6a1bd9af060770ff4e6d8acbc63ac5bf7d5ba925084a8b52d42c4ca8498e1b87bae30959e474977837f97d0487b3311bc7224
7
- data.tar.gz: 72c6dcbb7b493af368540289eb996e6ccd36239072b0aed5f090578b33d874858714ce7f366fb01e221088430717b9e2e081ccc3a6edf09cd6fe83c902dcd181
6
+ metadata.gz: 88cc0e840c81b31ba63fd9867e7aa8ebaaf936f4569fcd70b53f9226266ecafd3aa1891756feef4ace0f40646387ae543ff9fb91c39a28dbecaa0e6084667e76
7
+ data.tar.gz: 88744a9115ea126efe39c3cb28b8138ad84af590afbff7e52c37a830ab71f74740ecccb960dbb314fc82e83b6a39b21fbc4f999731c19cef77079897109e560a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elm_install (1.0.0)
4
+ elm_install (1.0.1)
5
5
  adts (~> 0.1.2)
6
6
  commander (~> 4.4, >= 4.4.2)
7
7
  contracts (~> 0.16.0)
@@ -97,6 +97,8 @@ module ElmInstall
97
97
  .select do |version|
98
98
  constraints.all? { |constraint| constraint.satisfies?(version) }
99
99
  end
100
+ .sort
101
+ .reverse
100
102
  end
101
103
 
102
104
  Contract None => String
@@ -1,4 +1,4 @@
1
1
  module ElmInstall
2
2
  # The version of ElmInstall
3
- VERSION = '1.0.0'.freeze
3
+ VERSION = '1.0.1'.freeze
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elm-github-install",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Install Elm packages directly from Git repositories",
5
5
  "scripts": {
6
6
  "install": "node scripts/install.js",
@@ -5,7 +5,7 @@ GEM
5
5
  commander (4.4.3)
6
6
  highline (~> 1.7.2)
7
7
  contracts (0.16.0)
8
- elm_install (1.0.0.pre.rc)
8
+ elm_install (1.0.0)
9
9
  adts (~> 0.1.2)
10
10
  commander (~> 4.4, >= 4.4.2)
11
11
  contracts (~> 0.16.0)
@@ -33,7 +33,7 @@ PLATFORMS
33
33
  ruby
34
34
 
35
35
  DEPENDENCIES
36
- elm_install (= 1.0.0.pre.rc)
36
+ elm_install (= 1.0.0)
37
37
 
38
38
  RUBY VERSION
39
39
  ruby 2.2.2p95
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elm_install
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gusztáv Szikszai