chihiro 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: d7cd99e35034c014719691efd7dfc968a07222c5f6ee8d16bd5e3f46dd64280d
4
- data.tar.gz: 40b5d5162e2090d3d65b2131942cba094f3ea786cedf5fa13d4189723886b055
3
+ metadata.gz: f7fb3820475b5fa6b769593ef76d192126e207ada3a3335c3391f4d8aa3cf4c3
4
+ data.tar.gz: 8a3402b5265b0eb020ffe947712547c2c498144a0d8e14cadb2150edc5e9f572
5
5
  SHA512:
6
- metadata.gz: 631da01358b6e62f9c55a9981802ed13225fb07609327093818eda8849b1958e6a160756bf6172977848c0b48f9160eae8ba13161d940bffd3fe043a4fd6e983
7
- data.tar.gz: 156150d61b52c35e573bd31aecf4c556c307ec960d6220b798cbdea7a90b9e3005647f1088538231a1b5fdd69d033fef6bb5faf635aa48119202a0b9f8a97c94
6
+ metadata.gz: 2574d41bdd4d1e719a5d5685bf7f4214123ead4c547ca15463de5bd961f6ee3adcce11881e43e9248d845118a32a958f0477e288c87e08aff999be46efba8245
7
+ data.tar.gz: f4252200493acb18f9417a36e29958c39c6af44a56867798b0d86c44805d79ebfebe01f43862e09654d7bdf8ee661f766c7b36acee9b6c1cada6645f8913f48e
@@ -1,3 +1,3 @@
1
1
  module Chihiro
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/chihiro.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require "chihiro/version"
2
2
  require "chihiro/initializer"
3
+ require "chihiro/json_log_formatter"
3
4
 
4
5
  module Chihiro
5
6
  # Your code goes here...
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chihiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shu Hui
@@ -88,6 +88,7 @@ files:
88
88
  - lib/generators/chihiro/init_generator.rb
89
89
  - lib/generators/chihiro/templates/initializer.rb
90
90
  - pkg/chihiro-0.1.0.gem
91
+ - pkg/chihiro-0.1.1.gem
91
92
  - spec/chihiro_spec.rb
92
93
  - spec/spec_helper.rb
93
94
  homepage: https://github.com/blockchaintech-au/chihiro