flutter_polyglot_cli 1.2.0 → 1.2.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: 651d0b0af0df1635b92bb6bae1ea81801d8f578bde0f72835e13c28ac2714f4c
4
- data.tar.gz: 2dfdb9e39b20c6ffc481ffdfef6d28b9bf732ea340bc8de6fc11b9043610dac7
3
+ metadata.gz: 5b6c776c34930df936f258c9e86a99c3e625aafdeeadf9b6ae672db0d21ef811
4
+ data.tar.gz: 143d6ffd9f038f8c775885d46656cfe982e5c2c0efe1439dd01cccc3639462e5
5
5
  SHA512:
6
- metadata.gz: 297a3d60d28e54f1fea3f92292e7f52825c1b2c2724a83eb5afd0cbcc46127f127c24426c25d2163cdc6263a8fe707b99568ceb2a536a7a8f98d22f3d5ee3b19
7
- data.tar.gz: ca1eb64a9653625ea87673025bde895ab220733fd56aed8885a1cdb3e61bf28e3aae9cec17a27df716393611b69e9bbaff82b808b67cb85a369aa7a39f3bc349
6
+ metadata.gz: 19effa849f324199d2103579ba065bdffda5f8564c2e30f8ce7897ac2886970141ce3dd669b5379054186cb5c6eb7391adabbdcea1f5e1872e9589ce3114278b
7
+ data.tar.gz: 888a46dbac0d6efc552912481796cc6a301a0507e4cef60a561f4f7f8a648b284ed547f205a22347ca501c905a15ffd8217a88846f7ce989b78a63d2362e308f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- flutter_polyglot_cli (1.2.0)
4
+ flutter_polyglot_cli (1.2.1)
5
5
  activesupport
6
6
  commander
7
7
  json_api_client
@@ -53,7 +53,7 @@ module PolyglotFlutter
53
53
  # Flutter instaince
54
54
 
55
55
  def flutter_instance_prompt
56
- prompt.ask('What is flutter instance that is ussed (flutter/fvm flutter/...)?', default: 'flutter')
56
+ prompt.ask('What Flutter instance are you using (flutter/fvm flutter/...)?', default: 'flutter')
57
57
  end
58
58
 
59
59
  # Translations path
@@ -1,3 +1,3 @@
1
1
  module PolyglotFlutter
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flutter_polyglot_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maroje Marcelic