discord-notifier 1.0.0 → 1.0.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
- SHA1:
3
- metadata.gz: 7b3fbe0ad1ca1e827db62d6a6f607b072980026d
4
- data.tar.gz: 055e7d9f3efe5851775a2daece7100a90ade56a5
2
+ SHA256:
3
+ metadata.gz: 42e5b7f74eb8b2fcf2bc911b5f363303f1fc6095592142f77c2243f7138d9fde
4
+ data.tar.gz: 47aed57b8b5a10ba57775cf6bf1ea1adffacbc5075264dce1b38f31126afd383
5
5
  SHA512:
6
- metadata.gz: dabdedca9c9e8969da6ee244e2f3b27fc47e156d201c9a5350cb380090edc3cc781c01e656cfa169dbf08982c8f469227a7131f7d13b15ec1c80426ada4000f7
7
- data.tar.gz: b67f80ecb556bf27d1a28c8ea84cc407a65a5bb438f11adeead927d15758e792b12e7d8b10baedc1b1ef150c33ca382362f744a84589a27f646676d7c5bf1dc3
6
+ metadata.gz: f6850c9b6f46d608a714ccdfc62b703ec92673a1e4ce77f3531e2ffeddf3d77042a219387439576161c847647b68548ea62fd3fa96e67934e2907461453b3fe1
7
+ data.tar.gz: 1bdc7b52825a0e92a77fb03491465aa6b64aac65103f4b121c2401c70d1050d77c117caa82396ba5355fd71d438ca8f7a7f4bc314ea24993727f64d10f4250ee
@@ -0,0 +1,2 @@
1
+ # This file exists for Rails autoloading
2
+ require_relative '../discord_notifier'
@@ -1,5 +1,5 @@
1
1
  module Discord
2
2
  module Notifier
3
- VERSION = '1.0.0'.freeze
3
+ VERSION = '1.0.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: discord-notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Mitchell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-19 00:00:00.000000000 Z
11
+ date: 2018-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -59,6 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - lib/discord/notifier.rb
62
63
  - lib/discord_notifier.rb
63
64
  - lib/discord_notifier/backports/hash.rb
64
65
  - lib/discord_notifier/backports/http.rb
@@ -90,13 +91,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
91
  version: '0'
91
92
  requirements: []
92
93
  rubyforge_project:
93
- rubygems_version: 2.6.11
94
+ rubygems_version: 2.7.6
94
95
  signing_key:
95
96
  specification_version: 4
96
97
  summary: A minimal wrapper for posting Discord Webhooks and Embeds
97
98
  test_files:
99
+ - test/discord/discord_notifier_test.rb
98
100
  - test/discord/discord_notifier/embed_test.rb
99
- - test/discord/discord_notifier/form_data_test.rb
100
101
  - test/discord/discord_notifier/version_test.rb
101
- - test/discord/discord_notifier_test.rb
102
+ - test/discord/discord_notifier/form_data_test.rb
102
103
  - test/test_helper.rb