mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-23 07:34:08 +01:00
Add sorbet typing information to all the files
This commit is contained in:
parent
8b8db1ef7c
commit
cabe2f80ed
263 changed files with 264 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# typed: false
|
||||
require 'activeresource'
|
||||
|
||||
# WARNING: this is not really maintained or tested...
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# typed: true
|
||||
require 'net/https'
|
||||
require File.expand_path(File.dirname(__FILE__) + '/tracks_xml_builder')
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# typed: true
|
||||
require 'active_support/time_with_zone'
|
||||
|
||||
module TracksCli
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
# typed: false
|
||||
|
||||
# CLI ruby client for Tracks: rails application for GTD methodology (First author: Vitalie Lazu <vitalie.lazu@gmail.com>)
|
||||
# http://www.getontracks.org/development/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
# typed: true
|
||||
|
||||
#
|
||||
# Based on the tracks_cli by Vitalie Lazu (https://gist.github.com/45537)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue