ann-flavor-flutter 0.4.0 → 0.4.1

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: c130b0210def1ac340db96f188146dbef72a1550d914b77fa062cd25f7ccb279
4
- data.tar.gz: 4688888ece3b6fa767225b16d644da23ea7f2762eb6a2b92c95742d309adcb09
3
+ metadata.gz: 11f49ae420977d71ccde560a301f638fcaaaa3645987109b315df76d84361128
4
+ data.tar.gz: 2e8ee1f703bb2267727d9d89c7bcce6fda31b9d55f618135b2b87c7c629b7e48
5
5
  SHA512:
6
- metadata.gz: 8940badbe14a1fb8de04d6af4dcf58bba368c329d30434889b1d400703f5f9e1a5dfb6da075c7c677547bc35d699d4c0c775a51519aa72bded1a7a2b445d09db
7
- data.tar.gz: 30052ccd783ff8f93533467423c3173f50799fd979e385ca56c599aaab8de67713a6eb11971d79c8d28c2e532fc2c93e0e779e1060d2e1a6e2689c0bcec5dc0d
6
+ metadata.gz: b971d1c49bdc4bec6ffb76f42661344dae2853eae582aae859e7cd5b42f00d7e5e028930d5cca87c87b0605f9eb699b5518e261ff5f3987b4555c0b2ce8447fa
7
+ data.tar.gz: d5a5f177a8a917d71bed71f0d59c3a20df1a98e53cc7444735caf153c67390dbd56073d458bd36ca184897ef8937c2a85dd00a6aa0dc508f2a8050438924b69b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Fixed
6
+ - Added `lib/ann-flavor-flutter.rb` alias so `fastlane_require 'ann-flavor-flutter'` works correctly under Ruby 3.4. Previously `fastlane_require` passed the hyphenated name directly to `require`, which could not find the file `ann_flavor_flutter.rb`.
7
+
8
+ ---
9
+
3
10
  ## 0.4.0
4
11
 
5
12
  ### Added
@@ -0,0 +1 @@
1
+ require 'ann_flavor_flutter'
@@ -1,3 +1,3 @@
1
1
  module AnnFlavorFlutter
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ann-flavor-flutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ANN Solutions
@@ -79,6 +79,7 @@ files:
79
79
  - README.md
80
80
  - Rakefile
81
81
  - ann-flavor-flutter.gemspec
82
+ - lib/ann-flavor-flutter.rb
82
83
  - lib/ann_flavor_flutter.rb
83
84
  - lib/ann_flavor_flutter/version.rb
84
85
  - lib/fastlane/plugin/ann_flavor_flutter.rb