chsource 0.1.9 → 0.1.10
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/README.md +1 -1
- data/lib/chsource/cli.rb +1 -1
- data/lib/chsource/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 784721e15437a0d53a719aaae780c5d7fc4d0dd1
|
4
|
+
data.tar.gz: 77c10a4f6e25574633f707b142fba96f89115e7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbde1110f8841d6302d4eceb551b2faaa887658a7a6b0958422a23d5a3d39f98e53dee7dbc11f58db6403b2fc3fb61bc5502a9ef3e2999b56632f8bfc6bf95d4
|
7
|
+
data.tar.gz: aea8cbe0c421e2cbbdeebf64c9125ca7edb66ce219002f534dd17fb99285c794e43fa0c0275a6f7113129716c96c64d82d945f949b6f3260e5da0ac52b7438d9
|
data/README.md
CHANGED
@@ -17,7 +17,7 @@ Usage: chsource SOURCE
|
|
17
17
|
|
18
18
|
Examples:
|
19
19
|
$ chsource taobao => source 'http://ruby.taobao.org'
|
20
|
-
$ chsource gzruby => source 'http://gems.gzruby.org
|
20
|
+
$ chsource gzruby => source 'http://gems.gzruby.org'
|
21
21
|
$ chsource tsinghua => source 'http://mirrors.tuna.tsinghua.edu.cn/rubygems'
|
22
22
|
$ chsource rubygems => source 'http://rubygems.org'
|
23
23
|
|
data/lib/chsource/cli.rb
CHANGED
@@ -32,7 +32,7 @@ module Chsource
|
|
32
32
|
|
33
33
|
opts.separator "Examples:"
|
34
34
|
opts.separator " $ chsource taobao => source 'http://ruby.taobao.org'"
|
35
|
-
opts.separator " $ chsource gzruby => source 'http://gems.gzruby.org"
|
35
|
+
opts.separator " $ chsource gzruby => source 'http://gems.gzruby.org'"
|
36
36
|
opts.separator " $ chsource tsinghua => source 'http://mirrors.tuna.tsinghua.edu.cn/rubygems'"
|
37
37
|
opts.separator " $ chsource rubygems => source 'http://rubygems.org'"
|
38
38
|
|
data/lib/chsource/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chsource
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hao Wei
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-08-
|
11
|
+
date: 2013-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|