transcribe 0.0.1 → 0.1

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 -1
  2. data/lib/transcribe/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -27,7 +27,7 @@ Transcribe a file:
27
27
 
28
28
  transcribe dutch hello_world.txt
29
29
 
30
- Write transcription to a file
30
+ Write transcription to a file:
31
31
 
32
32
  transcribe dutch "hallo mensen" > hello_world.txt
33
33
 
@@ -1,4 +1,4 @@
1
1
  # coding: utf-8
2
2
  module Transcribe
3
- VERSION = "0.0.1"
3
+ VERSION = "0.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transcribe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: '0.1'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: