thalaiva 0.7.0 → 1.1.0

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: cac817653d0e8f0d216eb4c228aaa8851c5cbdfe
4
- data.tar.gz: dcfdfe7761b7c972d63a282acd81453d89b90350
3
+ metadata.gz: a568aa85de9a54e95de422831c59ae9a138f278e
4
+ data.tar.gz: 20c4768381e67f52f4742a1ae821031e5fcbae26
5
5
  SHA512:
6
- metadata.gz: 012a4648df20fac054ae230c56289a2b2aa6cd2b4efb516385aa7190fb35893a4b0469213e803c5fa9a618009c103a2d11a99bb5ffc44567c8c7992bc9e02da2
7
- data.tar.gz: 27899186ca7dee66cc62f358eae32ded72fcfb14730a278a00dd485f267afe8e08a49afcf8fcd9c8b1951234a800cd692526e4607e15d1b0c25dab07b253bf30
6
+ metadata.gz: 1884c11352dbb4dd63fbb2a85a05b226d916841ae8e47ebd5ff01329c52b615edc2662dfa484371182acd3cb92997ae762683ab4fb69186008138a3b29eb2173
7
+ data.tar.gz: d43e707d16a022ab07589bddd3b6d0098064ea4d70138104317098cc2d2809f820861e07dacfa5643b8a126fdb29cd683346412222f2dfbe8a4707d21e48447d
@@ -1,6 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "bundler/setup"
4
3
  require "thalaiva"
5
4
 
6
5
  # You can add fixtures and/or initialization code here to make experimenting
@@ -0,0 +1,2 @@
1
+ require "thalaiva/version"
2
+ require "thalaiva/cli"
@@ -1,3 +1,3 @@
1
1
  module Thalaiva
2
- VERSION = "0.7.0"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thalaiva
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - suman saurabh
@@ -61,6 +61,7 @@ extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
63
  - bin/thalaiva
64
+ - lib/thalaiva.rb
64
65
  - lib/thalaiva/cli.rb
65
66
  - lib/thalaiva/version.rb
66
67
  homepage: