diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-29 23:20:31 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-29 23:20:31 -0500 |
commit | ece62b9eb3e2f3995715c32608f1de91d98a22be (patch) | |
tree | 2322ac861fe821362a893870d5b2c441132f2204 /rails/lingo.gemspec | |
parent | 83437f5895fd4f110694e66c9d939ff492bc2e1b (diff) | |
download | lingo-ece62b9eb3e2f3995715c32608f1de91d98a22be.tar.gz lingo-ece62b9eb3e2f3995715c32608f1de91d98a22be.tar.bz2 lingo-ece62b9eb3e2f3995715c32608f1de91d98a22be.zip |
Rails engine no longer needed
Diffstat (limited to 'rails/lingo.gemspec')
-rw-r--r-- | rails/lingo.gemspec | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/rails/lingo.gemspec b/rails/lingo.gemspec deleted file mode 100644 index a738042..0000000 --- a/rails/lingo.gemspec +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | require_relative "lib/lingo/version" | ||
2 | |||
3 | Gem::Specification.new do |spec| | ||
4 | spec.name = "lingo" | ||
5 | spec.version = Lingo::VERSION | ||
6 | spec.authors = ["Star Rauchenberger"] | ||
7 | spec.email = ["fefferburbia@gmail.com"] | ||
8 | spec.homepage = "https://github.com/hatkirby/lingo" | ||
9 | spec.summary = "Summary of Lingo." | ||
10 | spec.description = "Description of Lingo." | ||
11 | spec.license = "MIT" | ||
12 | |||
13 | # Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host" | ||
14 | # to allow pushing to a single host or delete this section to allow pushing to any host. | ||
15 | |||
16 | spec.metadata["homepage_uri"] = spec.homepage | ||
17 | spec.metadata["source_code_uri"] = "https://github.com/hatkirby/lingo" | ||
18 | |||
19 | |||
20 | spec.files = Dir.chdir(File.expand_path(__dir__)) do | ||
21 | Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] | ||
22 | end | ||
23 | |||
24 | spec.add_dependency "rails", ">= 7.0.3" | ||
25 | spec.add_dependency "haml-rails", "~> 2.0" | ||
26 | spec.add_dependency 'sassc-rails' | ||
27 | spec.add_development_dependency 'webrick', '~> 1.7' | ||
28 | end | ||