jbe-goethe 0.9.0 → 1.0.0

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 (3) hide show
  1. data/README.textile +1 -1
  2. data/lib/goethe.rb +2 -0
  3. metadata +1 -1
@@ -44,7 +44,7 @@ Method names denote foreground colors. Parameters, in the form of symbols, denot
44
44
  |Colors|black, red, green, yellow, blue, purple, cyan, white|
45
45
  |Modifiers|bold, underline, blink|
46
46
 
47
- h3. License
47
+ h2. License
48
48
 
49
49
  (MIT License)
50
50
 
@@ -4,6 +4,8 @@
4
4
 
5
5
  module Goethe
6
6
 
7
+ VERSION = '1.0.0'
8
+
7
9
  begin
8
10
  require 'Win32/Console/ANSI' if PLATFORM =~ /win32/
9
11
  rescue LoadError
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jbe-goethe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jostein Berre Eliassen