submit_hw 0.1.7 → 0.1.8

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: c46e5db7f36cfb11db9eb44d4911c94a8216aa10
4
- data.tar.gz: 6d0172ff8100148a253cea59cfec883bb5ac510c
3
+ metadata.gz: b9181ed3c789c3092bfb543a5b15cc53ea0bb446
4
+ data.tar.gz: a4249239dfa76fc15356bc6342ad178d71093e6b
5
5
  SHA512:
6
- metadata.gz: f596678952475070280983668fcb7e9107629ae51f373134d9f4701c4cc856afe598126da62d0232695a3dd6923731334a7896b5a7fe0cc01f1135ac04c8ef53
7
- data.tar.gz: 6cf702a758315a20e0b30a8d47b585dce2e8f7abe60febe4378808c55dd350823586cb985bb251e740c7bb42a043c9eab03c00d3e4e3c7281e0dc42a98b0ae70
6
+ metadata.gz: b422b52026b8a7d296a895ba354f5c5a301d282fdb590fb5320477da7aa1e973aa1aed179bf7f9ec0c25a2bfa34174abcdf82442e9b46122925e39883f5508f1
7
+ data.tar.gz: 030f7f4adae6a405ed97e2efa063af33f2630e92684761731a99695c283388802c37bd8c2673831d4cb6e22698dd6bd993a18597fe4ed2ef9b4dfb25608ed314
data/bin/submit_hw CHANGED
@@ -187,8 +187,8 @@ message = "HW for #{human_name}: #{submitted_on} at #{submitted_at}" + \
187
187
 
188
188
  # Push to their fork.
189
189
  puts "Pushing your work to your fork...\n"
190
- tag = Time.now.strftime("%m-%d-%Y-%I:%M%P")
191
- tag_msg = `git tag -f #{tag}`
190
+ tag = Time.now.strftime("%m-%d-%Y/%I-%M-%P")
191
+ tag_msg = `git tag -f #{tag}`
192
192
  push_msg = `git push origin master --tags 2>&1`
193
193
  debug "push_message: #{push_msg}" #|| puts # spacin' it out bru
194
194
 
@@ -1,3 +1,3 @@
1
1
  module SubmitHw
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
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.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeffrey Konowitch
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2015-05-07 00:00:00.000000000 Z
16
+ date: 2015-05-08 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: hub