prompt-lists 0.0.2 → 0.0.4
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/prompt_lists.rb +5 -5
- data/lists/photography/photographer.yml +852 -944
- metadata +3 -5
- data/lists/animal/all.yml +0 -1872
- data/lists/artist/all.yml +0 -1762
- /data/lists/color/{all.yml → color.yml} +0 -0
- /data/lists/feeling/{all.yml → emotion.yml} +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prompt-lists
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dreaming Tulpa
|
@@ -50,7 +50,6 @@ files:
|
|
50
50
|
- LICENSE
|
51
51
|
- README.md
|
52
52
|
- lib/prompt_lists.rb
|
53
|
-
- lists/animal/all.yml
|
54
53
|
- lists/animal/bird.yml
|
55
54
|
- lists/animal/deep-sea.yml
|
56
55
|
- lists/animal/dinosaur.yml
|
@@ -75,7 +74,6 @@ files:
|
|
75
74
|
- lists/art/sculpture.yml
|
76
75
|
- lists/art/style.yml
|
77
76
|
- lists/art/type.yml
|
78
|
-
- lists/artist/all.yml
|
79
77
|
- lists/artist/common.yml
|
80
78
|
- lists/artist/concept.yml
|
81
79
|
- lists/artist/dark.yml
|
@@ -108,7 +106,7 @@ files:
|
|
108
106
|
- lists/cinematic/moment.yml
|
109
107
|
- lists/cinematic/movie.yml
|
110
108
|
- lists/cinematic/shot.yml
|
111
|
-
- lists/color/
|
109
|
+
- lists/color/color.yml
|
112
110
|
- lists/color/depth.yml
|
113
111
|
- lists/color/modifier.yml
|
114
112
|
- lists/color/pair.yml
|
@@ -124,8 +122,8 @@ files:
|
|
124
122
|
- lists/fashion/outfit-feminine.yml
|
125
123
|
- lists/fashion/scifi.yml
|
126
124
|
- lists/fashion/type.yml
|
127
|
-
- lists/feeling/all.yml
|
128
125
|
- lists/feeling/creepy.yml
|
126
|
+
- lists/feeling/emotion.yml
|
129
127
|
- lists/feeling/loved.yml
|
130
128
|
- lists/feeling/melancholy.yml
|
131
129
|
- lists/feeling/unnerved.yml
|