DictFlutterCommand 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/DictFlutterCommand +6 -6
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc882ad3c1bd8b1028a1bb62f526a8708a7474cebb7b949a25a67542134d8f2f
4
- data.tar.gz: 7007e63b0e4b27d08a5cec5f9990bb3c55d8790264c317eeac1f0623e0ec3569
3
+ metadata.gz: c1f00259aeeacc0207a86dc96476e2b8333b365b4045158e2798cd0c0320898c
4
+ data.tar.gz: d418416989fb73604fa3004d7498999d912531a80e2f153e323f6582157b772e
5
5
  SHA512:
6
- metadata.gz: 88f0d1c8775d1907cb93065de5a50baad6dd8c9458b0de9c1f0f82a1603cd7a8af9c5aaea4f3ae8f2bd556c3dd0117fc615dddf9624767900b65bfc772357707
7
- data.tar.gz: f7a0c5a38a62e73e0984080ba7070c7e093ad3f5ae86a46cf4e5d86a8f40a9e340cfa819f436f920747c1ed356312bc0762da5134c7c478723ba6251cacb3cc8
6
+ metadata.gz: 2488c3df0482546e5c9f960f87b139108d51c6e3b607aeebcad33272526ba2b21b4c8c9d7b3be3cae7f474ee9e7cc0de24cb0923c88d4ab82519f630b3379021
7
+ data.tar.gz: f23d78076d517a22163668079c9590af747a6c05315f428a8cede557fec229c084141d42a823e5dc9354a42a935c58a281cb00ac610fdd1ef3ed010020d77577
@@ -2,12 +2,12 @@
2
2
  require 'gli'
3
3
  # begin # XXX: Remove this begin/rescue before distributing your app
4
4
  require 'DictFlutterCommand'
5
- rescue LoadError
6
- STDERR.puts "In development, you need to use `bundle exec bin/DictFlutterCommand` to run your app"
7
- STDERR.puts "At install-time, RubyGems will make sure lib, etc. are in the load path"
8
- STDERR.puts "Feel free to remove this message from bin/DictFlutterCommand now"
9
- exit 64
10
- end
5
+ # rescue LoadError
6
+ # STDERR.puts "In development, you need to use `bundle exec bin/DictFlutterCommand` to run your app"
7
+ # STDERR.puts "At install-time, RubyGems will make sure lib, etc. are in the load path"
8
+ # STDERR.puts "Feel free to remove this message from bin/DictFlutterCommand now"
9
+ # exit 64
10
+ # end
11
11
 
12
12
  class App
13
13
  extend GLI::App
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: DictFlutterCommand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - chedechao