safari 0.0.1 → 0.0.3

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/safari-0.0.2.gem +0 -0
  4. data/safari.gemspec +4 -4
  5. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d318effc04e39545d4d52777632942b92c54d15f93a01f45684fa3ef1bfdb641
4
- data.tar.gz: 10e207a94a005fcf22b65503514e62c97795b41426c32f51f98702770b6e6cba
3
+ metadata.gz: 2d6dc29c3a8657a1e722c178c94f06867a95a9e13a93a0e71247a71ebbca0d53
4
+ data.tar.gz: c77055776ce5e6b78e93909c3ddec99a572d7847bdcdd30dea70903fdd964c07
5
5
  SHA512:
6
- metadata.gz: df926e5ee39b904b2c1df73a796e5fbb0388507e10731f8cdf90c4f6d4220f3d8fe5a1132d7d37dc2d0c02be843d149c61715e208c18b2faff45147394677ff4
7
- data.tar.gz: a4a320a103d83644d01a63879d833a32b655c7701b73077d857d0342f23323feb80bb58ae9a4a4a24df60e7646f9271e391fecfa885fc33bde670b408ffdd0c3
6
+ metadata.gz: 795b9beffdcbafe6884926e77a11bb2e2c772bb340d96ccdea375fecbb0e56c3f5f60be808fdb72697f16a1b797d009ab144ff4531619892c3c88323853a0a57
7
+ data.tar.gz: 4295be473c142591ba8133447702b35d78d587fabd6ceb71a8b613350b1cabe7bc5a175a94d72ef04d730471411d2a6c10c9021e6f23c24ce75eb84f73117f2b
data/README.md CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  ## Contributing
4
4
 
5
- Bug reports and pull requests are welcome on GitHub at https://github.com/mpatsia/safari.
5
+ Bug reports and pull requests are welcome on GitHub at https://github.com/hyperscalegr/safari.
6
6
 
data/safari-0.0.2.gem ADDED
Binary file
data/safari.gemspec CHANGED
@@ -7,15 +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.1"
11
- spec.summary = "The Rails CMS!."
12
- spec.homepage = "https://github.com/mpatsia/safari"
10
+ spec.version = "0.0.3"
11
+ spec.summary = "The Rails CMS!"
12
+ spec.homepage = "https://github.com/hyperscalegr/safari"
13
13
  spec.required_ruby_version = ">= 3.0.0"
14
14
 
15
15
  # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
- spec.metadata["https://github.com/mpatsia/safari"]
18
+ spec.metadata["https://github.com/hyperscalegr/safari"]
19
19
 
20
20
  # Specify which files should be added to the gem when it is released.
21
21
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
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.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - RB
@@ -23,12 +23,13 @@ files:
23
23
  - Rakefile
24
24
  - lib/safari.rb
25
25
  - lib/safari/version.rb
26
+ - safari-0.0.2.gem
26
27
  - safari.gemspec
27
28
  - sig/safari.rbs
28
- homepage: https://github.com/mpatsia/safari
29
+ homepage: https://github.com/hyperscalegr/safari
29
30
  licenses: []
30
31
  metadata:
31
- homepage_uri: https://github.com/mpatsia/safari
32
+ homepage_uri: https://github.com/hyperscalegr/safari
32
33
  post_install_message:
33
34
  rdoc_options: []
34
35
  require_paths:
@@ -47,5 +48,5 @@ requirements: []
47
48
  rubygems_version: 3.4.20
48
49
  signing_key:
49
50
  specification_version: 4
50
- summary: The Rails CMS!.
51
+ summary: The Rails CMS!
51
52
  test_files: []