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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34b721c02143e82ff7eaf2340735c458d69a6b06f552af318349f7828c0f829a
4
- data.tar.gz: 5d9066a914577b4df6650c8c043e0643743840805688c58631ae20d12cc3f5f4
3
+ metadata.gz: 36642e32e88da03150ad467ca7b2c6d87bddd903d9b07c6570548d9780efe850
4
+ data.tar.gz: 05c4adecdbd9bee31ab99f2e94c2fc4141f2ac1e05766dc7e72abb7d1314ae7a
5
5
  SHA512:
6
- metadata.gz: 1d6de7bfeda5150fdd55793cc61f50e2a16b77faa406a75f49b18114c7c7576462983e890d17613288519b6a3faba47c158ad6b5fe132ec8bf490d29a7c05032
7
- data.tar.gz: 16c5d3b1886170aca4b7bc949ef25ea13b423f5510cc3b00f6bd85a853801395f28c743d10954183b455f5f71087ccc88d4a5511813c7100421f912af872dd28
6
+ metadata.gz: 6c4bee31ee97bc22a6645918e4beafe0e7a88235653869cf06bb2dcb0b99c7eb3aa1cf012df793e746c66dd8f5c1ba55f60bb0b831776a2bfe5ae39d3fbb5f8b
7
+ data.tar.gz: 3955e83b59843033b37172d333ce0fc84e2ac70ec3d814a870eb293937e2a29e804430c79fc551bef17aefe1445372eebbb04d523c194c8d7f03e553a2a6a346
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.1] - 2023-03-29
4
+
5
+ - Fix typo in filename
6
+
3
7
  ## [0.1.0] - 2023-03-28
4
8
 
5
9
  - Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- expo-push-middleware (0.1.0)
4
+ expo-push-middleware (0.1.2)
5
5
  typhoeus
6
6
 
7
7
  GEM
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/expo_push_middleware`. To experiment with that code, run `bin/console` for an interactive prompt.
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
 
@@ -3,7 +3,7 @@
3
3
  module Expo
4
4
  module Push
5
5
  module Middleware
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.2"
7
7
  end
8
8
  end
9
9
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "expo_push_middleware/version"
3
+ require_relative "expo-push-middleware/version"
4
4
 
5
5
  module Expo
6
6
  module Push
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.0
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