primitive 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,5 +4,79 @@
4
4
  # This is an autogenerated file for types exported from the `rspec` gem.
5
5
  # Please instead update this file by running `bin/tapioca gem rspec`.
6
6
 
7
- # THIS IS AN EMPTY RBI FILE.
8
- # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
7
+ # source://rspec//lib/rspec/version.rb#1
8
+ module RSpec
9
+ class << self
10
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#70
11
+ def clear_examples; end
12
+
13
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#85
14
+ def configuration; end
15
+
16
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#49
17
+ def configuration=(_arg0); end
18
+
19
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#97
20
+ def configure; end
21
+
22
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#194
23
+ def const_missing(name); end
24
+
25
+ # source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
26
+ def context(*args, &example_group_block); end
27
+
28
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#122
29
+ def current_example; end
30
+
31
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#128
32
+ def current_example=(example); end
33
+
34
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#154
35
+ def current_scope; end
36
+
37
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#134
38
+ def current_scope=(scope); end
39
+
40
+ # source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
41
+ def describe(*args, &example_group_block); end
42
+
43
+ # source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
44
+ def example_group(*args, &example_group_block); end
45
+
46
+ # source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
47
+ def fcontext(*args, &example_group_block); end
48
+
49
+ # source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
50
+ def fdescribe(*args, &example_group_block); end
51
+
52
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#58
53
+ def reset; end
54
+
55
+ # source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
56
+ def shared_context(name, *args, &block); end
57
+
58
+ # source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
59
+ def shared_examples(name, *args, &block); end
60
+
61
+ # source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
62
+ def shared_examples_for(name, *args, &block); end
63
+
64
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#160
65
+ def world; end
66
+
67
+ # source://rspec-core/3.12.2/lib/rspec/core.rb#49
68
+ def world=(_arg0); end
69
+
70
+ # source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
71
+ def xcontext(*args, &example_group_block); end
72
+
73
+ # source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
74
+ def xdescribe(*args, &example_group_block); end
75
+ end
76
+ end
77
+
78
+ # source://rspec//lib/rspec/version.rb#2
79
+ module RSpec::Version; end
80
+
81
+ # source://rspec//lib/rspec/version.rb#3
82
+ RSpec::Version::STRING = T.let(T.unsafe(nil), String)
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: primitive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Ruggio
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-09 00:00:00.000000000 Z
11
+ date: 2024-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: sorbet-runtime-stub
14
+ name: sorbet-runtime
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - ">="
@@ -192,20 +192,6 @@ dependencies:
192
192
  - - ">="
193
193
  - !ruby/object:Gem::Version
194
194
  version: '0'
195
- - !ruby/object:Gem::Dependency
196
- name: sorbet-runtime
197
- requirement: !ruby/object:Gem::Requirement
198
- requirements:
199
- - - ">="
200
- - !ruby/object:Gem::Version
201
- version: '0'
202
- type: :development
203
- prerelease: false
204
- version_requirements: !ruby/object:Gem::Requirement
205
- requirements:
206
- - - ">="
207
- - !ruby/object:Gem::Version
208
- version: '0'
209
195
  - !ruby/object:Gem::Dependency
210
196
  name: tapioca
211
197
  requirement: !ruby/object:Gem::Requirement
@@ -266,7 +252,9 @@ files:
266
252
  - bin/yardoc
267
253
  - bin/yri
268
254
  - lib/primitive.rb
255
+ - lib/primitive/compact_file.rb
269
256
  - lib/primitive/entity.rb
257
+ - lib/primitive/repository.rb
270
258
  - lib/primitive/version.rb
271
259
  - primitive.gemspec
272
260
  - sorbet/config