orly 0.0.13 → 0.0.14

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: d4826bad136a60166851839e6c23a3357a808bb6
4
- data.tar.gz: b53f16b52e41358ebcb3e90f30da14331fbbfef3
3
+ metadata.gz: a53c2a920a38bf1c6cbe4e2c315cd7bcd1a6f560
4
+ data.tar.gz: 6f15bc76b499f69ed8885ff57ec05a62e70d9675
5
5
  SHA512:
6
- metadata.gz: 42f7ed617e1f271d1ef2bbbf2e9753e139335f44d7c76b24fa37c7ed7a22a4aa50ef0db939b2a4d066e0c518f145718dd65edfdab45c9a1d25f7555fb9ec566d
7
- data.tar.gz: affb94e898dd411459581ee593fa7165b3b08a72abd5a8b7ff65542504886933af1074e995359a0827086f9a3e18820df3c808b112371644789a7143029c2442
6
+ metadata.gz: 332c8acd192b6433e5c2ee0e3eb03f5efe50aa22c01afd5e2cea5e0351f2f075898f8886a25b7de1edec8220e5039229899ed009e41c7cf9d856a2b62efb582a
7
+ data.tar.gz: da34d2b87f76e745cd357e5857213e0bf318e77fca4090b76db5e6dc46a11806f6789b2129e12fc5f7026d4aa06381a7ca45273b12aac969beed77d94348f343
@@ -57,7 +57,7 @@ module Orly
57
57
  def need_npm?
58
58
  return false if uses_yarn?
59
59
  @need_npm
60
- end
60
+ end
61
61
 
62
62
  def need_yarn?
63
63
  return false unless uses_yarn?
@@ -68,7 +68,7 @@ module Orly
68
68
  @need_dotenv
69
69
  end
70
70
 
71
- private def uses_yarn?
71
+ def uses_yarn?
72
72
  @uses_yarn
73
73
  end
74
74
  end
@@ -1,3 +1,3 @@
1
1
  module Orly
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - yon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-30 00:00:00.000000000 Z
11
+ date: 2017-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git