fanyi 0.0.1 → 0.0.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: ab864ea75b117b1a309ccf8fa30ded33637a8ebba42dc526ee6465b22cab559c
4
- data.tar.gz: 0a6bad25c555e7c58f92903b168a736b352ac780a50340bf6cd40f2a9c134cda
3
+ metadata.gz: 1288eb5f305da9259bcde3027b6b8c27abeea1fd7220a6d18ac1f5e19058b942
4
+ data.tar.gz: a448e58e8367bf3467623d494a5171828a1b614efb04a2bd0d3b1524dbf6e088
5
5
  SHA512:
6
- metadata.gz: dc7afe10af6e35c005ba45c82924b589f029026d844129c62f7d5f1b7ffbca363155f3a1b4cfb42ae6273213fdd42dab8135b7d10b3ef82a3cc3c4a9f10e2edd
7
- data.tar.gz: 32166df2179553b43f45ed627b7445a49e77f89c430dc8274f54d1ff1092671bf1e3115f7cd38ffa2e943ca0cf4a9db83e40f538d4b2d3646389b20e080dc3a3
6
+ metadata.gz: 8fff31e9ff2eca8e16bf9899b2f47fe4682d36e0471ede000e94549ed500dc9463427f93864f18364e268a3a9e56bcabae9f7202bc76b378424e29c17d200072
7
+ data.tar.gz: 5754707e9e0c7dfe93a3cadbc85e9d4ff5c055490443db9e00eb08e7b3f5974786dcf5b00b635cd02446eb6ace5b321cc44ab5e14bcfaebadc199e62ced45504
@@ -0,0 +1,54 @@
1
+ *.gem
2
+ *.rbc
3
+ /.config
4
+ /coverage/
5
+ /InstalledFiles
6
+ /pkg/
7
+ /spec/reports/
8
+ /spec/examples.txt
9
+ /test/tmp/
10
+ /test/version_tmp/
11
+ /tmp/
12
+
13
+ # Used by dotenv library to load environment variables.
14
+ # .env
15
+
16
+ # Ignore Byebug command history file.
17
+ .byebug_history
18
+
19
+ ## Specific to RubyMotion:
20
+ .dat*
21
+ .repl_history
22
+ build/
23
+ *.bridgesupport
24
+ build-iPhoneOS/
25
+ build-iPhoneSimulator/
26
+
27
+ ## Specific to RubyMotion (use of CocoaPods):
28
+ #
29
+ # We recommend against adding the Pods directory to your .gitignore. However
30
+ # you should judge for yourself, the pros and cons are mentioned at:
31
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
32
+ #
33
+ # vendor/Pods/
34
+
35
+ ## Documentation cache and generated files:
36
+ /.yardoc/
37
+ /_yardoc/
38
+ /doc/
39
+ /rdoc/
40
+
41
+ ## Environment normalization:
42
+ /.bundle/
43
+ /vendor/bundle
44
+ /lib/bundler/man/
45
+
46
+ # for a library or gem, you might want to ignore these files since the code is
47
+ # intended to run in multiple environments; otherwise, check them in:
48
+ # Gemfile.lock
49
+ # .ruby-version
50
+ # .ruby-gemset
51
+
52
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
53
+ .rvmrc
54
+
data/README.md CHANGED
@@ -1 +1,9 @@
1
1
  # Fanyi
2
+
3
+
4
+ # RubyGems
5
+ ```
6
+ $ gem build fanyi.gemspec
7
+
8
+ $ gem push fanyi-0.0.1.gem
9
+ ```
File without changes
@@ -1,3 +1,3 @@
1
1
  module FANYI
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanyi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dongri Jin
@@ -14,13 +14,14 @@ description: Command.
14
14
  email:
15
15
  - dongrify@gmail.com
16
16
  executables:
17
- - fanyi.rb
17
+ - fanyi
18
18
  extensions: []
19
19
  extra_rdoc_files:
20
20
  - README.md
21
21
  files:
22
+ - ".gitignore"
22
23
  - README.md
23
- - bin/fanyi.rb
24
+ - bin/fanyi
24
25
  - fanyi.gemspec
25
26
  - lib/version.rb
26
27
  homepage: https://github.com/dongri/fanyi