lono 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/lono/cli.rb +1 -1
- data/lib/lono/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3aa82329f2793af79e351d6de6d579154e9504f5
|
|
4
|
+
data.tar.gz: 3bac19b4492083d16270afc2065f1be2d1d4b8e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce5c95980fccc9fe192ad9002095c561feb3a0fa3c762254362ec82dc1b9184bb318dda64fc03c6290134d8cb6b2f33f5cabd3a921a86c2c7ae4e0bc6c8ab18c
|
|
7
|
+
data.tar.gz: 831b5fb19a66c544edc2ba31ecd7192f60e30ae09659e6bc4c810667db677d203b6c04075920ffced05729ee02663e73a7a1467adf6f20c9402dc078127caed7
|
data/lib/lono/cli.rb
CHANGED
|
@@ -17,7 +17,7 @@ module Lono
|
|
|
17
17
|
option :clean, :type => :boolean, :aliases => "-c", :desc => "remove all output files before generating"
|
|
18
18
|
option :project_root, :default => ".", :aliases => "-r", :desc => "project root"
|
|
19
19
|
option :quiet, :type => :boolean, :aliases => "-q", :desc => "silence the output"
|
|
20
|
-
option :pretty, :type => :boolean, :
|
|
20
|
+
option :pretty, :type => :boolean, :default => true, :desc => "json pretty the output"
|
|
21
21
|
def generate
|
|
22
22
|
Lono::DSL.new(options.clone).run
|
|
23
23
|
end
|
data/lib/lono/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lono
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tung Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04-
|
|
11
|
+
date: 2014-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|