mtm 2.2.0 → 2.2.1
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 +8 -8
- data/README.md +4 -4
- data/lib/mtm/mtm.rb +1 -1
- data/lib/mtm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzA2ZWQ4MjUzZTU1NTY3NGViYjEzOTI5YTcyMTVmODc5ZjJkOWU3NQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODllZjg0NzgyNWMwMzdlZWViNDUxOWZhM2MxZDNmNTAyYjZiMDQ3Nw==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTIyM2RiOTk1ZmE4ZWRiNmYxZjY5ZGUwM2Q0YTY0MWMxY2RmYmFmZjY1MTY5
|
10
|
+
Mzg1MGM1OGI5MmMzMzE4N2Q1ZmM3MmI4NjM2Y2M1MGZlN2E1NDQ2NWJhNjIy
|
11
|
+
MGY1MGYzOTEwNmVmZTJjYmY5OGRhNmJhN2I1MmZmZDJjNTEyNzY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZjM0NjVlYmNlZjg2MTgzZGMyN2Q5ODBhYzhkYWNlYWQwNDA4MmVkMjEzOGYy
|
14
|
+
ZTEwYjY1MzM1ZGQ0YWYyN2I2ZGI5YTdlNWIwYTIxM2UwMTlkZWJkYjFiNmU2
|
15
|
+
YmE2YTAxYmEzODE1OWFiNmJjYTJjMjkzNGI3MzIxMzY4YzQxMjc=
|
data/README.md
CHANGED
@@ -10,19 +10,19 @@ Opens your teminal and input:
|
|
10
10
|
|
11
11
|
## Usage
|
12
12
|
* Opens your teminal and input:
|
13
|
-
`
|
13
|
+
`mtm -p 'Project name' -c 'Change name' -t 8 -e 'Tested some pages' -u bruce.yue:password`
|
14
14
|
* The default hours is 8 and default description is "Tested some pages and fixed some bugs."
|
15
15
|
* If step 2 have been done, '-u' is not required in the step 3.
|
16
16
|
For example:
|
17
17
|
* Project "CM Peak Development Requests", Its change is "Automate Upload of Build Records"
|
18
|
-
`
|
18
|
+
`mtm -p 'Peak Development' -c 'Build Records' -t 6 -e 'Added exception process logic.'`
|
19
19
|
|
20
20
|
* If there is no change. just paste
|
21
21
|
|
22
|
-
`
|
22
|
+
`mtm -p 'Peak Development' -t 6 -e 'Added exception process logic.'`
|
23
23
|
|
24
24
|
* Fill your time card at some time.
|
25
|
-
`at 9pm today
|
25
|
+
`at 9pm today mtm -p 'Peak Development' -t 6 -e 'Added exception process logic.'`
|
26
26
|
|
27
27
|
|
28
28
|
## Config
|
data/lib/mtm/mtm.rb
CHANGED
@@ -206,7 +206,7 @@ if is_success
|
|
206
206
|
rescue Exception => e
|
207
207
|
puts
|
208
208
|
puts e.message
|
209
|
-
abort 'Failed to send SMS to your mobile, please contact
|
209
|
+
abort 'Failed to send SMS to your mobile, please contact www.sharealltech.com to verify it!'
|
210
210
|
end
|
211
211
|
end
|
212
212
|
|
data/lib/mtm/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mtm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bruce Yue
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir:
|
10
10
|
- bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-04-
|
12
|
+
date: 2013-04-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sfdc
|