safari 0.0.2 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e422b51c4e076c9e948fda632cc11ac2ffe51ebb9b0fe9f82aae3dd3cae530c0
4
- data.tar.gz: fa08ba741287a0bac368f27cb25ab94b09eb6dc293cddff5e1c197c05de039b2
3
+ metadata.gz: b0e2e5f2d12dfdf8790487a9a1267a2ab49f8732bb9d8976ddf4a771f8fc336b
4
+ data.tar.gz: 231b161fa5da49fd2ee6603e23306e211eb21685454d6194b453a0b713c8c6f6
5
5
  SHA512:
6
- metadata.gz: 6f768132977671eafaf6672052a1bfde1938078827e9455b047734a2eee5772feedcc12480feef4f9b113f17153fdc6cb32933320b8574040d7c7ee20fd999de
7
- data.tar.gz: 78f4a2a01ac315a3dcfdfd1e3b067b8939b7d2434ed7d319346093632526d8cfd43ec6f39223b0c6e8f270a64c3b927ee12c5c834283657327119d05d9a6a804
6
+ metadata.gz: c9b1975c65cf638953f673f7e04030477b6602c24501c488bc348c0a965bd3d6bef877dbc33ef67e411122df81d9461eb01a2b8350754f903c4801e4551a91cc
7
+ data.tar.gz: 6e8de58bf14a85b44c3d959d8abd7dfd0578cb1bbf3f74802393dc2a7550a8c4211d67987ea603ed269b39511d1c257ade1c3e0c979d8d78d8ac81437494b2f4
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 2.6
2
+ TargetRubyVersion: 3.0.0
3
3
 
4
4
  Style/StringLiterals:
5
5
  Enabled: true
data/safari-0.0.3.gem ADDED
File without changes
data/safari.gemspec CHANGED
@@ -7,18 +7,15 @@ Gem::Specification.new do |spec|
7
7
  spec.version = Safari::VERSION
8
8
  spec.authors = ["RB"]
9
9
  spec.email = ["ab@hyperscale.gr"]
10
- spec.version = "0.0.2"
10
+ spec.version = "0.0.4"
11
11
  spec.summary = "The Rails CMS!"
12
- spec.homepage = "https://github.com/mpatsia/safari"
12
+ spec.license = "MIT"
13
+ spec.homepage = "https://github.com/hyperscalegr/safari"
13
14
  spec.required_ruby_version = ">= 3.0.0"
14
15
 
15
- # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
16
+ # spec.metadata["homepage_uri"] = spec.homepage
17
+ spec.metadata["https://github.com/hyperscalegr/safari"]
16
18
 
17
- spec.metadata["homepage_uri"] = spec.homepage
18
- spec.metadata["https://github.com/mpatsia/safari"]
19
-
20
- # Specify which files should be added to the gem when it is released.
21
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22
19
  spec.files = Dir.chdir(__dir__) do
23
20
  `git ls-files -z`.split("\x0").reject do |f|
24
21
  (File.expand_path(f) == __FILE__) ||
@@ -29,9 +26,5 @@ Gem::Specification.new do |spec|
29
26
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
27
  spec.require_paths = ["lib"]
31
28
 
32
- # Uncomment to register a new dependency of your gem
33
- # spec.add_dependency "example-gem", "~> 1.0"
34
29
 
35
- # For more information and examples about making a new gem, check out our
36
- # guide at: https://bundler.io/guides/creating_gem.html
37
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safari
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - RB
@@ -23,13 +23,13 @@ files:
23
23
  - Rakefile
24
24
  - lib/safari.rb
25
25
  - lib/safari/version.rb
26
- - safari-0.0.1.gem
26
+ - safari-0.0.3.gem
27
27
  - safari.gemspec
28
28
  - sig/safari.rbs
29
- homepage: https://github.com/mpatsia/safari
30
- licenses: []
31
- metadata:
32
- homepage_uri: https://github.com/mpatsia/safari
29
+ homepage: https://github.com/hyperscalegr/safari
30
+ licenses:
31
+ - MIT
32
+ metadata: {}
33
33
  post_install_message:
34
34
  rdoc_options: []
35
35
  require_paths:
data/safari-0.0.1.gem DELETED
Binary file