fastlane-plugin-lazurite 0.1.0.beta.1 → 0.1.0.beta.2

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: e9dc6aa238669fce3d0ca63a9dfb4e5447e4d61f73d1ea23dc84210cf36abb4b
4
- data.tar.gz: 611fa67d879ad86ec9b006a3e0cad6e007aa0841265018cecc4321fe9b77e84a
3
+ metadata.gz: f1b8ababf5c3705b011941a85222c65a0d765000ed44d82301275162ba62d79a
4
+ data.tar.gz: 2954ecd72f78a2090dee3536521bdf2c3c0b499378be0d65bbc92b23de5ac701
5
5
  SHA512:
6
- metadata.gz: 0ae50a59b5c7d41b80b1471bc65705df7a6cdc9ea6ad984c2be1c54a0302920a15f01d6cb8e5f852cb8d592982a11a007d87b00520f883aecc11dfa1051dc6e0
7
- data.tar.gz: d80df8c63ccfe88954fea80b66029422e3bedd5523c7789ecf57dd817bcafb83e6e62af0c7819f1298d594a975a4c1ba76d67ae5a6469d38c25511364318e31a
6
+ metadata.gz: ed80ca338416560d70954b0a9db092afb4ddd95c9571b2d674666284015712da76ee12fb8a36607f55c952e9b0c373f08e689fa39da6a83bc8a923c07270d535
7
+ data.tar.gz: f8850e3e3dbc3a806cffe08e235898167d8f0c204cd51a8e89e5f06883dd29b3abc6c626d0f4fcf8347d3a6abd388accec8ef0ccced3670950db51d44de694f8
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Lazurite
3
- VERSION = "0.1.0.beta.1"
3
+ VERSION = "0.1.0.beta.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-lazurite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.beta.1
4
+ version: 0.1.0.beta.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - CheeryLee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-27 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -117,13 +117,13 @@ extra_rdoc_files: []
117
117
  files:
118
118
  - LICENSE
119
119
  - README.md
120
+ - lib/fastlane/plugin/lazurite.rb
120
121
  - lib/fastlane/plugin/lazurite/actions/rustore_credentials_action.rb
121
122
  - lib/fastlane/plugin/lazurite/actions/upload_to_rustore_action.rb
122
123
  - lib/fastlane/plugin/lazurite/helper/config.rb
123
124
  - lib/fastlane/plugin/lazurite/helper/enums.rb
124
125
  - lib/fastlane/plugin/lazurite/helper/uploader.rb
125
126
  - lib/fastlane/plugin/lazurite/version.rb
126
- - lib/fastlane/plugin/rustore.rb
127
127
  homepage: https://github.com/CheeryLee/fastlane-plugin-rustore
128
128
  licenses:
129
129
  - MIT
File without changes