raleigh_events 0.1.2 → 0.1.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: 50dac48f96a1b20fa101fb6e04662d9da73c8e6d
4
- data.tar.gz: 84a9e560f3962334201a551c4b960c05da99b1c1
3
+ metadata.gz: 4e4a91d95f83b6060babdf0eb7aecf8e7d6f751d
4
+ data.tar.gz: 4c6d227ec6e72a2d983863e5194f8562b0f97fa5
5
5
  SHA512:
6
- metadata.gz: 0be00d4d134d43da2c7917d02c506b5ffcc563ce54e9d68b09bf52adb5d9a0048f079dd22152918a74c1552e519c450b30d91651110de115e503b8ac75c6134d
7
- data.tar.gz: 5561a53a6c845bd1057d94def2fca1e41ceb4c0b3daab50b354eb065e3c849ce70c930f60d4b92efc904cc11f780a99d06d5702423e4b5fa9b822191c6b93df3
6
+ metadata.gz: 33d685552fc44d2b1680806a8072275f39c6edb10109af64773153a3b7301cbd307be922d60c174ff3d5b5f1925b3a58cddf6c7b8b05579042e6ef357ab13d70
7
+ data.tar.gz: 0d22512ec23fccde8d7c32b85a8b5125852804ef4b968a0b48553cd36297a9fb934e0b1b8c727d6694265907bb4d1b79d6b1298ecec16796dc8f9d270310b9dc
data/bin/raleigh_events CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require './lib/raleigh_events' #anything that needs my enviro can just load it throuogh this one line call
3
+ require '../lib/raleigh_events' #anything that needs my enviro can just load it throuogh this one line call
4
4
 
5
5
  require "bundler/setup"
6
6
  # require "raleigh_events"
@@ -1,3 +1,3 @@
1
1
  module RaleighEvents
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raleigh_events
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lani1321