elm_install 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/Readme.md +2 -1
- data/lib/elm_install/version.rb +1 -1
- data/package.json +1 -1
- data/packaging/Gemfile.lock +4 -4
- data/scripts/run.js +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: e0d18a4779273c1b3132102c5f4740f2ad0f755e
|
4
|
+
data.tar.gz: 978a7b2c7c6e8cef8ffe4de27d903990f1389d1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7482bd87dc668e476194cb782fb03e202324cf4b9fa41fd543c9d22a6ef1768e08290d1e47ecb006ce0c2cd290b048b8641c0e951a5d392d064aeef8c6a0c73
|
7
|
+
data.tar.gz: 8cfd8e742406174371b9c17c4c3a4a5b5c28ea4ad07907ca8c1a9521eaf848f2eaf2074e60b80115895bea87b6a483b9d44b7ce868102d0969e9bcf2ddc22a94
|
data/Gemfile.lock
CHANGED
data/Readme.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/elm_install.svg)](https://badge.fury.io/rb/elm_install)
|
4
4
|
[![Npm version](https://badge.fury.io/js/elm-github-install.svg)](https://badge.fury.io/js/elm-github-install)
|
5
5
|
[![Code Climate](https://codeclimate.com/github/gdotdesign/elm-github-install/badges/gpa.svg)](https://codeclimate.com/github/gdotdesign/elm-github-install)
|
6
|
+
[![Test Coverage](https://codeclimate.com/github/gdotdesign/elm-github-install/badges/coverage.svg)](https://codeclimate.com/github/gdotdesign/elm-github-install/coverage)
|
6
7
|
[![Inline docs](http://inch-ci.org/github/gdotdesign/elm-github-install.svg?branch=master)](http://inch-ci.org/github/gdotdesign/elm-github-install)
|
7
8
|
[![Build Status](https://travis-ci.org/gdotdesign/elm-github-install.svg?branch=master)](https://travis-ci.org/gdotdesign/elm-github-install)
|
8
9
|
|
@@ -16,7 +17,7 @@ installed.
|
|
16
17
|
If you have ruby installed on your machine then you can install it directy from
|
17
18
|
[rubygems.org](https://rubygems.org/gems/elm_install):
|
18
19
|
```
|
19
|
-
gem install
|
20
|
+
gem install elm_install
|
20
21
|
```
|
21
22
|
|
22
23
|
If you have npm installed on your machine then you can install it directly from
|
data/lib/elm_install/version.rb
CHANGED
data/package.json
CHANGED
data/packaging/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
commander (4.4.
|
4
|
+
commander (4.4.3)
|
5
5
|
highline (~> 1.7.2)
|
6
|
-
elm_install (0.
|
6
|
+
elm_install (0.3.0)
|
7
7
|
commander (~> 4.4, >= 4.4.2)
|
8
8
|
git (~> 1.3)
|
9
9
|
git_clone_url (~> 2.0)
|
@@ -14,10 +14,10 @@ GEM
|
|
14
14
|
git (1.3.0)
|
15
15
|
git_clone_url (2.0.0)
|
16
16
|
uri-ssh_git (>= 2.0)
|
17
|
-
hashdiff (0.3.
|
17
|
+
hashdiff (0.3.2)
|
18
18
|
highline (1.7.8)
|
19
19
|
indentation (0.1.1)
|
20
|
-
molinillo (0.5.
|
20
|
+
molinillo (0.5.5)
|
21
21
|
semverse (2.0.0)
|
22
22
|
smart_colored (1.1.1)
|
23
23
|
solve (3.1.0)
|
data/scripts/run.js
CHANGED
@@ -31,7 +31,7 @@ if(platform == 'linux' && arch == 'x64') {
|
|
31
31
|
} else if (platform == 'linux') {
|
32
32
|
execute('linux-x86')
|
33
33
|
} else if (platform == 'darwin') {
|
34
|
-
execute('
|
34
|
+
execute('osx')
|
35
35
|
} else if (platform == 'win32') {
|
36
36
|
exec(executablePath('win32') + '.bat', [ process.argv.slice(2) ], { stdio: 'inherit' })
|
37
37
|
} else {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elm_install
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gusztáv Szikszai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: git
|