workarea-inventory_notifications 2.1.2 → 2.1.3

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: 6ba4d6ca31b9f2266d0c3c0631bd42f697a3fb42985178f069a0384b2c0f4a02
4
- data.tar.gz: e836462072d65e2343d22b34b44dfefe4a9b57f83a16521e311d3a092221166a
3
+ metadata.gz: a44a3995a30d79e00709d9207bfd783487f47bfed5afc919164f9501092b1d57
4
+ data.tar.gz: b551051cfbf2b80a69af0250f1f3fa4e5e609f0f0533fc35469d6dd37f655fd5
5
5
  SHA512:
6
- metadata.gz: ea57e300a4e529f958e7105826555e5055a4debd215cfb45935299c52184206bb7279c709fec1e0a006ed305479128a5e01e4baefa808333780f767c4ac7c038
7
- data.tar.gz: a0d89f8e017a97f9ad5d91a24c39ebe7a77ea574a0f0fd5595cc674eab08a2663b0c8ce94637dc09c954af776803a559ccbfdd44b506c5085bb570e74928aa46
6
+ metadata.gz: 87bc22df3dfbbb7fb37eb234f6027671a2138593ebbc65ec3d900829f6154b3ca266204f812a26a7226cbf92f6103b2ff03d34806fe73be34fe08c1b2bed783b
7
+ data.tar.gz: b27efceedbba05f15fea6e93d309398e6c916aeab7e0fa7a305109be3431f4522aca4e63a085c78efe390d510700e7378952c344936d2179c6a84f682db30224
data/.editorconfig CHANGED
@@ -8,8 +8,13 @@ end_of_line = lf
8
8
  trim_trailing_whitespace = true
9
9
  insert_final_newline = true
10
10
 
11
- [{*.rb,*.haml,*.scss}]
11
+ [{*.rb,*.haml,*.decorator,*.yml,*.yaml,*.jbuilder}]
12
12
  indent_size = 2
13
+ indent_style = space
14
+
15
+ [{*.js,*.jst,*.ejs,*.scss}]
16
+ indent_size = 4
13
17
 
14
- [{*.js,*.jst,*.ejs}]
18
+ [*.md]
15
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.
data/CHANGELOG.md CHANGED
@@ -1,7 +1,14 @@
1
+ Workarea Inventory Notifications 2.1.3 (2019-08-22)
2
+ --------------------------------------------------------------------------------
3
+
4
+ * Open Source! For real!
5
+
6
+
7
+
1
8
  Workarea Inventory Notifications 2.1.2 (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>
data/CONTRIBUTING.md ADDED
@@ -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
@@ -1,5 +1,5 @@
1
1
  source 'https://rubygems.org'
2
- source 'https://gems.weblinc.com'
2
+ git_source(:github) { |repo| "git@github.com:#{repo}.git" }
3
3
 
4
4
  # Declare your gem's dependencies in api.gemspec.
5
5
  # Bundler will treat runtime dependencies like base dependencies, and
@@ -14,4 +14,4 @@ gemspec
14
14
  # To use debugger
15
15
  # gem 'debugger'
16
16
 
17
- gem "workarea", source: 'https://gems.weblinc.com'
17
+ gem "workarea"
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.
data/LICENSE.md ADDED
@@ -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 InventoryNotifications
3
- VERSION = '2.1.2'
3
+ VERSION = '2.1.3'
4
4
  end
5
5
  end
@@ -7,10 +7,11 @@ Gem::Specification.new do |s|
7
7
  s.version = Workarea::InventoryNotifications::VERSION
8
8
  s.authors = ['Eric Pigeon']
9
9
  s.email = ['epigeon@weblinc.com']
10
- s.homepage = 'http://www.workarea.com'
10
+ s.homepage = 'https://github.com/workarea-commerce/workarea-inventory_notifications'
11
11
  s.summary = 'Inventory Notifications plugin for the Workarea ecommerce platform'
12
12
  s.description = 'Plugin for product inventory notifications on the Workarea ecommerce platform.'
13
13
  s.files = `git ls-files`.split("\n")
14
+ s.license = 'Business Software License'
14
15
 
15
16
  s.required_ruby_version = '>= 2.3.0'
16
17
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workarea-inventory_notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Pigeon
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
@@ -40,11 +40,18 @@ extra_rdoc_files: []
40
40
  files:
41
41
  - ".editorconfig"
42
42
  - ".eslintrc"
43
+ - ".github/ISSUE_TEMPLATE/bug_report.md"
44
+ - ".github/ISSUE_TEMPLATE/documentation-request.md"
45
+ - ".github/ISSUE_TEMPLATE/feature_request.md"
43
46
  - ".gitignore"
44
47
  - ".jshintrc"
45
48
  - ".rubocop.yml"
46
49
  - CHANGELOG.md
50
+ - CODE_OF_CONDUCT.md
51
+ - CONTRIBUTING.md
47
52
  - Gemfile
53
+ - LICENSE
54
+ - LICENSE.md
48
55
  - README.md
49
56
  - Rakefile
50
57
  - app/assets/stylesheets/workarea/storefront/inventory_notifications/components/_inventory_notifications.scss
@@ -67,11 +74,6 @@ files:
67
74
  - lib/workarea/inventory_notifications/engine.rb
68
75
  - lib/workarea/inventory_notifications/version.rb
69
76
  - lib/workarea/mailer_previews/inventory_update_mailer_preview.rb
70
- - script/admin_ci
71
- - script/ci
72
- - script/core_ci
73
- - script/plugins_ci
74
- - script/storefront_ci
75
77
  - test/dummy/Rakefile
76
78
  - test/dummy/app/assets/config/manifest.js
77
79
  - test/dummy/app/assets/images/.keep
@@ -128,8 +130,9 @@ files:
128
130
  - test/view_models/workarea/storefront/product_view_model_test.decorator
129
131
  - test/workers/workarea/restock_notifier_test.rb
130
132
  - workarea-inventory_notifications.gemspec
131
- homepage: http://www.workarea.com
132
- licenses: []
133
+ homepage: https://github.com/workarea-commerce/workarea-inventory_notifications
134
+ licenses:
135
+ - Business Software License
133
136
  metadata: {}
134
137
  post_install_message:
135
138
  rdoc_options: []
data/script/admin_ci DELETED
@@ -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
data/script/core_ci DELETED
@@ -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
data/script/plugins_ci DELETED
@@ -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
data/script/storefront_ci DELETED
@@ -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