bijint 0.0.1 → 0.0.2

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: 2f0ca4a12d332ce0c382e5c2e59eb011177d03a7
4
- data.tar.gz: 2eafbcd6b05613fcb8f575778584f2b01072dc33
3
+ metadata.gz: 74fca51028bf51fe121b24bbde2382677902055b
4
+ data.tar.gz: 9dd29880cc060138e9ffd631dab7dc45748af791
5
5
  SHA512:
6
- metadata.gz: f431c266e8829328a2ddf77cc60482cc1a3d7f1c4f362647b825bc882c816629e31a45d09d8360e75b6a9c323ef44f4c3dae9e611cca1fea945d83d43b89bc08
7
- data.tar.gz: d4afdc3c838b01ea5f05c88dde6d25f0902916501827c23de9d060b5a2b840d98e04e936b3da3183e9b2fcaa17d276fb740a7c102942bfef5e4c8ae48836d6e7
6
+ metadata.gz: 1532ce4bbf309b8eee7e099d76e827d3286773b77136669ef8b961ab39d9d89bcc1e55750ed890570f7db8625b710b85aaf747c935e6af0399ba2ea4924548f4
7
+ data.tar.gz: 863c744388b26e65960d9bf97f1d14ff28b7ee175b2467ea8e49ffecd9558ebbcdfd8a2ce6a8cdb606a173edea8cd57f91f59413af607477b54bbef3d97895c0
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Bijint
2
2
 
3
+ [![Build Status](https://travis-ci.org/funnythingz/bijint.svg)](https://travis-ci.org/funnythingz/bijint)
4
+
3
5
  You fall in love for one minute.
4
6
 
5
7
  ## Installation
data/bin/bijint CHANGED
@@ -5,9 +5,9 @@ require 'bijint'
5
5
  bijint = Bijint::Bijint.new
6
6
 
7
7
  if ARGV.empty?
8
- p bijint.now
8
+ puts bijint.now
9
9
  else
10
- p bijint.random if ARGV.first == 'random'
11
- p bijint.lgtm if ARGV.first == 'lgtm'
12
- p bijint.lgtm_random if ARGV.first == 'lgtm_random'
10
+ puts bijint.random if ARGV.first == 'random'
11
+ puts bijint.lgtm if ARGV.first == 'lgtm'
12
+ puts bijint.lgtm_random if ARGV.first == 'lgtm_random'
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module Bijint
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bijint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - funnythingz