bundix: 1.0.2 -> 1.0.3

This commit is contained in:
Charles Strahan 2015-04-15 19:07:09 -04:00
parent f65fed20de
commit bb7c9f71e1
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
source "http://rubygems.org" source "http://rubygems.org"
gem "bundix", gem "bundix",
:git => "https://github.com/cstrahan/bundix.git", :git => "https://github.com/cstrahan/bundix.git",
:ref => "v1.0.2" :ref => "v1.0.3"

View File

@ -1,7 +1,7 @@
GIT GIT
remote: https://github.com/cstrahan/bundix.git remote: https://github.com/cstrahan/bundix.git
revision: e098b8c04087079c897aaf9542990e9fdd503bcf revision: c879cf901ff8084b4c97aaacfb5ecbdb0f95cc03
ref: v1.0.2 ref: v1.0.3
specs: specs:
bundix (1.0.2) bundix (1.0.2)
thor (~> 0.19.1) thor (~> 0.19.1)

View File

@ -4,8 +4,8 @@
source = { source = {
type = "git"; type = "git";
url = "https://github.com/cstrahan/bundix.git"; url = "https://github.com/cstrahan/bundix.git";
rev = "e098b8c04087079c897aaf9542990e9fdd503bcf"; rev = "c879cf901ff8084b4c97aaacfb5ecbdb0f95cc03";
sha256 = "0www8srjqlxy1pzn2b6himy5y768dni54m7rv67gj8yvx48vd803"; sha256 = "05kmdnq4qa5h8l3asv05cjpnyplnqqx6hrqybj2cjlzmdxnkkgyj";
fetchSubmodules = false; fetchSubmodules = false;
}; };
dependencies = [ dependencies = [