-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
opam-version: "2.0" | ||
name: "batch_jaro_winkler" | ||
version: "0.1.2" | ||
version: "0.1.3" | ||
maintainer: "Dominik Bousquet <[email protected]>" | ||
authors: [ "Dominik Bousquet" ] | ||
license: "MIT" | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module BatchJaroWinkler | ||
VERSION = '0.1.2' | ||
VERSION = '0.1.3' | ||
end |
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 +1 @@ | ||
rm -Rf ext/batch_jaro_winkler/ext && cp -R ../lib ext/batch_jaro_winkler/ext && gem build batch_jaro_winkler.gemspec && gem install batch_jaro_winkler-0.1.2.gem | ||
rm -Rf ext/batch_jaro_winkler/ext && cp -R ../lib ext/batch_jaro_winkler/ext && gem build batch_jaro_winkler.gemspec && gem install batch_jaro_winkler-0.1.3.gem |
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 +1 @@ | ||
./local_build.sh && gem push batch_jaro_winkler-0.1.2.gem | ||
./local_build.sh && gem push batch_jaro_winkler-0.1.3.gem |