brained 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f973990676c93dc86741b7fe9fe4ce09cd991303cb3444fe14a4e55d85c9b441
4
- data.tar.gz: b4fc3383dcac5cf080529f67385e3e45d83c1ce0b516411bbdec144a1c8ed39d
3
+ metadata.gz: fa3609572d516045d1655e79258b192f338385631a240dc70f869c4c7f788aad
4
+ data.tar.gz: e5137e4de4ede521e1f2951f4f6b098febf6db447f2e2941753d757cbf8c3534
5
5
  SHA512:
6
- metadata.gz: 23a1888c50a20f7b6821a1fd435be10ffc48374907fd2ca626cab28f91dd80d0b00380b6a1e32ebabf4a8b75def7d5de5aea0c43d462eb547754690bf3f4d86c
7
- data.tar.gz: c175480004d330009324adb5bd0eb1399fd22c5f8edd02a0227bef4b28c6d4736378bdb520cf36045387ceb71b33bdc774a9f9e4e7094effffb5787085d66bc0
6
+ metadata.gz: 281de54e70ddb30359525424ec875de45b4dc84ccf4d741d0dc835484413085ec6cf56fa571a2ab4f8ea704fb6109363252a0b83f6c927be777cfffc99d512ce
7
+ data.tar.gz: e3befc7616a6536e8ba5d3be581017667e9809c97e3f39e55506cefc600c4fbaee91a8b20dac50a1970f1b0d6b99a32d1cf2e5c550b40c5f344db4e3d2143ebb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brained (0.1.0)
4
+ brained (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Brained
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/brained.svg)](https://badge.fury.io/rb/brained)
4
+
5
+ [verb] Having the brains knocked or dashed out; killed by a blow which breaks the skull.
6
+
7
+ -- The Century Dictionary
8
+
9
+ The Brained gem contains a collection of types designed to create
10
+ defects. Brained types are bad. Very bad. They are designed to take your
11
+ innocent data and do unnatural things to it in a way that is difficult
12
+ to uncover.
3
13
 
4
14
  ## Dependencies
5
15
 
@@ -23,7 +33,17 @@ Or install it yourself as:
23
33
 
24
34
  ## Usage
25
35
 
26
- TODO: Write usage instructions here
36
+ ```ruby
37
+ require 'brained'
38
+
39
+ name = Brained::Name.new("Mel")
40
+ greeting = Brained::String.new("Hello")
41
+
42
+ puts "#{greeting}, #{name}!"
43
+
44
+ # prints Hello, Mel!
45
+ # Nothing wrong with that. What could possibly go wrong? 😈
46
+ ```
27
47
 
28
48
  ## Development
29
49
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Brained
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brained
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
  - folkengine