-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Itxaka/fix_minor
Fix readme, bump version to 1.0.1
- Loading branch information
Showing
4 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec| | |
spec.email = ["[email protected]", "[email protected]"] | ||
|
||
spec.summary = %q{Validates databags of crowbar.} | ||
spec.homepage = "http://github.com/itxaka/crowbar-validate-databags" | ||
spec.homepage = "http://github.com/crowbar/crowbar-validate-databags" | ||
spec.license = "GPL-2.0" | ||
|
||
spec.files = `git ls-files -z`.split("\x0").reject do |f| | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module Crowbar | ||
module Validate | ||
module Databags | ||
VERSION = "1.0.0" | ||
VERSION = "1.0.1" | ||
end | ||
end | ||
end |