site_settings 0.1.0 → 0.1.2

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/site_settings/version.rb +1 -1
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 559fcd3fc3894bbef8aaa9c7d87d6dbd8fcd78c28eca87c8d760322c84dea82b
4
- data.tar.gz: 03fb2dcd31dece52505f37e1e43e4ae9f67992b1bd84171bb5cec4773a2985ec
3
+ metadata.gz: 6ea0fcd58857eabe682f51dc291273b2d85937c58fa0ef2a93db7f4eaa06996f
4
+ data.tar.gz: a33b313f5893520bdf7a8a8ffdaec098fe41a31cb3197714a26f48143233ca2a
5
5
  SHA512:
6
- metadata.gz: 5caccf1bf71d0d23bf514e773e20b28d377192d7a4576e980ff0f1b7d5868330c9620aa8c4a4eceb083beebd36b5d2f3bfb3884a9639e77c480ac443bb9bcecf
7
- data.tar.gz: f6bf50e73b6d2b374ce0d97f1874fa730059b92fc0aa573481846f393dccbd62edebe314b3aefee6fd52a7f7f21b327964f81d25bc6304a0f67d9efc36766f8b
6
+ metadata.gz: 2a87da9d9b0b2ba19160f897c8d716e6b2613e567c37229c3cf8a6dadc0badb83caf227448237c4f33bb1cdeae22febe20eb7542e31a7e320d65ff0227361a0b
7
+ data.tar.gz: beb7e041ada31908c90c6e9e20b859014eb1e3489abcdc3f4e79f364acf98088df745cb96149a5c5207da4224680dfd833fd76999761c151264950e518d7517f
@@ -1,3 +1,3 @@
1
1
  module SiteSettings
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: site_settings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - usman@artisans.com
7
+ - usman@artisans.company
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -24,9 +24,9 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 8.0.0.beta1
27
- description: Site Settings for Artisans
27
+ description: Site Settings for the Artisans Platform Configuration
28
28
  email:
29
- - usman@artisans.com
29
+ - usman@artisans.company
30
30
  executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
@@ -52,11 +52,11 @@ files:
52
52
  - lib/site_settings/engine.rb
53
53
  - lib/site_settings/version.rb
54
54
  - lib/tasks/site_settings_tasks.rake
55
- homepage: https://artisans.com
55
+ homepage: https://artisans.company
56
56
  licenses: []
57
57
  metadata:
58
58
  allowed_push_host: https://rubygems.org
59
- homepage_uri: https://artisans.com
59
+ homepage_uri: https://artisans.company
60
60
  source_code_uri: https://github.com/artisanscompany/artisans-site-settings
61
61
  changelog_uri: https://github.com/artisanscompany/artisans-site-settings/blob/main/CHANGELOG.md
62
62
  post_install_message:
@@ -77,5 +77,5 @@ requirements: []
77
77
  rubygems_version: 3.5.21
78
78
  signing_key:
79
79
  specification_version: 4
80
- summary: Site Settings for Artisans
80
+ summary: Site Settings for the Artisans Platform Configuration
81
81
  test_files: []