balm 0.1.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 3eb28be9a53889f36717493e8825e181ecd4a4f0497893c37c86c5317b97be33
4
+ data.tar.gz: 1ba4769a1a3ad61dc26f60d2e1c99518a5f25b793acf3417a7fef13f01d59ba2
5
+ SHA512:
6
+ metadata.gz: 4d543c0346047807b85b9cc5f0d23fd0c40093fad4b37c99e140bc6d8d39d29bfccfdb2bbd61c39064735a118c194fd2ce68b56714626958adbdd958d303062e
7
+ data.tar.gz: b1ce86d0c495340986752ee4e2443932227341e4a5757219f15f761c0f7dd1b825ac76b288590f3f2cb2f7af229a23c2ef5f61eb67b1ddddcec7bac027a3c955
@@ -0,0 +1,18 @@
1
+ name: Ruby
2
+
3
+ on: [push,pull_request]
4
+
5
+ jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - name: Set up Ruby
11
+ uses: ruby/setup-ruby@v1
12
+ with:
13
+ ruby-version: 3.0.0
14
+ - name: Run the default task
15
+ run: |
16
+ gem install bundler -v 2.2.13
17
+ bundle install
18
+ bundle exec rake
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,13 @@
1
+ AllCops:
2
+ TargetRubyVersion: 2.4
3
+
4
+ Style/StringLiterals:
5
+ Enabled: true
6
+ EnforcedStyle: double_quotes
7
+
8
+ Style/StringLiteralsInInterpolation:
9
+ Enabled: true
10
+ EnforcedStyle: double_quotes
11
+
12
+ Layout/LineLength:
13
+ Max: 120
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2021-03-06
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at cmroston@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in balm.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
9
+
10
+ gem "rspec", "~> 3.0"
11
+
12
+ gem "rubocop", "~> 1.7"
data/Gemfile.lock ADDED
@@ -0,0 +1,55 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ balm (0.1.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ ast (2.4.2)
10
+ diff-lcs (1.4.4)
11
+ parallel (1.20.1)
12
+ parser (3.0.0.0)
13
+ ast (~> 2.4.1)
14
+ rainbow (3.0.0)
15
+ rake (13.0.3)
16
+ regexp_parser (2.1.1)
17
+ rexml (3.2.4)
18
+ rspec (3.10.0)
19
+ rspec-core (~> 3.10.0)
20
+ rspec-expectations (~> 3.10.0)
21
+ rspec-mocks (~> 3.10.0)
22
+ rspec-core (3.10.1)
23
+ rspec-support (~> 3.10.0)
24
+ rspec-expectations (3.10.1)
25
+ diff-lcs (>= 1.2.0, < 2.0)
26
+ rspec-support (~> 3.10.0)
27
+ rspec-mocks (3.10.2)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.10.0)
30
+ rspec-support (3.10.2)
31
+ rubocop (1.11.0)
32
+ parallel (~> 1.10)
33
+ parser (>= 3.0.0.0)
34
+ rainbow (>= 2.2.2, < 4.0)
35
+ regexp_parser (>= 1.8, < 3.0)
36
+ rexml
37
+ rubocop-ast (>= 1.2.0, < 2.0)
38
+ ruby-progressbar (~> 1.7)
39
+ unicode-display_width (>= 1.4.0, < 3.0)
40
+ rubocop-ast (1.4.1)
41
+ parser (>= 2.7.1.5)
42
+ ruby-progressbar (1.11.0)
43
+ unicode-display_width (2.0.0)
44
+
45
+ PLATFORMS
46
+ x86_64-darwin-20
47
+
48
+ DEPENDENCIES
49
+ balm!
50
+ rake (~> 13.0)
51
+ rspec (~> 3.0)
52
+ rubocop (~> 1.7)
53
+
54
+ BUNDLED WITH
55
+ 2.2.13
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 Chelsea Roston
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,52 @@
1
+ # Balm
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/balm`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'balm'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle install
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install balm
22
+
23
+ ## Usage
24
+ ```ruby
25
+ require 'balm'
26
+
27
+ Balm::Plot.trope #=> "Arranged Marriage"
28
+ Balm::Plot.archetype(4) #=> "Minor God, Curate, Bard, Ghost"
29
+ Balm::Plot.setting #=> "The ruins of a Castle"
30
+ Balm::Plot.all(3) #=> "Mage, Princess, Dandy
31
+ #=> One is a Celebrity and the other is not
32
+ #=> The city just before dawn "
33
+
34
+ ```
35
+
36
+ ## Development
37
+
38
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
39
+
40
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
41
+
42
+ ## Contributing
43
+
44
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/balm. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/balm/blob/master/CODE_OF_CONDUCT.md).
45
+
46
+ ## License
47
+
48
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
49
+
50
+ ## Code of Conduct
51
+
52
+ Everyone interacting in the Balm project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/balm/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ Bundler.require(:default, :development)
5
+ require "rspec/core/rake_task"
6
+
7
+ RSpec::Core::RakeTask.new(:spec)
8
+
9
+ require "rubocop/rake_task"
10
+
11
+ RuboCop::RakeTask.new
12
+
13
+ task default: %i[spec rubocop]
data/balm.gemspec ADDED
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/balm/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "balm"
7
+ spec.version = Balm::VERSION
8
+ spec.authors = ["Chelsea Roston"]
9
+ spec.email = ["cmroston@gmail.com"]
10
+
11
+ spec.summary = %q{"The purpose of this gem is to generate random plots for those creatively blocked."}
12
+ spec.description = %q{"It has the ability to generate character names, romance tropes and plot points. It will focus on romance and potentially branch out to other genres."}
13
+ spec.homepage = "https://github.com/chelsearostonrappazzo/balm"
14
+ spec.license = "MIT"
15
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
16
+
17
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
18
+
19
+ spec.metadata["homepage_uri"] = spec.homepage
20
+ spec.metadata["source_code_uri"] = "https://github.com/chelsearostonrappazzo/balm"
21
+ spec.metadata["changelog_uri"] = "https://github.com/chelsearostonrappazzo/balm/blob/main/CHANGELOG.md"
22
+
23
+ # Specify which files should be added to the gem when it is released.
24
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
25
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
26
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
27
+ end
28
+ spec.bindir = "exe"
29
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ["lib"]
31
+
32
+ spec.add_development_dependency "rspec", "~> 3.2"
33
+
34
+ # For more information and examples about making a new gem, checkout our
35
+ # guide at: https://bundler.io/guides/creating_gem.html
36
+ end
data/bin/console ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require "bundler/setup"
5
+ require "balm"
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require "irb"
15
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
data/lib/balm.rb ADDED
@@ -0,0 +1,45 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "balm/version"
4
+
5
+ module Balm
6
+ class Error < StandardError; end
7
+
8
+ # this class will generate aspects of a story: trope, archetype and setting
9
+ class Plot
10
+ class << self
11
+ def trope
12
+ tropes = []
13
+ File.readlines("lib/balm/romance-tropes.txt").each { |trope|
14
+ tropes << trope.strip
15
+ }
16
+ puts tropes.sample(1)
17
+ end
18
+
19
+ def archetype(num)
20
+ archetypes = []
21
+ File.readlines("lib/balm/archetypes.txt").each { |archetype|
22
+ archetypes << archetype.strip
23
+ }
24
+ puts archetypes.sample(num).join(", ")
25
+ end
26
+
27
+ def setting
28
+ settings = []
29
+ File.readlines("lib/balm/settings.txt").each { |setting|
30
+ settings << setting.strip
31
+ }
32
+ puts settings.sample
33
+ end
34
+
35
+ def all(num)
36
+ puts "~Characters~"
37
+ archetype(num)
38
+ puts "~Trope~"
39
+ trope
40
+ puts "~Setting~"
41
+ setting
42
+ end
43
+ end
44
+ end
45
+ end
@@ -0,0 +1,93 @@
1
+ King
2
+ Prince
3
+ Queen
4
+ Princess
5
+ Duke
6
+ Duchess
7
+ Earl
8
+ Countess
9
+ Marquess
10
+ Marchioness
11
+ Emperor
12
+ Empress
13
+ Grand Duke
14
+ Grand Duchess
15
+ Maid
16
+ Servant
17
+ Footman
18
+ Butler
19
+ Chambermaid
20
+ Scullery maid
21
+ Vicar
22
+ Vicar's Daughter
23
+ Baron
24
+ Baroness
25
+ Villain
26
+ Villainess
27
+ Witch
28
+ Wizard
29
+ Mage
30
+ Paladin
31
+ Bard
32
+ Elf
33
+ Dwarf
34
+ Cook
35
+ Chef
36
+ Widow
37
+ Widower
38
+ Pirate
39
+ Captain
40
+ Admiral
41
+ Pirate King
42
+ Warlock
43
+ Jarl
44
+ Vizier
45
+ Councilor
46
+ Thief
47
+ Ranger
48
+ Archer
49
+ Barbarian
50
+ Chief
51
+ Chieftess
52
+ Actor
53
+ Actress
54
+ Director
55
+ Archaeologist
56
+ Genius
57
+ Inventor
58
+ Detective
59
+ Professor
60
+ Teacher
61
+ Mayor
62
+ Priest
63
+ Curate
64
+ Scholar
65
+ Rake
66
+ Dandy
67
+ Bluestocking
68
+ Courtesan
69
+ Scientist
70
+ Adventurer
71
+ Vampire
72
+ Werewolf
73
+ Ghost
74
+ Ghoul
75
+ Orc
76
+ Mermaid
77
+ Siren
78
+ Gumiho
79
+ God
80
+ Goddess
81
+ Minor God
82
+ Minor Goddess
83
+ Demi God
84
+ Demi Deity
85
+ Deity
86
+ Demi Goddess
87
+ Nymph
88
+ Crusader
89
+ Conqueror
90
+ Explorer
91
+ Phantom
92
+ Exiled Monarch
93
+ Fae
@@ -0,0 +1,53 @@
1
+ The Grumpy One is soft for the Sunshine One
2
+ The CEO and their Secretary
3
+ Arranged Marriage
4
+ Calls each other by title or last name until one of them gets sick or in danger and then they use their real name
5
+ They are roommates
6
+ The Reserved One, who doesn't express themselves, smiles when their Love Interest does something cute
7
+ They are archenemies who see each other as their equal
8
+ When One confesses to the other while they are sleeping but the Other One is awake to hear it
9
+ Dense meets Denser and everyone knows they're in love except them
10
+ One has Chronic Insomnia and can only sleep when Love Interest is in the same bed
11
+ Fake Relationship
12
+ One is Alive and One is Dead
13
+ In Love, but One is their best friend's sibling
14
+ One is a Celebrity and the other is not
15
+ The Assassin and the One They Must Kill
16
+ The Loner and the Popular one
17
+ Soulmates like Red String of Fate
18
+ Actual Unrequited Love
19
+ Second Chance
20
+ Stuck together..in a snowstorm
21
+ Stuck together...in a hurricane
22
+ One bed
23
+ Childhood friends
24
+ Friends to Lovers
25
+ Enemies to Lovers
26
+ Lovers to Enemies
27
+ Amnesia?
28
+ Someone's a ghost
29
+ Someone's a vampire
30
+ Someone's a werewolf
31
+ Someone's in love with their best friend's lover Oops
32
+ Star-crossed lovers ends in tragedy
33
+ Star-crossed lovers ends happily
34
+ Star-crossed lovers chose to end their relationship for peace
35
+ Friends with Benefits
36
+ Someone got left at the altar
37
+ Love potion?
38
+ Solving a non-violent mystery together
39
+ Solving a murder together
40
+ Nobility and commoner
41
+ Royalty and commoner
42
+ Royalty and a concubine
43
+ Older and Younger
44
+ Helping each other get revenge
45
+ Someone's a tortured soul
46
+ Someone's hiding that they're royalty/nobility
47
+ Someone's in the mafia
48
+ 'I'd die for you.' AND actually dies
49
+ 'I'd die for you.' AND lives!
50
+ Ye Olde Love Triangle
51
+ 'Shh! Our relationship is a secret!'
52
+ 'They're too good for me!'
53
+ A Rake Reformed
@@ -0,0 +1,58 @@
1
+ An archaeological dig in the jungle
2
+ The ruins of a great civilization
3
+ A spaceship floating amongst the stars
4
+ The depths of the jungle
5
+ A star-lit night
6
+ The opening night of a play
7
+ The Village Fete
8
+ As the sun rises
9
+ As the sun sets
10
+ In a village high in the mountains
11
+ In the temple of an old god
12
+ The night of the opening ball
13
+ In the War Room
14
+ On the fields of battle
15
+ In a wooded glen
16
+ High above the clouds
17
+ In the gardens of a country manor
18
+ On the brink of a new year
19
+ An archaeological dig in the desert
20
+ In the temple of vengeful god
21
+ The ruins of a castle
22
+ A city filled with canals
23
+ A city where it always rains
24
+ A land where it always snows
25
+ A land with no sunlight
26
+ A land with no darkness
27
+ A land after the great fall of technology
28
+ A town where everyone has a secret
29
+ A university where there was a recent murder
30
+ A capital city during it's social season
31
+ A murder at a masque ball
32
+ A masquerade after the unmasking
33
+ The last dance at a ball
34
+ A night at the opera
35
+ Right before the world ends
36
+ Right after the world ends
37
+ An office building
38
+ A bar after the war
39
+ A tavern in the woods
40
+ A tavern on the outskirts of civilization
41
+ An oasis in the middle of the day
42
+ An oasis at night
43
+ A bazaar
44
+ A library beneath the sands
45
+ A castle that moves
46
+ A castle in the sky
47
+ A monster's hideout
48
+ A laboratory
49
+ A wedding
50
+ A wedding of an enemy
51
+ A wedding of a former lover
52
+ A festival of the harvest
53
+ A night with no stars
54
+ A night with no moon
55
+ The feast hall after a fierce battle
56
+ The feast hall after a poisoning
57
+ An apothecary's shop
58
+ The city just before dawn
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Balm
4
+ VERSION = "0.1.1"
5
+ end
metadata ADDED
@@ -0,0 +1,82 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: balm
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Chelsea Roston
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-03-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rspec
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.2'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.2'
27
+ description: '"It has the ability to generate character names, romance tropes and
28
+ plot points. It will focus on romance and potentially branch out to other genres."'
29
+ email:
30
+ - cmroston@gmail.com
31
+ executables: []
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - ".github/workflows/main.yml"
36
+ - ".gitignore"
37
+ - ".rspec"
38
+ - ".rubocop.yml"
39
+ - CHANGELOG.md
40
+ - CODE_OF_CONDUCT.md
41
+ - Gemfile
42
+ - Gemfile.lock
43
+ - LICENSE.txt
44
+ - README.md
45
+ - Rakefile
46
+ - balm.gemspec
47
+ - bin/console
48
+ - bin/setup
49
+ - lib/balm.rb
50
+ - lib/balm/archetypes.txt
51
+ - lib/balm/romance-tropes.txt
52
+ - lib/balm/settings.txt
53
+ - lib/balm/version.rb
54
+ homepage: https://github.com/chelsearostonrappazzo/balm
55
+ licenses:
56
+ - MIT
57
+ metadata:
58
+ allowed_push_host: https://rubygems.org
59
+ homepage_uri: https://github.com/chelsearostonrappazzo/balm
60
+ source_code_uri: https://github.com/chelsearostonrappazzo/balm
61
+ changelog_uri: https://github.com/chelsearostonrappazzo/balm/blob/main/CHANGELOG.md
62
+ post_install_message:
63
+ rdoc_options: []
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: 2.4.0
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ requirements: []
77
+ rubygems_version: 3.2.3
78
+ signing_key:
79
+ specification_version: 4
80
+ summary: '"The purpose of this gem is to generate random plots for those creatively
81
+ blocked."'
82
+ test_files: []