diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-12-07 21:14:52 +0000 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-12-07 21:14:52 +0000 |
commit | 295dd1906a98913275145c5b9cc403f1e76cfd33 (patch) | |
tree | f45d7721c9a138b743ada905a12596f050a7473d /rails/lingo.gemspec | |
parent | 460edd4191229635e86c0e3781a361126c140ca9 (diff) | |
parent | a37605e3d7d17e322a9cf2a497768f6fd8b5d0a3 (diff) | |
download | lingo-295dd1906a98913275145c5b9cc403f1e76cfd33.tar.gz lingo-295dd1906a98913275145c5b9cc403f1e76cfd33.tar.bz2 lingo-295dd1906a98913275145c5b9cc403f1e76cfd33.zip |
Merge branch 'main' of /srv/git/lingo into main
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 | ||