submit_hw 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/submit_hw +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70ee9ca456e524665a934197fc98d964affdad17
4
- data.tar.gz: 3d4aa7e4809915ff709d9d53547b4c37bcea0bea
3
+ metadata.gz: 821c31fc78ea59a9ba5c319c1b7398715dc4a2a0
4
+ data.tar.gz: c638a2358cadb186fc2aa8f4169e53e816a35c8e
5
5
  SHA512:
6
- metadata.gz: ffca316217b0a36b917590d36bda7d03e21b953a1b2f15ba908c7e946c0727a2d0abcb23bdd2c97349f7727dcdcef675519b1b050d53861f46eda6fe096ab896
7
- data.tar.gz: c747631b1ec96a54d41ba2aa2a2230fa03ab5ca0313e9f9ed2fd38074a97c01217f274eef968e72be900f56df5290e0039a6b9b21156cc4fa59b9decb7d77850
6
+ metadata.gz: d9150179e66c549928f5ed3b8618975bc2b76aec1baa0ff278416ad59cbabe0e38f565e1467a739ab92e7b57e8088aba5d115cccfed0e50d25dc3d7c9c30afe8
7
+ data.tar.gz: 9abe1ce84ea5986ccaa6120abeddc391addcd35d60743b5f3c2e619b698e53c52a44286970160c20351c8b54ceea1b93b70c03f9b38c6c7c0e21b3efe1d91fbf
data/bin/submit_hw CHANGED
@@ -20,4 +20,4 @@ github_name = `git config --get user.name`.strip
20
20
  upstream = `git config --get remote.upstream.url`.strip.match(/:(.*[^\.git])/).captures.first
21
21
  branch = "#{upstream}:#{github_name}"
22
22
 
23
- puts `hub pull-request -m $'HW\n\n#{data.to_json}' -b '#{branch}'`
23
+ puts `hub pull-request -m $'HW #{Time.now.strftime('%Y-%m-%d')}\n\n#{data.to_json}' -b '#{branch}'`
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: submit_hw
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
  - Jeffrey Konowitch