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 +4 -4
- data/.gitignore +1 -0
- data/Gemfile.lock +1 -1
- data/README.md +5 -7
- data/lib/sugilite.rb +1 -1
- data/lib/sugilite/version.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b95b60e4a23157a4e22a48533537b3695c09c1c2bd89ed3cb6a91e2fdd0c7030
|
|
4
|
+
data.tar.gz: 902dfd7f40cce5f9a096e2c8184ab5cb421fcd26a54465ddc110c2e3a2dc2e79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0fde97d414fc6e8f1b7667a4ff812a91f80e910bcbc736543bc52d11b566f0a395a7776a7f0a1e1eb08d4ec62149a1fd2cdc5accfbbfdb716f4629dfcf17e96
|
|
7
|
+
data.tar.gz: 6eb1a59c30bf9ba6b32b78df787453310ca53cb92e34c4cf8509b5f7a79551353ee5c28ea8e1f255da07ebde8f53f0b83448c90c7aad1281fd632519f9c24721
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
# Sugilite
|
|
2
2
|
|
|
3
|
-
|
|
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 '
|
|
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
|
|
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
|
|
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]/
|
|
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).
|
data/lib/sugilite.rb
CHANGED
data/lib/sugilite/version.rb
CHANGED