yukon 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yukon/version.rb +1 -1
  3. data/lib/yukon.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9ed971776d4eefbe48dbf3f284e1829047f19be
4
- data.tar.gz: ddd1756cec0ec7c8793decc8c6c77481cbcb9495
3
+ metadata.gz: bb664a2ee0dc64db35defe8b6fe0b941c4971f56
4
+ data.tar.gz: 33593c12dceefcd16c875d90134c78eff782649e
5
5
  SHA512:
6
- metadata.gz: ce7bb7734fb59a4ecd5cdef9657637ef1f5f09f789e634f06fb20968a024da61979625b96ff8774c189008682b456adc6774fc6253e39dc87cce367223307d18
7
- data.tar.gz: 211134e2a96cc1a91da4f5c6613bbcf6803d00d1db811ab1679e0f7212263c71f853acac757b0ed1fcb7c69256398e32848f2be7c1d2decde41963cfa9168c26
6
+ metadata.gz: 3a9433a87933514abd46bb1858022e1396e551fe049d4888339690579d988caaa433c76496a81167d2010f4e271aa28ec8b8fdbd9acce5070ba3add0819b82b2
7
+ data.tar.gz: 31c0851cfdda7c9937f271f3e8ee29697ba59d7385f03ffa45a14879be02650afa0352e12118ac700ac0d645903889598395a2a5ff990f5bb11b1c71bc266693
data/lib/yukon/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Yukon
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/yukon.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require "yukon/version"
2
- require 'helpers/configuration'
2
+ require_relative 'helpers/configuration'
3
3
 
4
4
  module Yukon
5
5
  extend Configuration
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yukon
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
  - Bala Paranj