ionic_git_scripts 1.1.5 → 1.1.6

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: 695d64f8ab639d941d33b1991eae89f8daf2f598
4
- data.tar.gz: 877c2a86eca3110050408433d70f47c15ed44359
3
+ metadata.gz: 5066fdb02497a1fe0888a6b0879fcd5d6681c44a
4
+ data.tar.gz: 77d4f755bf5cf73c6c3dbba3c4208effc9c59b17
5
5
  SHA512:
6
- metadata.gz: 3ed9f484ff2b13daccef9f0377f4f0c78f374b938c78e09d1cf7312735bd396a3620d86144791ac802f442a82b00c1a684d433e86d315af4cbc9c3daa7da26a0
7
- data.tar.gz: d29761243d36b1be3d0fbb339d240bd2fdc34903c142bd4808efeb3fca6feef9df50b2a763232e696a5adc02523bc6557e5c105d9f0818dabd1531ce870a2e9b
6
+ metadata.gz: 9de7dc7bf9c705f820caec615081dedc78306516dd265f6fc2ecacd88defe68a8b99dbfc29b066ed422ae81169bed146c0c1f5180e74417a81ca3ff5488eda4b
7
+ data.tar.gz: 59ae50ff1ffb351a9fcefc0365d171a4e992f692546372935d458e9dfb954962e3af5348cd57bdcdc1fda49c12c64827308caec0c0f113e53eac6a7654eb5279
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = PivotalGitScripts::VERSION
8
8
  s.authors = ["Victor Prechtel"]
9
9
  s.email = ["vprechtel@asynchrony.com"]
10
- s.homepage = "http://github.com/ionicmobile/git_script"
10
+ s.homepage = "http://github.com/ionicmobile/git_scripts"
11
11
  s.summary = %q{Developer git workflow convenience scripts}
12
12
  s.description = %q{These scripts are helpers for managing developer workflow when using git repos hosted on GitHub.}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module PivotalGitScripts
2
- VERSION = "1.1.5"
2
+ VERSION = "1.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ionic_git_scripts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Prechtel
@@ -37,7 +37,7 @@ files:
37
37
  - ionic_git_scripts.gemspec
38
38
  - lib/pivotal_git_scripts/version.rb
39
39
  - spec/cli_spec.rb
40
- homepage: http://github.com/ionicmobile/git_script
40
+ homepage: http://github.com/ionicmobile/git_scripts
41
41
  licenses:
42
42
  - MIT
43
43
  metadata: {}