git-dirty 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c462817f2157cfcda07223673637a950b19a7d3201d07b9df1a3d880092e744f
4
- data.tar.gz: ea211ec86791ab4a0ed831d73f2b1e331daf984d941d68f384d882f2f35ad214
3
+ metadata.gz: 41b9a9fff9b590901ff0af97102a580c43365828df9bc6e0fd9ad3fc3dcc5cf1
4
+ data.tar.gz: 6f13dab420c42dbd42fa60e59c0ba0fdfc87f59105a1efac30b5a58f1f0e172a
5
5
  SHA512:
6
- metadata.gz: f2cd5a3f986d50e3c1bc3779b9cb9d5351ee62cb03521f782cf25220c5c6c98bfa154c307d80b26a31dc7112b0321543b123b06e25426bf0dd2c0c1418f39749
7
- data.tar.gz: d0ff111b1931c168b24f94acab55cece327e901b48f274b206d02358d1c92cb5ee21a1aaecd0a5b2947087b93d9a76254ebe69991432a4c3299577c939a1e650
6
+ metadata.gz: 6d6467bde78e33e6a4b94199c1621b8d172f4bb98ef57136745d4e2877f91f6f415e12f95af06e43fb7419b3d604b8dda73b44bbc1be1d7b957ac631cc9817d7
7
+ data.tar.gz: f0ad7c2405ad8c01fde61927cec7a1cdb46787b255981a1781936eb040b30b6cc03649f5c8cefcd2a2609b422f96caba7a104299bcf11649673349581911f934
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-dirty (1.0.0)
4
+ git-dirty (1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -15,7 +15,7 @@ In your `Rakefile`:
15
15
  ```ruby
16
16
  require 'git-dirty'
17
17
  git_dirty_file 'tmp/git-status'
18
- ````
18
+ ```
19
19
 
20
20
  Now you will have a new rake target for `tmp/git-status`, which will be updated whenever the contents of that file differ from the actual status.
21
21
 
@@ -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.
@@ -1,3 +1,3 @@
1
1
  module GitDirty
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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: {}