nd-shell_scripts 0.1.3 → 0.1.4

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: e65116073b428403aa051e8f10cad56331a32653
4
- data.tar.gz: 240f1e38d1656b921ed77c9ea4307b284f4d27ed
3
+ metadata.gz: 3ec2e860f5c0de5ce319998316b6ad1094644875
4
+ data.tar.gz: d0bae1d2037157870f952c4f2cdf5099846b51b1
5
5
  SHA512:
6
- metadata.gz: 0384bfd3e148863650686678bc4f9d19a6ef3da35618850a99f5e6089e359008dfe23e6a05ec52a80953be518ea669c567febdf5828b71b4e736915913cdda51
7
- data.tar.gz: b7d13a41d5337563b8fea940c26d10ec7b958a2ae6faac6cfc3a78006da957b8c755957bfefdf4b1b3fd26e4f14821bac718d200760f055f10837545f643c527
6
+ metadata.gz: 69ad21e11b580cf57e5075b2e6ed943f2c49819b992f01cfde5705c118f693864a8dc19692ccf13846197350a19b81ee58b5339080b6203aa841a2567c3ffc0d
7
+ data.tar.gz: 395db30e85fdea981d86e72202b0be0626ec03de290a9e033c4fb66eb69880675c9dd8a8ab0eee8e65901c450fb1f5a0ef53cb6e03301a7628371cea02a81897
data/exe/gc CHANGED
@@ -17,12 +17,4 @@ total_time = `rpt commit_time`.gsub('"','')
17
17
 
18
18
  record_commit_in_harvest_app(args, total_time)
19
19
 
20
- execute_and_record "git commit -m \"#{args} #{total_time}\""
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
20
+ execute_and_record "git commit -m \"#{args} #{total_time}\""
data/exe/p CHANGED
@@ -5,7 +5,7 @@ include Nd::ShellScripts
5
5
  if args?
6
6
  repo_paths = `rep2 list ~/Developer`.split("\n").select { |path| not path.empty? }
7
7
 
8
- repo_paths.each |path|
8
+ repo_paths.each do |path|
9
9
  repo_name = path.split('/').last
10
10
 
11
11
  if repo_name.include?(args.first)
@@ -1,5 +1,5 @@
1
1
  module Nd
2
2
  module ShellScripts
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nd-shell_scripts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neurodynamic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-05-25 00:00:00.000000000 Z
11
+ date: 2015-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler