We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6955fa8 commit 5f546a7Copy full SHA for 5f546a7
flutter_rb.gemspec
@@ -5,9 +5,9 @@ require 'English'
5
Gem::Specification.new do |s|
6
s.required_ruby_version = '>= 3.0'
7
s.name = 'flutter_rb'
8
- s.version = '1.2.2'
+ s.version = '1.2.3'
9
s.license = 'MIT'
10
- s.files = Dir['lib/**/*.rb'] + %w[bin/frb README.md LICENSE]
+ s.files = Dir['lib/**/*.rb'] + %w[bin/frb bin/cli.rb README.md LICENSE]
11
s.executable = 'frb'
12
s.require_paths << 'lib'
13
s.summary = 'CLI tool for checking a Flutter plugin structure'
0 commit comments