workarea-styled_selects 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b3a9639719e859f87d8755db2b65f902134d93e6e1959ac05a71a09b16c16b1
4
- data.tar.gz: 69368adf4d17298675dc903ecd0ef2b9ac969071f7cd2b91f9e1a8f19fafc246
3
+ metadata.gz: df1153341bfbe2d125a8dc72d33cfd851ded4fb3285177103bd626f179cf4df7
4
+ data.tar.gz: 72e271afae340c051ff558cfc5162feb1f4b5c06ede13cd6879a3bb39826e0c3
5
5
  SHA512:
6
- metadata.gz: de65e46944b4949510ae94256401e18e9aa02720a1c899df7596471846cf696551a0f6ddea00014943a28618f89c4bf8f7a2162dee17ed99612852da2b1425fc
7
- data.tar.gz: 9504a19bfe83bad145694fffd3e6d49f95639c52441badb9259ed38a73c1d17f784393eea8d7cb718117a6b400fbcf8856ffaf2f1d2cc02e894414f03e4da50f
6
+ metadata.gz: 67121714e8a401491a386d92bd7713c08972d5c23ef181faf4e8c19075f671d76fe8bcbf703eea17817219d134f8b5150747d6017d4b5fae780880fde9c5cc7a
7
+ data.tar.gz: a0aa322fd0b4c4b98d9ce157647efbb7b1802e35dc3f6e68ddd9e37b0b46c32b6d6661fac2d0ca0ea3f8cf6c24690bdb078ca7fad1a89c9b102e010b66f4907b
@@ -8,9 +8,13 @@ end_of_line = lf
8
8
  trim_trailing_whitespace = true
9
9
  insert_final_newline = true
10
10
 
11
- [{*.rb,*.haml,*.decorator}]
11
+ [{*.rb,*.haml,*.decorator,*.yml,*.yaml,*.jbuilder}]
12
12
  indent_size = 2
13
13
  indent_style = space
14
14
 
15
15
  [{*.js,*.jst,*.ejs,*.scss}]
16
16
  indent_size = 4
17
+
18
+ [*.md]
19
+ indent_size = 4
20
+ trim_trailing_whitespace = false
@@ -0,0 +1,37 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve Workarea
4
+ title: ''
5
+ labels: bug
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ ⚠️**Before you create**⚠️
11
+ Please verify the issue you're experiencing is not part of your Workarea project customizations. The best way to do this is with a [vanilla Workarea installation](https://developer.workarea.com/articles/create-a-new-host-application.html). This will help us spend time on fixes/improvements for the whole community. Thank you!
12
+
13
+ **Describe the bug**
14
+ A clear and concise description of what the bug is.
15
+
16
+ **To Reproduce**
17
+ Steps to reproduce the behavior:
18
+ 1. Go to '...'
19
+ 2. Click on '....'
20
+ 3. Scroll down to '....'
21
+ 4. See error
22
+
23
+ **Expected behavior**
24
+ A clear and concise description of what you expected to happen.
25
+
26
+ **Workarea Setup (please complete the following information):**
27
+ - Workarea Version: [e.g. v3.4.6]
28
+ - Plugins [e.g. workarea-blog, workarea-sitemaps]
29
+
30
+ **Attachments**
31
+ If applicable, add any attachments to help explain your problem, things like:
32
+ - screenshots
33
+ - Gemfile.lock
34
+ - test cases
35
+
36
+ **Additional context**
37
+ Add any other context about the problem here.
@@ -0,0 +1,17 @@
1
+ ---
2
+ name: Documentation request
3
+ about: Suggest documentation
4
+ title: ''
5
+ labels: documentation
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Is your documentation related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm confused by [...]
12
+
13
+ **Describe the article you'd like**
14
+ A clear and concise description of what would be in the documentation article.
15
+
16
+ **Additional context**
17
+ Add any other context or screenshots about the feature request here.
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for Workarea
4
+ title: ''
5
+ labels: enhancement
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
+
13
+ **Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ **Describe alternatives you've considered**
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ **Additional context**
20
+ Add any other context or screenshots about the feature request here.
@@ -1,7 +1,14 @@
1
+ Workarea Styled Selects 1.1.2 (2019-08-22)
2
+ --------------------------------------------------------------------------------
3
+
4
+ * Open Source! For real!
5
+
6
+
7
+
1
8
  Workarea Styled Selects 1.1.1 (2019-08-21)
2
9
  --------------------------------------------------------------------------------
3
10
 
4
- * Open Source!
11
+ * Open Source! lol jk
5
12
 
6
13
 
7
14
 
@@ -0,0 +1,3 @@
1
+ View this plugin's code of conduct here:
2
+
3
+ <https://github.com/workarea-commerce/workarea/blob/master/CODE_OF_CONDUCT.md>
@@ -0,0 +1,3 @@
1
+ View this plugin's contribution guidelines here:
2
+
3
+ <https://github.com/workarea-commerce/workarea/blob/master/CONTRIBUTING.md>
data/Gemfile CHANGED
@@ -13,7 +13,7 @@ gemspec
13
13
  # To use a debugger
