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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0cf2d662d15f91ab5a2be1fd65341349b343f8e5
4
- data.tar.gz: ac0fb9f6cabba24f8d9c486100d2af4841131dc0
3
+ metadata.gz: 3aa82329f2793af79e351d6de6d579154e9504f5
4
+ data.tar.gz: 3bac19b4492083d16270afc2065f1be2d1d4b8e5
5
5
  SHA512:
6
- metadata.gz: 02479cb711b6b44348eb0d541cd1669dcc64166c329d67b969180baffba752a7aafd287c672843faa61462f867231edcc763d2be334eaaaeb6a4140f2b9ef700
7
- data.tar.gz: a8c72b7ab907c2f5b9016a06037f9ef1644df59586fac5618708f2aa9ff91f3a524a4a61433dd9ef3f2de883c53df84da5aa52e3437762754066987352284394
6
+ metadata.gz: ce5c95980fccc9fe192ad9002095c561feb3a0fa3c762254362ec82dc1b9184bb318dda64fc03c6290134d8cb6b2f33f5cabd3a921a86c2c7ae4e0bc6c8ab18c
7
+ data.tar.gz: 831b5fb19a66c544edc2ba31ecd7192f60e30ae09659e6bc4c810667db677d203b6c04075920ffced05729ee02663e73a7a1467adf6f20c9402dc078127caed7
@@ -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, :defautlt => true, :desc => "do not json prettier the output"
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
@@ -1,3 +1,3 @@
1
1
  module Lono
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
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.2
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-29 00:00:00.000000000 Z
11
+ date: 2014-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake