cryptozoologist 2.0.0 → 2.0.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -6
- data/lib/cryptozoologist/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5194fc1eb6c2f18cb94a039b6b00ca65823a0d08
|
|
4
|
+
data.tar.gz: b71030cb012397c241032b5507ba249707dfc2bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab8911f252691d0b7925025bc7ceab8204c13a90c588782199c611e63f5ed13530ba551ffd2e9c9276015482860a2da1fe82e315124a57dee6d27c9f84a5cb4e
|
|
7
|
+
data.tar.gz: 55ff8bf8eb73545896e9ce082ecff1a23ba92f33f5d9567519238f1ba56c46405c04b1dd5e95927f427ed08ca3fbecb0a700db322795b3f63c2818c95dd96bac
|
data/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 2.0.1
|
|
4
4
|
|
|
5
|
-
-
|
|
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
|
-
##
|
|
7
|
+
## 2.0.0
|
|
9
8
|
|
|
10
|
-
-
|
|
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
|
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.
|
|
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:
|
|
125
|
+
version: 2.0.0
|
|
126
126
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
127
|
requirements:
|
|
128
128
|
- - ">="
|