14
14
  # gem 'byebug', group: [:development, :test]
15
15
 
16
- gem "workarea", source: "https://gems.weblinc.com"
16
+ gem "workarea"
17
17
  group :test do
18
- gem "workarea-testing", source: "https://gems.weblinc.com"
18
+ gem "workarea-testing"
19
19
  end
data/LICENSE ADDED
@@ -0,0 +1,52 @@
1
+ WebLinc
2
+ Business Source License
3
+
4
+ Licensor: WebLinc Corporation, 22 S. 3rd Street, 2nd Floor, Philadelphia PA 19106
5
+
6
+ Licensed Work: Workarea Commerce Platform
7
+ The Licensed Work is (c) 2019 WebLinc Corporation
8
+
9
+ Additional Use Grant:
10
+ You may make production use of the Licensed Work without an additional license agreement with WebLinc so long as you do not use the Licensed Work for a Commerce Service.
11
+
12
+ A "Commerce Service" is a commercial offering that allows third parties (other than your employees and contractors) to access the functionality of the Licensed Work by creating or managing commerce functionality, the products, taxonomy, assets and/or content of which are controlled by such third parties.
13
+
14
+ For information about obtaining an additional license agreement with WebLinc, contact licensing@workarea.com.
15
+
16
+ Change Date: 2019-08-20
17
+
18
+ Change License: Version 2.0 or later of the GNU General Public License as published by the Free Software Foundation
19
+
20
+ Terms
21
+
22
+ The Licensor hereby grants you the right to copy, modify, create derivative works, redistribute, and make non-production use of the Licensed Work. The Licensor may make an Additional Use Grant, above, permitting limited production use.
23
+
24
+ Effective on the Change Date, or the fourth anniversary of the first publicly available distribution of a specific version of the Licensed Work under this License, whichever comes first, the Licensor hereby grants you rights under the terms of the Change License, and the rights granted in the paragraph above terminate.
25
+
26
+ If your use of the Licensed Work does not comply with the requirements currently in effect as described in this License, you must purchase a commercial license from the Licensor, its affiliated entities, or authorized resellers, or you must refrain from using the Licensed Work.
27
+
28
+ All copies of the original and modified Licensed Work, and derivative works of the Licensed Work, are subject to this License. This License applies separately for each version of the Licensed Work and the Change Date may vary for each version of the Licensed Work released by Licensor.
29
+
30
+ You must conspicuously display this License on each original or modified copy of the Licensed Work. If you receive the Licensed Work in original or modified form from a third party, the terms and conditions set forth in this License apply to your use of that work.
31
+
32
+ Any use of the Licensed Work in violation of this License will automatically terminate your rights under this License for the current and all other versions of the Licensed Work.
33
+
34
+ This License does not grant you any right in any trademark or logo of Licensor or its affiliates (provided that you may use a trademark or logo of Licensor as expressly required by this License). TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE. MariaDB hereby grants you permission to use this License’s text to license your works and to refer to it using the trademark "Business Source License" as long as you comply with the Covenants of Licensor below.
35
+
36
+ Covenants of Licensor
37
+ In consideration of the right to use this License’s text and the "Business Source License" name and trademark, Licensor covenants to MariaDB, and to all other recipients of the licensed work to be provided by Licensor:
38
+
39
+ To specify as the Change License the GPL Version 2.0 or any later version, or a license that is compatible with GPL Version 2.0 or a later version, where "compatible" means that software provided under the Change License can be included in a program with software provided under GPL Version 2.0 or a later version. Licensor may specify additional Change Licenses without limitation.
40
+
41
+ To either: (a) specify an additional grant of rights to use that does not impose any additional restriction on the right granted in this License, as the Additional Use Grant; or (b) insert the text "None."
42
+
43
+ To specify a Change Date.
44
+
45
+ Not to modify this License in any other way.
46
+
47
+ Notice
48
+ The Business Source License (this document, or the "License") is not an Open Source license. However, the Licensed Work will eventually be made available under an Open Source License, as stated in this License.
49
+
50
+ For more information on the use of the Business Source License generally, please visit the Adopting and Developing Business Source License FAQ.
51
+
52
+ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved. "Business Source License" is a trademark of MariaDB Corporation Ab.
@@ -0,0 +1,3 @@
1
+ View this plugin's license here:
2
+
3
+ <https://github.com/workarea-commerce/workarea/blob/master/LICENSE.md>
@@ -1,5 +1,5 @@
1
1
  module Workarea
2
2
  module StyledSelects
3
- VERSION = "1.1.1"
3
+ VERSION = "1.1.2"
4
4
  end
5
5
  end
