o 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -11
  2. data/version.rb +2 -2
  3. metadata +1 -1
data/README.md CHANGED
@@ -7,16 +7,6 @@ O, a configuration libraray for Ruby
7
7
  **Documentation**: [http://rubydoc.info/gems/o/frames](http://rubydoc.info/gems/o/frames) <br/>
8
8
  **Issue Tracker**: [https://github.com/GutenLinux/o/issues](https://github.com/GutenLinux/o/issues) <br/>
9
9
 
10
- Overview
11
- --------
12
-
13
- descripe your prjoect here.
14
-
15
- Features
16
- --------
17
-
18
- a clearly list of features.
19
-
20
10
  Introduction
21
11
  -------------
22
12
 
@@ -100,7 +90,7 @@ Install
100
90
  Resources
101
91
  ---------
102
92
 
103
- some related resources to help each other.
93
+ [configuration](https://github.com/ahoward/configuration)
104
94
 
105
95
  Copyright
106
96
  ---------
data/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module O
2
2
  module VERSION
3
- MAJOR = 0
4
- MINOR = 1
3
+ MAJOR = 1
4
+ MINOR = 0
5
5
  PATCH = 0
6
6
 
7
7
  IS = [MAJOR, MINOR, PATCH].join(".")
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: o
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 1.0.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Guten