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 +4 -4
- data/ionic_git_scripts.gemspec +1 -1
- data/lib/pivotal_git_scripts/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5066fdb02497a1fe0888a6b0879fcd5d6681c44a
|
|
4
|
+
data.tar.gz: 77d4f755bf5cf73c6c3dbba3c4208effc9c59b17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9de7dc7bf9c705f820caec615081dedc78306516dd265f6fc2ecacd88defe68a8b99dbfc29b066ed422ae81169bed146c0c1f5180e74417a81ca3ff5488eda4b
|
|
7
|
+
data.tar.gz: 59ae50ff1ffb351a9fcefc0365d171a4e992f692546372935d458e9dfb954962e3af5348cd57bdcdc1fda49c12c64827308caec0c0f113e53eac6a7654eb5279
|
data/ionic_git_scripts.gemspec
CHANGED
|
@@ -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/
|
|
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
|
|
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.
|
|
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/
|
|
40
|
+
homepage: http://github.com/ionicmobile/git_scripts
|
|
41
41
|
licenses:
|
|
42
42
|
- MIT
|
|
43
43
|
metadata: {}
|