swop 1.0.4 → 1.0.6

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: f3439d0d39ecab645987799229a66c5d66720647e4095bda06bb7a95162feb38
4
+ data.tar.gz: 1c3a9918184252403c79ac21570d18c6bd5e164880039012dd0c3234ddd80c86
5
5
  SHA512:
6
- metadata.gz: 27e13c9e899bbc233ba47b52fe388afb64219daa55c94fb73b0a49d47f03d9c64257159b42357ebe0b974c0e501e835132ff8ad65208944a083f8c10ab45e237
7
- data.tar.gz: 21c5cf5c119e4bf58712948a1e87c35fde7235f6b1f1a458fcad48d1301b7e5d780739ec407594135136d6c5e13adab65543786d6d11b6bd3a94c2cc4f671e1b
6
+ metadata.gz: 7e80d41868956dfef0cc26abe49a1abbb3268c31b56baad6bc591d4772903235153e8385b20d02af2bc82817f8daf76ae777bcfefc9c768dc3e346a201d795f2
7
+ data.tar.gz: 4af7b575125e43c9c291dc892b3b4fd17294a4c32a823647ea4a089bf3bd4d83d0aedcb6b9966232645c747ade313bd69f1f99c4c9b36e5031e519feda29c460
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.6"
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.6
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";