cryptozoologist 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9411dfc9037961beb292b84b3a010911a4df12d2
4
- data.tar.gz: 7516103b3806e76b01be5ec74f482939aab0e06d
3
+ metadata.gz: 5194fc1eb6c2f18cb94a039b6b00ca65823a0d08
4
+ data.tar.gz: b71030cb012397c241032b5507ba249707dfc2bd
5
5
  SHA512:
6
- metadata.gz: 0061af7c09ba38a8f4ffdfa25ba5a196f6dc3ff0600b6b6a179507cf338bf3fc078e72a6b25b1175dc83f71ec43198c6b699a5a52b4295975bfb987823221a50
7
- data.tar.gz: 7b56a87a18854f844b9df9f51dee3ed4abb40123e6642e0374532df171afa37fa5412cdf6ef93a11c4365a9e18120378c1d760fb7f808859d28a9a748687827f
6
+ metadata.gz: ab8911f252691d0b7925025bc7ceab8204c13a90c588782199c611e63f5ed13530ba551ffd2e9c9276015482860a2da1fe82e315124a57dee6d27c9f84a5cb4e
7
+ data.tar.gz: 55ff8bf8eb73545896e9ce082ecff1a23ba92f33f5d9567519238f1ba56c46405c04b1dd5e95927f427ed08ca3fbecb0a700db322795b3f63c2818c95dd96bac
@@ -1,15 +1,30 @@
1
1
  # Changelog
2
2
 
3
- ## 1.1.0
3
+ ## 2.0.1
4
4
 
5
- - add `Configuration` options to exclude dictionaries
6
- - bump Ruby to 2.3.1
5
+ - specify ruby 2.0.0 or higher requirement (wow, i hope you're not using 1.9.3 still...)
7
6
 
8
- ## 1.2.0
7
+ ## 2.0.0
9
8
 
10
- - add `colors` dictionary with `:paint` and `:web` options
9
+ - create `Cryptozoologist.generate` method
10
+ - remove requirement to create a new instance of a Dictionary (`Cryptozoologist::Dictionary.new`)
11
+ - add delimeters! and `delimeter` option
12
+ - add quantity! and options to include `quantity`
13
+ - add option to change the order of words
14
+ - provide new interface for single word lists (ex: `Cryptozoologist::Dictionary.animals`, etc)
15
+
16
+ ---
11
17
 
12
18
  ## 1.3.0
13
19
 
14
20
  - add `clothing` dictionary
15
- - add `quantity` dictionary
21
+ - add `quantity` dictionary
22
+
23
+ ## 1.2.0
24
+
25
+ - add `colors` dictionary with `:paint` and `:web` options
26
+
27
+ ## 1.1.0
28
+
29
+ - add `Configuration` options to exclude dictionaries
30
+ - bump Ruby to 2.3.1
@@ -1,3 +1,3 @@
1
1
  module Cryptozoologist
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptozoologist
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liz Abinante
@@ -122,7 +122,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
122
  requirements:
123
123
  - - ">="
124
124
  - !ruby/object:Gem::Version
125
- version: '0'
125
+ version: 2.0.0
126
126
  required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  requirements:
128
128
  - - ">="