notifiee-ruby 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
2
  SHA256:
3
- metadata.gz: 67a5e002e44e81ec0d0816d115a1a2565009a6b530778c665cac8b7e6fc724bc
4
- data.tar.gz: dd7e71b1d298766b69e19221f980877682ef6769e249108e8bc86a5a77422fb9
3
+ metadata.gz: 7080443ec6d028d4c10432ec264463bd673dd637e4f5ed6cfd75f9ac5b8859fa
4
+ data.tar.gz: d117bf9d937bc8fc5d8db00966fc0756330ec441a918ba64e5a43100450acac3
5
5
  SHA512:
6
- metadata.gz: c4dffa3f1587ef1c9c3173b5e694e62b162d9820e53c17c3129a1ceec79a3f83898b6cee00dd0c3cf547e8c1925b658f85ef8518d84aa5493709584ee5258ed2
7
- data.tar.gz: 11189ff7e04dffae218481fab5c292bda214e491b2ed94c7fd65305adecb983c7f42d2bad395b812ee6cc804550a288f13289cbf63d7ba0a84311e2724d03fb8
6
+ metadata.gz: 2c4e9723067bf4dc5c802632f2f7d2dedf0fa78d3c0b15eaef2505caf0cc32fe04e195f07aaac39743a06ada01230c56ad2f0b79b6d67ef5cbf50614aa9555f3
7
+ data.tar.gz: 72487b7dd15f851caa5e0e06c139bccfe6cce465eeaec78eb358e6404f9ea7caea40e7540bb69b74c7199e0fc58b68168258d773af1827cd7564e113e7927839
File without changes
@@ -1,3 +1,3 @@
1
1
  module Notifiee
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifiee-ruby
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
  - Gareth Fuller
@@ -101,7 +101,7 @@ files:
101
101
  - Rakefile
102
102
  - bin/console
103
103
  - bin/setup
104
- - lib/notifiee.rb
104
+ - lib/notifiee-ruby.rb
105
105
  - lib/notifiee/client.rb
106
106
  - lib/notifiee/exceptions.rb
107
107
  - lib/notifiee/notifications.rb