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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34b721c02143e82ff7eaf2340735c458d69a6b06f552af318349f7828c0f829a
4
- data.tar.gz: 5d9066a914577b4df6650c8c043e0643743840805688c58631ae20d12cc3f5f4
3
+ metadata.gz: 7c0263d734cafaad5186c5d182b58a768fb7d079017527e55baedb6c1d223238
4
+ data.tar.gz: 2fc6bbbcde8ca995e60a08e48077f26c1189767041927bd76386f128ee3cc17d
5
5
  SHA512:
6
- metadata.gz: 1d6de7bfeda5150fdd55793cc61f50e2a16b77faa406a75f49b18114c7c7576462983e890d17613288519b6a3faba47c158ad6b5fe132ec8bf490d29a7c05032
7
- data.tar.gz: 16c5d3b1886170aca4b7bc949ef25ea13b423f5510cc3b00f6bd85a853801395f28c743d10954183b455f5f71087ccc88d4a5511813c7100421f912af872dd28
6
+ metadata.gz: 27589f020ae7395371202ed5b2eb8b8c17089826e5a7945c080676e42b5597e955881ec98291130b738d08d4df718e087a8ae62bc6f74ad683b3d527d0c4fab9
7
+ data.tar.gz: eb869d2e938fb9d0c66243932052ca42c106a2eee1bcb5f40b2c85dbbf9d77ece71c83998580ac5d7e2d246e210e1b08b5d35ecd5f8e7eada5c08df6d945b28b
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.1)
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.1"
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Camblan