momm 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: 1c849e3b551585cede59bf7609463ef4a79f3e93
4
- data.tar.gz: c1e2259b7eec776df6b734dfafc9e7e3481853b4
3
+ metadata.gz: a45aa436a6e5e383aa428d867a364275fd238200
4
+ data.tar.gz: 69436a4520944e7e6be27f0d6029e5412c7943b0
5
5
  SHA512:
6
- metadata.gz: 3f709b889c6728e4f3738491703bf94350609c748262a5bc0944246a5045264f88f59f7be73b7aa804eed74acee9b2f9165eeb54b477c05b4ec0e6abf24671aa
7
- data.tar.gz: c385c17e7a1eeebd09c6d8cc8ff4e3459b14fe56becf4de3548dddb5bfa1d254024d8cbd3374405c6e446262e38aa7e7d8fadee30355c9e554b762a570967564
6
+ metadata.gz: 24bda37e47c9f1e8d450b41ae9ddf2ed94723d0d609affb54757c3f5343bfd8076537c80cd51b0f4529f29425b3f73da7d1ae01e47e6cc5389da52c62c85c344
7
+ data.tar.gz: 9b0f5931df09c80d82348bcda08bd6eea49e46d05d44cc6eb0097f4eff258417b8104960039a6e652fd529cb449e3cb87fea96cebdfa536b8f3a233165e35c21
data/README.md CHANGED
@@ -156,6 +156,12 @@ Widget of [SLIM](http://slim-lang.com/) template looks like below. Currenly only
156
156
 
157
157
  Just rack it up!
158
158
 
159
+ ## How to Test
160
+
161
+ ``` bash
162
+ $ rake rspec
163
+ ```
164
+
159
165
  ## Contributing
160
166
 
161
167
  1. Fork it ( https://github.com/jaxi/momm/fork )
data/bin/momm CHANGED
@@ -17,8 +17,8 @@ Supported commands:
17
17
  exchange [money] [country_code] [country_code] [YYYY-MM-DD] Exchange for you!
18
18
 
19
19
  Examples:
20
- mmom exchange 20 GBP CNY Convert the between currencies
21
- mmom rate GBP CNY Simply display the rate
20
+ momm exchange 20 GBP CNY Convert the between currencies
21
+ momm rate GBP CNY Simply display the rate
22
22
 
23
23
  Support Code:
24
24
 
data/lib/momm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Momm
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -2,6 +2,6 @@ require 'spec_helper'
2
2
 
3
3
  describe 'momm version' do
4
4
  it 'should be correct' do
5
- Momm::VERSION.should == '0.0.1'
5
+ Momm::VERSION.should == '0.0.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: momm
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
  - Jingkai He