anticuado 0.2.1 → 0.2.2

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: 31675036cd58e8544ca938b99df127755bb9d191
4
- data.tar.gz: 54d55c1d599ca137532e9eb77601c754fe418b1f
3
+ metadata.gz: 981bc44846f4090329d80feb0d2d1deb90b6ab34
4
+ data.tar.gz: fbae8739c7d50f19968a88a2588ed96728d2ff48
5
5
  SHA512:
6
- metadata.gz: 9a30d2d2e920d71cc4e9b635b9cc07cf852e6c32ff9a617238b2a983441dd79dc634dcd0b3d3592224b190327e69d34538fe2154934b10c30ee4b8bfc406f647
7
- data.tar.gz: 93be3158a36a7968ebb0b27be74d2ce330a64acaaab318502c948066297f03f69241736f0f2a23005d4d7c7eb7413af372d57a93d72dd6bf0c794facc6815307
6
+ metadata.gz: 8429990081c0ba1feb882bdb4335083d2eabd5639bc912fe612aeeea0c82fb4a075a2b7399a9f3b61bfd703bbdf4c302155e0847dad76bb919b6a79b623b2399
7
+ data.tar.gz: ae777fd1e4be07214c8883539c5d74b566709c3ed752f1ef1161e7d2725025aa432ec7a10dfb6b10e0bd920bb38e31b3423a324aa1b38a55b57b79a585631765
@@ -5,6 +5,7 @@ module Anticuado
5
5
  # @return [String] The result of command `mix hex.outdated`.
6
6
  def self.outdated(project = nil)
7
7
  return puts "have no mix command" if `which mix`.empty?
8
+ `mix local.hex --force`
8
9
 
9
10
  if project
10
11
  current_dir = Anticuado.current_dir
@@ -1,3 +1,3 @@
1
1
  module Anticuado
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
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.1
4
+ version: 0.2.2
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-07 00:00:00.000000000 Z
11
+ date: 2016-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler