git-dirty 1.0.0 → 1.0.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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.markdown +1 -1
- data/git-dirty-file.gemspec +1 -0
- data/lib/git-dirty/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41b9a9fff9b590901ff0af97102a580c43365828df9bc6e0fd9ad3fc3dcc5cf1
|
|
4
|
+
data.tar.gz: 6f13dab420c42dbd42fa60e59c0ba0fdfc87f59105a1efac30b5a58f1f0e172a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d6467bde78e33e6a4b94199c1621b8d172f4bb98ef57136745d4e2877f91f6f415e12f95af06e43fb7419b3d604b8dda73b44bbc1be1d7b957ac631cc9817d7
|
|
7
|
+
data.tar.gz: f0ad7c2405ad8c01fde61927cec7a1cdb46787b255981a1781936eb040b30b6cc03649f5c8cefcd2a2609b422f96caba7a104299bcf11649673349581911f934
|
data/Gemfile.lock
CHANGED
data/README.markdown
CHANGED
data/git-dirty-file.gemspec
CHANGED
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.summary = %q{Rake task to record the git status in a separate file.}
|
|
12
12
|
spec.description = %q{This gem provides a Rake task that records the git status in a separate file, which can then be included, e.g. as part of a file-based build process.}
|
|
13
13
|
spec.license = "MIT"
|
|
14
|
+
spec.homepage = "https://github.com/suhlig/git-dirty"
|
|
14
15
|
|
|
15
16
|
# Specify which files should be added to the gem when it is released.
|
|
16
17
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
data/lib/git-dirty/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-dirty
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steffen Uhlig
|
|
@@ -71,7 +71,7 @@ files:
|
|
|
71
71
|
- lib/git-dirty.rb
|
|
72
72
|
- lib/git-dirty/file_task.rb
|
|
73
73
|
- lib/git-dirty/version.rb
|
|
74
|
-
homepage:
|
|
74
|
+
homepage: https://github.com/suhlig/git-dirty
|
|
75
75
|
licenses:
|
|
76
76
|
- MIT
|
|
77
77
|
metadata: {}
|