@@ -7,13 +7,15 @@ require "workarea/styled_selects/version"
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "workarea-styled_selects"
9
9
  s.version = Workarea::StyledSelects::VERSION
10
- s.authors = ["Jake Beresford"]
11
- s.email = ["jberesford@weblinc.com"]
12
- s.homepage = "https://stash.tools.weblinc.com/projects/WP/repos/workarea-styled-selects/browse"
10
+ s.authors = ['Curt Howard']
11
+ s.email = ['choward@workarea.com']
12
+ s.homepage = "https://github.com/workarea-commerce/workarea-styled_selects"
13
13
  s.summary = "Styled select input UI for the Workarea platform"
14
14
  s.description = "Easily customize the styling of the <select> input type in a workarea application"
15
15
 
16
16
  s.files = `git ls-files`.split("\n")
17
17
 
18
+ s.license = 'Business Software License'
19
+
18
20
  s.add_dependency "workarea", "~> 3.x"
19
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workarea-styled_selects
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - Jake Beresford
7
+ - Curt Howard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-21 00:00:00.000000000 Z
11
+ date: 2019-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: workarea
@@ -27,19 +27,26 @@ dependencies:
27
27
  description: Easily customize the styling of the <select> input type in a workarea
28
28
  application
29
29
  email:
30
- - jberesford@weblinc.com
30
+ - choward@workarea.com
31
31
  executables: []
32
32
  extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
35
  - ".editorconfig"
36
36
  - ".eslintrc"
37
+ - ".github/ISSUE_TEMPLATE/bug_report.md"
38
+ - ".github/ISSUE_TEMPLATE/documentation-request.md"
39
+ - ".github/ISSUE_TEMPLATE/feature_request.md"
37
40
  - ".gitignore"
38
41
  - ".rails-rubocop.yml"
39
42
  - ".rubocop.yml"
40
43
  - ".scss-lint.yml"
41
44
  - CHANGELOG.md
45
+ - CODE_OF_CONDUCT.md
46
+ - CONTRIBUTING.md
42
47
  - Gemfile
48
+ - LICENSE
49
+ - LICENSE.md
43
50
  - README.md
44
51
  - Rakefile
45
52
  - app/assets/stylesheets/workarea/styled_selects/components/_styled_select.scss
@@ -54,11 +61,6 @@ files:
54
61
  - lib/workarea/styled_selects.rb
55
62
  - lib/workarea/styled_selects/engine.rb
56
63
  - lib/workarea/styled_selects/version.rb
57
- - script/admin_ci
58
- - script/ci
59
- - script/core_ci
60
- - script/plugins_ci
61
- - script/storefront_ci
62
64
  - test/dummy/Rakefile
63
65
  - test/dummy/app/assets/config/manifest.js
64
66
  - test/dummy/app/assets/images/.keep
@@ -109,8 +111,9 @@ files:
109
111
  - test/teaspoon_env.rb
110
112
  - test/test_helper.rb
111
113
  - workarea-styled_selects.gemspec
112
- homepage: https://stash.tools.weblinc.com/projects/WP/repos/workarea-styled-selects/browse
113
- licenses: []
114
+ homepage: https://github.com/workarea-commerce/workarea-styled_selects
115
+ licenses:
116
+ - Business Software License
114
117
  metadata: {}
115
118
  post_install_message:
116
119
  rdoc_options: []
@@ -1,9 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- gem install bundler
4
- bundle update
5
-
6
- CI_GEM_PATH="$(bundle show workarea-ci)"
7
- . ${CI_GEM_PATH}/exe/workarea-set-ci-env
8
-
9
- bin/rails app:workarea:test:admin
data/script/ci DELETED
@@ -1,11 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- gem install bundler
4
- bundle update
5
-
6
- CI_GEM_PATH="$(bundle show workarea-ci)"
7
- . ${CI_GEM_PATH}/exe/workarea-set-ci-env
8
-
9
- bundle exec workarea-lint
10
- bundle exec workarea-audit
11
- bin/rails test test/**/*_test.rb
@@ -1,9 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- gem install bundler
4
- bundle update
5
-
6
- CI_GEM_PATH="$(bundle show workarea-ci)"
7
- . ${CI_GEM_PATH}/exe/workarea-set-ci-env
8
-
9
- bin/rails app:workarea:test:core
@@ -1,9 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- gem install bundler
4
- bundle update
5
-
6
- CI_GEM_PATH="$(bundle show workarea-ci)"
7
- . ${CI_GEM_PATH}/exe/workarea-set-ci-env
8
-
9
- bin/rails app:workarea:test:plugins
@@ -1,9 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- gem install bundler
4
- bundle update
5
-
6
- CI_GEM_PATH="$(bundle show workarea-ci)"
7
- . ${CI_GEM_PATH}/exe/workarea-set-ci-env
8
-
9
- bin/rails app:workarea:test:storefront