markov_uuid 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/markov_uuid.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'markov_uuid/version'
4
+ require 'markov_uuid'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "markov_uuid"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markov_uuid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-13 00:00:00.000000000 Z
12
+ date: 2012-10-02 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: People friendly readable UUIDs
15
15
  email:
@@ -25,13 +25,14 @@ files:
25
25
  - README.md
26
26
  - Rakefile
27
27
  - bin/markov
28
+ - data/alice_in_wonderland.txt
28
29
  - data/pg100.txt
29
30
  - data/pride_and_prejudice_small.txt
31
+ - data/shakespeare_short.txt
30
32
  - lib/markov_uuid.rb
31
33
  - lib/markov_uuid/key_selector.rb
32
34
  - lib/markov_uuid/markov.rb
33
35
  - lib/markov_uuid/storage.rb
34
- - lib/markov_uuid/version.rb
35
36
  - markov.yaml
36
37
  - markov_uuid.gemspec
37
38
  - storage.rb
@@ -61,3 +62,4 @@ specification_version: 3
61
62
  summary: Easily generate random English-like UUIDs (or any other language) that are
62
63
  more natural to convey to other people. E.g. over the phone, etc.
63
64
  test_files: []
65
+ has_rdoc:
@@ -1,3 +0,0 @@
1
- module MarkovUuid
2
- VERSION = "0.0.1"
3
- end