swop 1.0.4 → 1.0.5

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: 71d41c421d4aa1255e9130c2a3dc14fb95a7c603fd406c40296eb93478499958
4
- data.tar.gz: b621c4bfb327832e8201648c78867af34f3cc7fe0412185351c6f63a95d0b30e
3
+ metadata.gz: 9989001679133c90360557d703a84f67799f66cd4c754c80ae1b2d7e0899a296
4
+ data.tar.gz: b941aa2a528127a96b0455557cbf43e52f5c449c49b3ead56fc40dd9e32e828e
5
5
  SHA512:
6
- metadata.gz: 27e13c9e899bbc233ba47b52fe388afb64219daa55c94fb73b0a49d47f03d9c64257159b42357ebe0b974c0e501e835132ff8ad65208944a083f8c10ab45e237
7
- data.tar.gz: 21c5cf5c119e4bf58712948a1e87c35fde7235f6b1f1a458fcad48d1301b7e5d780739ec407594135136d6c5e13adab65543786d6d11b6bd3a94c2cc4f671e1b
6
+ metadata.gz: 689b1e795bc358b915138dfb14b5af83749ad5e61463268259c692e4d41d45eed3831cf22453613d082afdf7f8959764ede1aa161067afbf3c1988d885c12db6
7
+ data.tar.gz: 0a283411357cf20dee95ff625c799aedf291c74872279a6bef853a1be69bf9e4d12af176d2acaab377cafbb3e60a1f5c7dbd96be94f4a0813c685034153f4e03
data/README.md CHANGED
@@ -45,7 +45,11 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/Hariss
45
45
 
46
46
  ## License
47
47
 
48
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
48
+ This theme is free to use for personal or commercial projects.
49
+
50
+ Redistribution, resale, or sublicensing is strictly prohibited.
51
+
52
+ © 2025 Swop
49
53
 
50
54
 
51
55
  ## Code of Conduct
@@ -0,0 +1,16 @@
1
+ /* Swop <%= Swop::VERSION %>
2
+ Copyright (c) 2025 Swop
3
+
4
+ Free to use for personal or commercial projects.
5
+ You may NOT redistribute, resell, or claim this theme as your own.
6
+ Provided "as is" without warranty.
7
+ */
8
+
9
+ // mixins
10
+ @import "swop/swop-core/swop-mixins";
11
+
12
+ // base
13
+ @import "swop/swop-base/swop-base";
14
+
15
+ // colors
16
+ @import "swop/swop-colors/swop-colors";
@@ -10,7 +10,7 @@
10
10
  <%= render "layouts/rails_admin/sidebar_navigation" %>
11
11
  <main role="main" class="main flex-grow-1">
12
12
  <%= render template: 'layouts/rails_admin/content' %>
13
- <div class="small text-muted text-center pt-6 pt-md-7 opacity-75 mt-auto"><%= Swop.configuration.style.to_s.titleize %> <%= Swop.configuration.color.to_s.titleize %> Theme by <%= link_to "Swop", "https://www.swopthemes.com", class: "text-reset text-hover-underline fw-semibold", target: "_blank" %></div>
13
+ <div class="small text-muted text-center pt-6 pt-md-7 opacity-75 mt-auto" <%= Date.current.year %> <%= link_to "Swop", "https://www.swopthemes.com", class: "text-reset text-hover-underline fw-semibold", target: "_blank" %> — <%= Swop.configuration.style.to_s.titleize %> <%= Swop.configuration.color.to_s.titleize %> theme</div>
14
14
  </main>
15
15
  </div>
16
16
  </body>
data/lib/swop/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Swop
4
- VERSION = "1.0.4"
4
+ VERSION = "1.0.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harrison
@@ -87,7 +87,7 @@ files:
87
87
  - app/assets/stylesheets/swop/swop-themes/swop-simple/swop-simple-light.scss
88
88
  - app/assets/stylesheets/swop/swop-themes/swop-simple/swop-simple-onyx.scss
89
89
  - app/assets/stylesheets/swop/swop-themes/swop-simple/swop-simple-royal.scss
90
- - app/assets/stylesheets/swop/swop.scss
90
+ - app/assets/stylesheets/swop/swop.scss.erb
91
91
  - app/views/kaminari/ra-twitter-bootstrap/_next_page.html.erb
92
92
  - app/views/kaminari/ra-twitter-bootstrap/_prev_page.html.erb
93
93
  - app/views/kaminari/ra-twitter-bootstrap/default/_next_page.html.erb
@@ -136,7 +136,7 @@ files:
136
136
  - lib/swop/version.rb
137
137
  homepage: https://www.swopthemes.com/
138
138
  licenses:
139
- - MIT
139
+ - Proprietary
140
140
  metadata:
141
141
  allowed_push_host: https://rubygems.org
142
142
  homepage_uri: https://www.swopthemes.com/
@@ -1,8 +0,0 @@
1
- // mixins
2
- @import "swop/swop-core/swop-mixins";
3
-
4
- // base
5
- @import "swop/swop-base/swop-base";
6
-
7
- // colors
8
- @import "swop/swop-colors/swop-colors";