sorbet 0.0.1.pre.prealpha → 0.0.42

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 59ef8b6948226dbcb9e07abf65da4b2096f6504f
4
- data.tar.gz: bb50c75a81fc215a0460488e3b22c9c04fd84376
2
+ SHA256:
3
+ metadata.gz: 4ddd3e7a4493d2a0f22d2ae71679e7ae1d9288584c0373e332cceb40eaba259a
4
+ data.tar.gz: 4447634678997516a0ac8fe9a8005b4703de150d2bdacbaf21598cdf36c7d506
5
5
  SHA512:
6
- metadata.gz: bea164395065b4ee03b7410763840294276bfc66d49ff477a92b85c2e22dfae3800baa9b80d1f957ffabe50464434498c070c5f3435831cb52f256c5f485e9ee
7
- data.tar.gz: f4e4dd1cb40c1165e2f36837b733bdf8a4595ee51509b775b5bb9aa7f9532254da2ed162e94a8fd0b9c12cbafa5602f8ba195dbfacb2887205dac014a40b5b07
6
+ metadata.gz: a43df7258d56e3d6ca15262e38575d58d8d73d9148bbcfcf918e429425230bdadb5b9e62851e5639f386dc9a87fb95204c68e6d3efb785a0b1b29bf17a3a14af
7
+ data.tar.gz: 700ca1b613b133fe1c0d7cfae7a399ffb175cc6a1c5638eadd4664eb5a6d0b31eb2256b8b86e52041b6b3978f6cae85d6950af3827600b4c3e160857c0b283f0
metadata CHANGED
@@ -1,66 +1,25 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre.prealpha
4
+ version: 0.0.42
5
5
  platform: ruby
6
6
  authors:
7
- - Dmitry Petrashko
8
- - Nelson Elhage
9
- - Paul Tarjan
7
+ - Sorbet Contributors
10
8
  autorequire:
11
- bindir: exe
9
+ bindir: bin
12
10
  cert_chain: []
13
- date: 2018-06-02 00:00:00.000000000 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: bundler
17
- requirement: !ruby/object:Gem::Requirement
18
- requirements:
19
- - - "~>"
20
- - !ruby/object:Gem::Version
21
- version: '1.15'
22
- type: :development
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- requirements:
26
- - - "~>"
27
- - !ruby/object:Gem::Version
28
- version: '1.15'
29
- - !ruby/object:Gem::Dependency
30
- name: rake
31
- requirement: !ruby/object:Gem::Requirement
32
- requirements:
33
- - - "~>"
34
- - !ruby/object:Gem::Version
35
- version: '10.0'
36
- type: :development
37
- prerelease: false
38
- version_requirements: !ruby/object:Gem::Requirement
39
- requirements:
40
- - - "~>"
41
- - !ruby/object:Gem::Version
42
- version: '10.0'
43
- description: '"There will be a description here one day"'
44
- email:
45
- - sorbet@stripe.com
11
+ date: 2019-06-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
46
15
  executables: []
47
16
  extensions: []
48
17
  extra_rdoc_files: []
49
- files:
50
- - ".gitignore"
51
- - Gemfile
52
- - README.md
53
- - Rakefile
54
- - bin/console
55
- - bin/setup
56
- - lib/sorbet.rb
57
- - lib/sorbet/version.rb
58
- - sorbet.gemspec
59
- homepage: https://sorbet.run
60
- licenses:
61
- - Nonstandard
18
+ files: []
19
+ homepage:
20
+ licenses: []
62
21
  metadata: {}
63
- post_install_message:
22
+ post_install_message: Sorbet is not available publically yet. This gem is only a placeholder.
64
23
  rdoc_options: []
65
24
  require_paths:
66
25
  - lib
@@ -71,13 +30,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
30
  version: '0'
72
31
  required_rubygems_version: !ruby/object:Gem::Requirement
73
32
  requirements:
74
- - - ">"
33
+ - - ">="
75
34
  - !ruby/object:Gem::Version
76
- version: 1.3.1
35
+ version: '0'
77
36
  requirements: []
78
- rubyforge_project:
79
- rubygems_version: 2.6.11
37
+ rubygems_version: 3.0.3
80
38
  signing_key:
81
39
  specification_version: 4
82
- summary: '"There will be sorbet typechecker here one day"'
40
+ summary: A Typechecker for Ruby
83
41
  test_files: []
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
data/Gemfile DELETED
@@ -1,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
-
5
- # Specify your gem's dependencies in sorbet.gemspec
6
- gemspec
data/README.md DELETED
@@ -1,35 +0,0 @@
1
- # Sorbet
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/sorbet`. 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 'sorbet'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install sorbet
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- 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 tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/sorbet.
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require "bundler/gem_tasks"
2
- task :default => :spec
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "sorbet"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
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
@@ -1,5 +0,0 @@
1
- require "sorbet/version"
2
-
3
- module Sorbet
4
- # Your code goes here...
5
- end
@@ -1,3 +0,0 @@
1
- module Sorbet
2
- VERSION = "0.0.1-prealpha"
3
- end
@@ -1,36 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path("../lib", __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require "sorbet/version"
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "sorbet"
8
- spec.version = Sorbet::VERSION
9
- spec.authors = ["Dmitry Petrashko", "Nelson Elhage", "Paul Tarjan"]
10
- spec.email = ["sorbet@stripe.com"]
11
-
12
- spec.license
13
- spec.summary = %q{"There will be sorbet typechecker here one day"}
14
- spec.description = %q{"There will be a description here one day"}
15
- spec.homepage = "https://sorbet.run"
16
- spec.licenses = ['Nonstandard']
17
-
18
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
19
- # to allow pushing to a single host or delete this section to allow pushing to any host.
20
- #if spec.respond_to?(:metadata)
21
- # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
22
- #else
23
- # raise "RubyGems 2.0 or newer is required to protect against " \
24
- # "public gem pushes."
25
- #end
26
-
27
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
28
- f.match(%r{^(test|spec|features)/})
29
- end
30
- spec.bindir = "exe"
31
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32
- spec.require_paths = ["lib"]
33
-
34
- spec.add_development_dependency "bundler", "~> 1.15"
35
- spec.add_development_dependency "rake", "~> 10.0"
36
- end