core 0.1.6 → 1.0.0
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.
- checksums.yaml +4 -4
 - checksums.yaml.gz.sig +0 -0
 - data/core.gemspec +2 -2
 - data/lib/core/identity.rb +2 -1
 - data.tar.gz.sig +0 -0
 - metadata +4 -7
 - metadata.gz.sig +0 -0
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 1048cad1d0a408818ed48ba5d8de3685f457f519683241633f449fe9265f5144
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 016d1673fe39ba2c6216e4e45028eb396b62c15634932cf8ccf830e127171fb6
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 36c6acc7131c3ba0021a8931bac02ce4842f836b66c06b887c2b3a722b7670d6c5cf7079dd87b88291ba2383174ce0db9608fe5133204b39c6385fce0242a6df
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 2efa99ff15412ca8805147d443ffa72f86d4be73fe571d87f026391516ca27c302874eec4a230998ccab8265423c8fae05a9ca53e4a097a0851cc93d3b7afaa5
         
     | 
    
        checksums.yaml.gz.sig
    CHANGED
    
    | 
         Binary file 
     | 
    
        data/core.gemspec
    CHANGED
    
    | 
         @@ -2,7 +2,7 @@ 
     | 
|
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            Gem::Specification.new do |spec|
         
     | 
| 
       4 
4 
     | 
    
         
             
              spec.name = "core"
         
     | 
| 
       5 
     | 
    
         
            -
              spec.version = "0. 
     | 
| 
      
 5 
     | 
    
         
            +
              spec.version = "1.0.0"
         
     | 
| 
       6 
6 
     | 
    
         
             
              spec.authors = ["Brooke Kuhlmann"]
         
     | 
| 
       7 
7 
     | 
    
         
             
              spec.email = ["brooke@alchemists.io"]
         
     | 
| 
       8 
8 
     | 
    
         
             
              spec.homepage = "https://alchemists.io/projects/core"
         
     | 
| 
         @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| 
     | 
|
| 
       22 
22 
     | 
    
         
             
              spec.signing_key = Gem.default_key_path
         
     | 
| 
       23 
23 
     | 
    
         
             
              spec.cert_chain = [Gem.default_cert_path]
         
     | 
| 
       24 
24 
     | 
    
         | 
| 
       25 
     | 
    
         
            -
              spec.required_ruby_version =  
     | 
| 
      
 25 
     | 
    
         
            +
              spec.required_ruby_version = "~> 3.3"
         
     | 
| 
       26 
26 
     | 
    
         | 
| 
       27 
27 
     | 
    
         
             
              spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
         
     | 
| 
       28 
28 
     | 
    
         
             
              spec.files = Dir["*.gemspec", "lib/**/*"]
         
     | 
    
        data/lib/core/identity.rb
    CHANGED
    
    
    
        data.tar.gz.sig
    CHANGED
    
    | 
         Binary file 
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: core
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.0.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Brooke Kuhlmann
         
     | 
| 
         @@ -35,7 +35,7 @@ cert_chain: 
     | 
|
| 
       35 
35 
     | 
    
         
             
              3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
         
     | 
| 
       36 
36 
     | 
    
         
             
              gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
         
     | 
| 
       37 
37 
     | 
    
         
             
              -----END CERTIFICATE-----
         
     | 
| 
       38 
     | 
    
         
            -
            date:  
     | 
| 
      
 38 
     | 
    
         
            +
            date: 2024-01-01 00:00:00.000000000 Z
         
     | 
| 
       39 
39 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       40 
40 
     | 
    
         
             
            description:
         
     | 
| 
       41 
41 
     | 
    
         
             
            email:
         
     | 
| 
         @@ -68,10 +68,7 @@ require_paths: 
     | 
|
| 
       68 
68 
     | 
    
         
             
            - lib
         
     | 
| 
       69 
69 
     | 
    
         
             
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
       70 
70 
     | 
    
         
             
              requirements:
         
     | 
| 
       71 
     | 
    
         
            -
              - - " 
     | 
| 
       72 
     | 
    
         
            -
                - !ruby/object:Gem::Version
         
     | 
| 
       73 
     | 
    
         
            -
                  version: '3.2'
         
     | 
| 
       74 
     | 
    
         
            -
              - - "<="
         
     | 
| 
      
 71 
     | 
    
         
            +
              - - "~>"
         
     | 
| 
       75 
72 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       76 
73 
     | 
    
         
             
                  version: '3.3'
         
     | 
| 
       77 
74 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -80,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       80 
77 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       81 
78 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       82 
79 
     | 
    
         
             
            requirements: []
         
     | 
| 
       83 
     | 
    
         
            -
            rubygems_version: 3. 
     | 
| 
      
 80 
     | 
    
         
            +
            rubygems_version: 3.5.3
         
     | 
| 
       84 
81 
     | 
    
         
             
            signing_key:
         
     | 
| 
       85 
82 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       86 
83 
     | 
    
         
             
            summary: A collection of foundational objects.
         
     | 
    
        metadata.gz.sig
    CHANGED
    
    | 
         Binary file 
     |