anticuado 0.2.2 → 0.2.3

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: 981bc44846f4090329d80feb0d2d1deb90b6ab34
4
- data.tar.gz: fbae8739c7d50f19968a88a2588ed96728d2ff48
3
+ metadata.gz: b7695360a1a7fde0dacb5aa1644ffbfd1b6570a5
4
+ data.tar.gz: 420a4e1ef5d3d57ed04d7eafe9a51d959e184efb
5
5
  SHA512:
6
- metadata.gz: 8429990081c0ba1feb882bdb4335083d2eabd5639bc912fe612aeeea0c82fb4a075a2b7399a9f3b61bfd703bbdf4c302155e0847dad76bb919b6a79b623b2399
7
- data.tar.gz: ae777fd1e4be07214c8883539c5d74b566709c3ed752f1ef1161e7d2725025aa432ec7a10dfb6b10e0bd920bb38e31b3423a324aa1b38a55b57b79a585631765
6
+ metadata.gz: bc1d1dcedcdce25576a277cafb45357eef62ac6d14fa82f30b232a8435602f760fa06d78e86cd484dd6e2c293206f468dbd623180b2bd06ec416522ca773d77d
7
+ data.tar.gz: 7825c15876b92f63637d9c2a9a32e3e91b9095e2e2c1bd9a1efe3ced3191319b00cc67ab237349abb8dc22ca166d6b4275e0bdc6ca64ba064acdcbf718b5fc72
data/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  [![Build Status](https://travis-ci.org/KazuCocoa/anticuado.svg?branch=master)](https://travis-ci.org/KazuCocoa/anticuado)
4
4
 
5
5
  This library collect __outdated__ libraries for each platforms. [Here](https://github.com/KazuCocoa/anticuado-example) is example how to use this library.
6
+ And [this travis project](https://travis-ci.org/KazuCocoa/anticuado-example) is just sample how to run this and the output.
7
+
6
8
 
7
9
  ## Support
8
10
  - Java
@@ -9,6 +9,7 @@ module Anticuado
9
9
  if project
10
10
  current_dir = Anticuado.current_dir
11
11
  Dir.chdir Anticuado.project_dir(project)
12
+ `npm install`
12
13
  outdated_str = `npm outdated`
13
14
  Dir.chdir current_dir
14
15
  else
@@ -1,3 +1,3 @@
1
1
  module Anticuado
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anticuado
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kazuaki MATSUO
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-08 00:00:00.000000000 Z
11
+ date: 2016-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler