fronton 0.5.0 → 0.5.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: f8a04f1ecd7b94cd1b50b9570f7ad5049e95447f
4
- data.tar.gz: dd94d989deeeb470cc88388f254df9410f0c442c
3
+ metadata.gz: def21d986b166b6bae6b5e19a94ab6dd4a0b6d1f
4
+ data.tar.gz: 77f191d94e7c9569743602de92f951e0bbf2aa12
5
5
  SHA512:
6
- metadata.gz: 3d4684663e599a0a21824956518c1b0a53894936f394d5523da98585e4442e20087753bf61a53ee691c60722039cdc77435c895bd12d6e8c676cae543d143b75
7
- data.tar.gz: 1458d67f6a156d35d393837c8a57150218e47c8264fd082e64b8f8f1b5744db64c235344e64f068e52f53554eb1d94a3faee27591d484de69e2cfb249636bfdd
6
+ metadata.gz: c250c12712c4a1d4f8d1719217771491a718d2e20a97e47704d0ebad0e794974830831ab758309b55126d2df1c8c69f2c3674a4a679f46f52362be65708da812
7
+ data.tar.gz: 500cd1661a33fffbc83b47cd68e34e20098d85725ee94382651736f63cd52b9e438e0477dccb21decb426d5f04e7d23ceca87f1d98d119c55c0a6f5800fa748b
@@ -18,10 +18,13 @@ module Fronton
18
18
  include Fronton::Commands::Clobber
19
19
  include Fronton::Commands::Info
20
20
 
21
- Fronton::Config.load!
22
-
23
21
  no_commands do
24
22
  def config
23
+ unless @loaded
24
+ @loaded = true
25
+ Fronton::Config.load!
26
+ end
27
+
25
28
  Fronton::Config
26
29
  end
27
30
  end
@@ -2,7 +2,7 @@ module Fronton
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 5
5
- TINY = 0
5
+ TINY = 1
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fronton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Aranda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-06 00:00:00.000000000 Z
11
+ date: 2016-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport