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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c4fe89a473eb70d48b2090fb68ad6b75aa4db7e
4
- data.tar.gz: 9fa72506cfd0e5ab745c436658e167299d795c70
3
+ metadata.gz: 784721e15437a0d53a719aaae780c5d7fc4d0dd1
4
+ data.tar.gz: 77c10a4f6e25574633f707b142fba96f89115e7c
5
5
  SHA512:
6
- metadata.gz: f2a20558eeba32e9e828676dcb8a52f02fc6257df8df2bd9ef77d78bb725180088a1afdaddb7dc1c0b5f73860c08ee1115683211cc65489906c785280d1377aa
7
- data.tar.gz: 469b9b6ea89d70b5ba53aa7a480c7da83daa4c436656742ce7af90f34e8a4ca41a51eb555929fa6ce9bdd1d82741e98248aded02cfdf30e61d3f756dbfbafbcd
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
 
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Chsource
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
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.9
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-22 00:00:00.000000000 Z
11
+ date: 2013-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler