dev 2.1.61 → 2.1.62

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/lib/tasks/push.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6255244a949685b5624e31d3716300ff6e046bdf
4
- data.tar.gz: c94574e929cc84b3e0c1ce544918bba3413829de
3
+ metadata.gz: d592d6aff3d7d59d3010bf7f648202f3e4492431
4
+ data.tar.gz: 87ed6669aa14588a7287f287417dcbff124443d3
5
5
  SHA512:
6
- metadata.gz: f2b3f15e8b945f79f158d36ae5b1f64b08b8b570d7e3921c79c0fcd6e18b710ed7b74719ff069a96a938d75cdbbd0086fad1234b7696aa2133bd88fb5eaf6e72
7
- data.tar.gz: c2672879f00b1168c5060aa7a8be6045e4df1b11cd93e0b17d3c0f354a8313445765ec32313c01404d28eea8ef16dc88b01c55d215860f133c0e90202077fa18
6
+ metadata.gz: e5b3f932d2aef5f10a51716f10ecd22d038bbd2d5a1d0ea616a63182e4a77331ecf6b7fdf304cd75f4334a7df34587aaa8807ba59d3be4dd64ee054ea86b0ab4
7
+ data.tar.gz: 2adb2e42e7ae667e115563ddc8869e2445b27435fa44d3fe8d0b16c9aa6623a81981583729fb4068e58d5a485581a048b784f972ca8e0cfa121694d89803a3c6
data/lib/tasks/push.rb CHANGED
@@ -5,10 +5,10 @@ class Push < Array
5
5
  def update
6
6
  if(!defined?(NO_PUSH))
7
7
  if(File.exists?('.git') && `git config --list`.include?('user.name='))
8
- if(`git branch`.include?('* master') || `git branch`.include?('* develop'))
8
+ #if(`git branch`.include?('* master') || `git branch`.include?('* develop'))
9
9
  add_passive 'git push'
10
10
  add_passive 'git push --tags'
11
- end
11
+ #end
12
12
  end
13
13
  end
14
14
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.61
4
+ version: 2.1.62
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-24 00:00:00.000000000 Z
11
+ date: 2017-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake