Switch from ruby to crystal
This commit is contained in:
parent
b230729de5
commit
6b4155dab1
16 changed files with 9 additions and 70 deletions
9
Gemfile
9
Gemfile
|
@ -1,9 +0,0 @@
|
||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
source "https://rubygems.org"
|
|
||||||
|
|
||||||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
||||||
|
|
||||||
# Specify your gem's dependencies in noozoid.gemspec
|
|
||||||
gemspec
|
|
||||||
|
|
54
Gemfile.lock
54
Gemfile.lock
|
@ -1,54 +0,0 @@
|
||||||
PATH
|
|
||||||
remote: .
|
|
||||||
specs:
|
|
||||||
noozoid (0.1.0)
|
|
||||||
curses (~> 1.3)
|
|
||||||
nokogiri (~> 1.10)
|
|
||||||
thor
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: https://rubygems.org/
|
|
||||||
specs:
|
|
||||||
ast (2.4.0)
|
|
||||||
coderay (1.1.2)
|
|
||||||
curses (1.3.2)
|
|
||||||
jaro_winkler (1.5.4)
|
|
||||||
method_source (0.9.2)
|
|
||||||
mini_portile2 (2.4.0)
|
|
||||||
minitest (5.13.0)
|
|
||||||
nokogiri (1.10.7)
|
|
||||||
mini_portile2 (~> 2.4.0)
|
|
||||||
parallel (1.19.1)
|
|
||||||
parser (2.7.0.0)
|
|
||||||
ast (~> 2.4.0)
|
|
||||||
pry (0.12.2)
|
|
||||||
coderay (~> 1.1.0)
|
|
||||||
method_source (~> 0.9.0)
|
|
||||||
rainbow (3.0.0)
|
|
||||||
rake (12.3.3)
|
|
||||||
rubocop (0.78.0)
|
|
||||||
jaro_winkler (~> 1.5.1)
|
|
||||||
parallel (~> 1.10)
|
|
||||||
parser (>= 2.6)
|
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
|
||||||
ruby-progressbar (~> 1.7)
|
|
||||||
unicode-display_width (>= 1.4.0, < 1.7)
|
|
||||||
rubocop-rspec (1.37.1)
|
|
||||||
rubocop (>= 0.68.1)
|
|
||||||
ruby-progressbar (1.10.1)
|
|
||||||
thor (1.0.1)
|
|
||||||
unicode-display_width (1.6.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
minitest (~> 5.0)
|
|
||||||
noozoid!
|
|
||||||
pry
|
|
||||||
rake (~> 12.0)
|
|
||||||
rubocop
|
|
||||||
rubocop-rspec
|
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
2.1.2
|
|
16
shard.yml
16
shard.yml
|
@ -1,19 +1,21 @@
|
||||||
name: noozoid
|
name: noozoid
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
||||||
# authors:
|
authors:
|
||||||
# - name <email@example.com>
|
- Glenn Y. Rolland <opensource@glenux.net>
|
||||||
|
|
||||||
# description: |
|
# description: |
|
||||||
# Short description of ttymindmap
|
# Short description of ttymindmap
|
||||||
|
|
||||||
# dependencies:
|
dependencies:
|
||||||
# pg:
|
clim:
|
||||||
# github: will/crystal-pg
|
github: at-grandpa/clim
|
||||||
# version: "~> 0.5"
|
version: 0.14.0
|
||||||
|
ncurses:
|
||||||
|
github: agatan/ncurses.cr
|
||||||
|
|
||||||
# development_dependencies:
|
# development_dependencies:
|
||||||
# webmock:
|
# webmock:
|
||||||
# github: manastech/webmock.cr
|
# github: manastech/webmock.cr
|
||||||
|
|
||||||
# license: MIT
|
license: LGPL-3
|
||||||
|
|
Loading…
Reference in a new issue