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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f7d52dc6fafa13b8d24a2892367cd419d0fc8e6
4
- data.tar.gz: 72921b09e6525dd9644596ea3f46136d0821521d
3
+ metadata.gz: e0d18a4779273c1b3132102c5f4740f2ad0f755e
4
+ data.tar.gz: 978a7b2c7c6e8cef8ffe4de27d903990f1389d1d
5
5
  SHA512:
6
- metadata.gz: b0b00b46c2cac95b3761415f7e010e0376cfb340dd162a9665f3b1f0b2dc2205dbd7cc8cc7c727c47aa2dc087877798cd0d0cc03356946c64741c3fcb539b01f
7
- data.tar.gz: 091e3904c9a7f193105fa06bb41a6a3f71d1fa6fe78c0d00f54e7f4eb3caf037d869c33b0e7375431f1e35d4587285cb855f9bc16d9dfeb07a6e8a823f71c237
6
+ metadata.gz: f7482bd87dc668e476194cb782fb03e202324cf4b9fa41fd543c9d22a6ef1768e08290d1e47ecb006ce0c2cd290b048b8641c0e951a5d392d064aeef8c6a0c73
7
+ data.tar.gz: 8cfd8e742406174371b9c17c4c3a4a5b5c28ea4ad07907ca8c1a9521eaf848f2eaf2074e60b80115895bea87b6a483b9d44b7ce868102d0969e9bcf2ddc22a94
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elm_install (0.3.0)
4
+ elm_install (0.3.1)
5
5
  commander (~> 4.4, >= 4.4.2)
6
6
  git (~> 1.3)
7
7
  git_clone_url (~> 2.0)
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 elm-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
@@ -1,4 +1,4 @@
1
1
  module ElmInstall
2
2
  # The version of ElmInstall
3
- VERSION = '0.3.0'.freeze
3
+ VERSION = '0.3.1'.freeze
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elm-github-install",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Install Elm packages directly from Git repositories",
5
5
  "scripts": {
6
6
  "install": "node scripts/install.js",
@@ -1,9 +1,9 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- commander (4.4.2)
4
+ commander (4.4.3)
5
5
  highline (~> 1.7.2)
6
- elm_install (0.1.2)
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.1)
17
+ hashdiff (0.3.2)
18
18
  highline (1.7.8)
19
19
  indentation (0.1.1)
20
- molinillo (0.5.4)
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('linux-osx')
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.0
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-09 00:00:00.000000000 Z
11
+ date: 2017-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git