expo-push-middleware 0.1.0 → 0.1.2
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 → expo-push-middleware.rb} +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36642e32e88da03150ad467ca7b2c6d87bddd903d9b07c6570548d9780efe850
|
4
|
+
data.tar.gz: 05c4adecdbd9bee31ab99f2e94c2fc4141f2ac1e05766dc7e72abb7d1314ae7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c4bee31ee97bc22a6645918e4beafe0e7a88235653869cf06bb2dcb0b99c7eb3aa1cf012df793e746c66dd8f5c1ba55f60bb0b831776a2bfe5ae39d3fbb5f8b
|
7
|
+
data.tar.gz: 3955e83b59843033b37172d333ce0fc84e2ac70ec3d814a870eb293937e2a29e804430c79fc551bef17aefe1445372eebbb04d523c194c8d7f03e553a2a6a346
|
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
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: expo-push-middleware
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julien Camblan
|
@@ -40,8 +40,8 @@ files:
|
|
40
40
|
- Rakefile
|
41
41
|
- bin/console
|
42
42
|
- bin/setup
|
43
|
+
- lib/expo-push-middleware.rb
|
43
44
|
- lib/expo-push-middleware/version.rb
|
44
|
-
- lib/expo_push_middleware.rb
|
45
45
|
homepage: https://github.com/tymate/expo-push-middleware
|
46
46
|
licenses:
|
47
47
|
- MIT
|