off_the_grid 0.0.4 → 0.0.5

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: 6881c4a5452077d50f7d2c7d4db4ddd27d0e5b6d
4
- data.tar.gz: a138ce342b3dd379b7906ea4998b8bd460830e50
3
+ metadata.gz: 843dc577d248299b1e31998ba40b92168d6930ce
4
+ data.tar.gz: f1ae1a45cc1f03bd9ae3e06966f16c2ab445d0b4
5
5
  SHA512:
6
- metadata.gz: 9c2345b54b7baffcb27c20e1f1f537eebc6b419c28f675fa706781cd0542f08d63d7caa5dfa60eb8e71c57862201ca06a1c8875e3d247abad3d30b6d68f6c99d
7
- data.tar.gz: b4aff831f03ce3d673d2796affee3931498fcb2d7a1ff184563c9be0c76657d6f4d0c397e53c57051643f49a751f27973e0d4dd893ba5a1da7dcebd9c71792b8
6
+ metadata.gz: 800f5cda20d9ab517179f6b46996b7bed746897cc3a5e4760594db5bfbbead6ae64098541407614f7bab060e6285d354dbf546433e6a47c35cbb3a3703c4d99d
7
+ data.tar.gz: e589ea9b0dd91d22dbfcb26151ee235c056e213c33c00b8d9d4ca2ddb9855627c0cbfd3a3d3bb0abf2bb61f97ec752b42e0d9dd01dda194d8f23e1426240eda8
@@ -5,7 +5,7 @@ module OffTheGrid
5
5
 
6
6
  attr_reader :name
7
7
 
8
- def initalize(name)
8
+ def initialize(name)
9
9
  @name = name
10
10
  end
11
11
  end
@@ -1,6 +1,6 @@
1
1
  # The base namespace for the OffTheGrid library
2
2
  module OffTheGrid
3
3
  def self.version
4
- '0.0.4'
4
+ '0.0.5'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: off_the_grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Gnagy