kata 1.6.0 → 1.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f38d529f6814fb12f472bb2bfa479f7a00a334d
4
- data.tar.gz: 2bd597620a28cc985ce3ce8e18215d193e3e1339
3
+ metadata.gz: 0788d2adbd9224e3360fa5cf5b258eff6b0a68da
4
+ data.tar.gz: 9c6dc6974ef0bbc4cda12f6df076b7d0de33143d
5
5
  SHA512:
6
- metadata.gz: ea74244753c10614fce17195944dd29a75db466c4a0eb57362ce2e4635bed0e74e8ef51529a021ae6a79489d7ae6a30a6729f810ee45d34ff6e047ae2b26f635
7
- data.tar.gz: b5513df5b97f52c2e9f71ade69caba49137845cae21242c0d9a999fdc667854e5d330af8eca1008f4deb378f4a74c565e7c89804d6f7a1a2301c14cf44c4b052
6
+ metadata.gz: 5c77d1f6f1a9f30adc02e3c4e08aeca1b6e863e8116f4e551cd2b93dd817587a1c3eeaffab52c89e3ab880c16234bfec056e369fd2b30bce61b1094cd7534418
7
+ data.tar.gz: 4ab82f25eb64ce23f8748bb78439d70752439d72d87e1534d8548bc978fa072299faec83ef228d5a3fa37d00fc8c784b49ae287cc937ffabcb6f251d588fd957
@@ -73,6 +73,10 @@ module Kata
73
73
  File.open('report.txt', 'w').write(content)
74
74
 
75
75
  puts content
76
+
77
+ system %q{git add . && git commit -m 'final report' && git push origin master}
78
+
79
+ exit
76
80
  end
77
81
 
78
82
  def report
@@ -1,3 +1,3 @@
1
1
  module Kata
2
- VERSION = '1.6.0'
2
+ VERSION = '1.6.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-27 00:00:00.000000000 Z
12
+ date: 2014-07-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler