o 1.0.1 → 1.0.2

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.
Files changed (4) hide show
  1. data/README.md +2 -2
  2. data/o.gemspec +1 -1
  3. data/version.rb +1 -1
  4. metadata +3 -3
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  O, a configuration libraray for Ruby
2
2
  ====================================
3
3
 
4
- **Homepage**: [https://github.com/GutenLinux/o](https://github.com/GutenLinux/o) <br/>
4
+ **Homepage**: [https://github.com/GutenYe/o](https://github.com/GutenYe/o) <br/>
5
5
  **Author**: Guten <br/>
6
6
  **License**: MIT-LICENSE <br/>
7
7
  **Documentation**: [http://rubydoc.info/gems/o/frames](http://rubydoc.info/gems/o/frames) <br/>
8
- **Issue Tracker**: [https://github.com/GutenLinux/o/issues](https://github.com/GutenLinux/o/issues) <br/>
8
+ **Issue Tracker**: [https://github.com/GutenYe/o/issues](https://github.com/GutenYe/o/issues) <br/>
9
9
 
10
10
  Introduction
11
11
  -------------
data/o.gemspec CHANGED
@@ -11,7 +11,7 @@ a coonfiguration libraray for Ruby
11
11
 
12
12
  s.author = "Guten"
13
13
  s.email = "ywzhaifei@Gmail.com"
14
- s.homepage = "http://github.com/GutenLinux/o"
14
+ s.homepage = "http://github.com/GutenYe/o"
15
15
  s.rubyforge_project = "xx"
16
16
 
17
17
  s.files = `git ls-files`.split("\n")
data/version.rb CHANGED
@@ -2,7 +2,7 @@ module O
2
2
  module VERSION
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  IS = [MAJOR, MINOR, PATCH].join(".")
8
8
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: o
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.1
5
+ version: 1.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Guten
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-02 00:00:00 Z
13
+ date: 2011-07-05 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: |
@@ -40,7 +40,7 @@ files:
40
40
  - spec/o_spec.rb
41
41
  - spec/spec_helper.rb
42
42
  - version.rb
43
- homepage: http://github.com/GutenLinux/o
43
+ homepage: http://github.com/GutenYe/o
44
44
  licenses: []
45
45
 
46
46
  post_install_message: