envin 0.1.0 → 0.1.1

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: c721e50cc691bbb5fffe96555a917897b781da04
4
- data.tar.gz: 47cb12e3e24688667c38785cbfd9029a780a1ec1
3
+ metadata.gz: 71261cc3a01dc7347fe9a412122fdd45d0b6c889
4
+ data.tar.gz: 8c95ea6ec4ab2ee70338c2064195d7e44f4453b8
5
5
  SHA512:
6
- metadata.gz: 919e6d64a24a9f7c1942e87ec9510d542db3f6248f0d02a0321ad2792b683421d082b393833f61778aabbe93c4d649fe9a5769d324d4dd6ef2f0d4aacd0a5445
7
- data.tar.gz: 6dae73e205a1f1269c3ee40d14bb83d50ce400d96922ebadee3bb28456f9bbcf5d331360d660976bbf042c6d02c25c36cce1d4bef2b81ee8bed6a47c8b55f3ca
6
+ metadata.gz: 66cde95c3f3e2840f753441f45cf708aeceeb6fca8b8f3006e54701f8e67a6416936d92e260c5b41bc9c1ed60b955cc5c5dcd99941ec945cb02537cd2dd49641
7
+ data.tar.gz: 2d78f3b6ef2d2db270dd32dee1799d668b6c8529f2bc7ea732cbc6fa06ba8cbea203f603c7908a9c229d7bd131b7ae00e257584c9fda953ee3521e0287a2c258
@@ -5,10 +5,6 @@ module Envin
5
5
  extend self
6
6
  attr_reader :option
7
7
  def parse(args=ARGV)
8
- opts = {
9
- rootelement: "production"
10
- }
11
-
12
8
  parser = OptionParser.new do |opt_parser|
13
9
  opt_parser.on '-f', '--filepath FILENAME', 'file path' do |arg|
14
10
  opts[:filepath] = File.expand_path(arg)
@@ -1,3 +1,3 @@
1
1
  module Envin
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: envin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zidni Mubarock