boardsy 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
  SHA256:
3
- metadata.gz: ecf0bfe9f077f82fcbfa7c54009b32693375f24ef79e32374ecf5db3ab23deef
4
- data.tar.gz: 0044fd65faf28add4b492dc2da7eb3747c5b2e08833587e57e82601f8edbd26a
3
+ metadata.gz: c2b6ba54499ebfb0bbaaf7046b03cbde035c5154962af7b0d98a4c064c5fdb4f
4
+ data.tar.gz: b88c6afbea96666a1a70d6364fe9b388d04f202693b4f6b596bcd13684112a33
5
5
  SHA512:
6
- metadata.gz: dc4a8955c1510babad2e51237f3e9faa4f83bd76571e6262b3ef5d167fe0ca998488f4b523e2a17827e1ce49814895207d0ff1b3cf39eb7a27942d1e20cd6f8e
7
- data.tar.gz: 03142fe257cd5bd245fd38e49fbdb6e1483b3adc0ac248b2a23ca39d50be2e9b67401ee3496b426cf93782007c6d8b0891a5dd4ea8640807e674aabf2e24eae6
6
+ metadata.gz: 0abb47150186fb05a6eb4e356f06169dedc00925a7b584460b27b977b65dade0b58e300c0cc57d1d89dd3d4039f0ffe663f28730efad396a128b17bf53416450
7
+ data.tar.gz: 0f0e12cf1c7d39bd703446c1c19e4897c59231a188d90b780298d0d44271cb9095a57cdad9d59b97a46a528a0ae9ba770c509bb39cd96c014794c1816dd935dc
@@ -0,0 +1,21 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ boardsy (0.1.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ minitest (5.14.2)
10
+ rake (12.3.3)
11
+
12
+ PLATFORMS
13
+ ruby
14
+
15
+ DEPENDENCIES
16
+ boardsy!
17
+ minitest (~> 5.0)
18
+ rake (~> 12.0)
19
+
20
+ BUNDLED WITH
21
+ 2.1.2
@@ -2,5 +2,11 @@ require "boardsy/version"
2
2
 
3
3
  module Boardsy
4
4
  class Error < StandardError; end
5
+
6
+ class Board
7
+ def self.testing
8
+ puts "Hello World!"
9
+ end
10
+ end
5
11
  # Your code goes here...
6
12
  end
@@ -1,3 +1,3 @@
1
1
  module Boardsy
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: boardsy
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
  - Bennett Struttman
@@ -21,6 +21,7 @@ files:
21
21
  - ".travis.yml"
22
22
  - CODE_OF_CONDUCT.md
23
23
  - Gemfile
24
+ - Gemfile.lock
24
25
  - LICENSE.txt
25
26
  - README.md
26
27
  - Rakefile