expo-push-middleware 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/expo-push-middleware/version.rb +1 -1
- data/lib/expo_push_middleware.rb +1 -1
- 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: 7c0263d734cafaad5186c5d182b58a768fb7d079017527e55baedb6c1d223238
|
4
|
+
data.tar.gz: 2fc6bbbcde8ca995e60a08e48077f26c1189767041927bd76386f128ee3cc17d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27589f020ae7395371202ed5b2eb8b8c17089826e5a7945c080676e42b5597e955881ec98291130b738d08d4df718e087a8ae62bc6f74ad683b3d527d0c4fab9
|
7
|
+
data.tar.gz: eb869d2e938fb9d0c66243932052ca42c106a2eee1bcb5f40b2c85dbbf9d77ece71c83998580ac5d7e2d246e210e1b08b5d35ecd5f8e7eada5c08df6d945b28b
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Expo::Push::Monitoring::Sdk
|
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/
|
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/expo-push-middleware`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
4
|
|
5
5
|
TODO: Delete this and the text above, and describe your gem
|
6
6
|
|
data/lib/expo_push_middleware.rb
CHANGED