sugilite 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
  SHA256:
3
- metadata.gz: 02a06663fb9b97d2f2d363c62ff10ab010694b3c922b61a9430b0731fd7e3032
4
- data.tar.gz: 07ec12d4735d0639c2395eedc089a4f39861677040fe9f8bb7d15f408c55e4e4
3
+ metadata.gz: b95b60e4a23157a4e22a48533537b3695c09c1c2bd89ed3cb6a91e2fdd0c7030
4
+ data.tar.gz: 902dfd7f40cce5f9a096e2c8184ab5cb421fcd26a54465ddc110c2e3a2dc2e79
5
5
  SHA512:
6
- metadata.gz: 4b5221757ee995bcc5b5fab2d2f47b46ef00d5aaba1addf9e95b2d97619944b72be2d74b5fec383f8e5945dba2543833275481d3aa82820500b3a766866332a7
7
- data.tar.gz: 90d546daffb2fca925f401b25ef1f7948f93b4e3d7c6748e7a75e0cef821c59eca37e9559889c00be154df545ef579df12a0417c8d5695393677028f1805b0d0
6
+ metadata.gz: e0fde97d414fc6e8f1b7667a4ff812a91f80e910bcbc736543bc52d11b566f0a395a7776a7f0a1e1eb08d4ec62149a1fd2cdc5accfbbfdb716f4629dfcf17e96
7
+ data.tar.gz: 6eb1a59c30bf9ba6b32b78df787453310ca53cb92e34c4cf8509b5f7a79551353ee5c28ea8e1f255da07ebde8f53f0b83448c90c7aad1281fd632519f9c24721
data/.gitignore CHANGED
@@ -10,4 +10,5 @@
10
10
  *.so
11
11
  *.o
12
12
  *.a
13
+ *.gem
13
14
  mkmf.log
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sugilite (0.1.2)
4
+ sugilite (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,15 +1,13 @@
1
1
  # Sugilite
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/sugilite`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Sugilite, A Gem to pull data from Twitch via the IRC chat and TMI
6
4
 
7
5
  ## Installation
8
6
 
9
7
  Add this line to your application's Gemfile:
10
8
 
11
9
  ```ruby
12
- gem 'sugilite'
10
+ gem 'Sugilite'
13
11
  ```
14
12
 
15
13
  And then execute:
@@ -18,7 +16,7 @@ And then execute:
18
16
 
19
17
  Or install it yourself as:
20
18
 
21
- $ gem install sugilite
19
+ $ gem install Sugilite
22
20
 
23
21
  ## Usage
24
22
 
@@ -32,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
30
 
33
31
  ## Contributing
34
32
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/sugilite. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
33
+ Bug reports and pull requests are welcome on GitLab at https://gitlab.com/mediamagnet/Sugilite. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
34
 
37
35
  ## License
38
36
 
@@ -40,4 +38,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
40
38
 
41
39
  ## Code of Conduct
42
40
 
43
- Everyone interacting in the Sugilite project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/sugilite/blob/master/CODE_OF_CONDUCT.md).
41
+ Everyone interacting in the Sugilite project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/Sugilite/blob/master/CODE_OF_CONDUCT.md).
@@ -9,7 +9,7 @@ require 'eventmachine'
9
9
  require 'rest-client'
10
10
  local_dir = File.expand_path('../')
11
11
  $LOAD_PATH.unshift(local_dir)
12
- require 'SugiliteIRC.rb'
12
+ require 'sugiliteIRC.rb'
13
13
 
14
14
  # Work with Twitch TMI to pull data
15
15
  module Sugilite
@@ -1,4 +1,4 @@
1
1
  module Sugilite
2
- # Current version 0.1.2
3
- VERSION = '0.1.2'
2
+ # Current version 0.1.3
3
+ VERSION = '0.1.3'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sugilite
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
  - MediaMagnet