standup_cli 0.0.1 → 0.0.2

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: cb753fce014af7874d84adbfe0fcf2c4c836d691
4
- data.tar.gz: 64938e0e1a83ee85000600ae2a4dd54deb76eb95
3
+ metadata.gz: 34efc2ba4da82842d6c750d789f45c90769cfd74
4
+ data.tar.gz: 3eb8b986dcf08ff280743801cc129f3e26e345bd
5
5
  SHA512:
6
- metadata.gz: 4eff642f096bdb0df347578ccb39fa1e2214f9a1b480283d9ea49123dbc5659da30d7da09fd8769f909063fe1cd44cb09f71442e2a8cf7923a9eabed679390c4
7
- data.tar.gz: 623c727ff28185ca96b681ffd63a0d1d8fcca207552e50af401c4c79fbddb4066927305cf3bf790475aaff01e70677e7e92b37c9ea3e228e6ce1161f6c0d32d0
6
+ metadata.gz: 2a65d91e4c5c1618dfd85d4944214bf9e9f1bfde05c832028fe71e7d69a75b9d3143634884c4ce2b8c145f88f116523d2d2f257aa064103ebf84f53f1f78017e
7
+ data.tar.gz: f2b1286f3bc506a75a7820140fef7853a1b451ef829a774ed08e733a699c16f16231429dc58f5416758ea94746128b5e621b72d41b7346b9b07573052c6a8eaa
data/README.md CHANGED
@@ -19,13 +19,13 @@
19
19
 
20
20
  ```
21
21
  # then
22
- $ standup report
22
+ $ standup_cli report
23
23
  # should show
24
24
  $ "I had worked on added user sign up with Facebook today"
25
25
  ```
26
26
  - With current directory
27
27
  -
28
- $ standup report --repo=~/dir/to/my/repo
28
+ $ standup_cli report --repo=~/dir/to/my/repo
29
29
 
30
30
  ## TODO
31
31
 
@@ -19,13 +19,13 @@
19
19
 
20
20
  ```
21
21
  # then
22
- $ standup report
22
+ $ standup_cli report
23
23
  # should show
24
24
  $ "I had worked on added user sign up with Facebook today"
25
25
  ```
26
26
  - With current directory
27
27
  -
28
- $ standup report --repo=~/dir/to/my/repo
28
+ $ standup_cli report --repo=~/dir/to/my/repo
29
29
 
30
30
  ## TODO
31
31
 
@@ -6,7 +6,7 @@ include GLI::App
6
6
 
7
7
  program_desc 'Post your daily standup to various team channel from your git commits!'
8
8
 
9
- version '0.0.1'
9
+ version '0.0.2'
10
10
 
11
11
  subcommand_option_handling :normal
12
12
  arguments :strict
@@ -1,3 +1,3 @@
1
1
  module StandupCli
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -5,7 +5,7 @@ spec = Gem::Specification.new do |s|
5
5
  s.version = StandupCli::VERSION
6
6
  s.author = 'ChinLoong Tan'
7
7
  s.email = 'chinloong91@gmail.com'
8
- s.homepage = 'http://your.website.com'
8
+ s.homepage = 'https://github.com/chinloong91/standup_cli'
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.summary = 'CLI for posting daily standup to various team channel'
11
11
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standup_cli
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
  - ChinLoong Tan
@@ -86,7 +86,7 @@ files:
86
86
  - lib/standup_cli/version.rb
87
87
  - standup_cli.gemspec
88
88
  - standup_cli.rdoc
89
- homepage: http://your.website.com
89
+ homepage: https://github.com/chinloong91/standup_cli
90
90
  licenses: []
91
91
  metadata: {}
92
92
  post_install_message: