workarea-segment_analytics 1.0.2 → 1.0.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: b63311948bf8b091926cca0496c0502f4bd7093a94f11667a251183711b993a4
4
- data.tar.gz: f7739b2422619785b8934267bf3c39ae53a146a3b481484c2c95900fd19c7215
3
+ metadata.gz: 97a21888bba49f94896a6280c6513de4e49726b7350be019aef7609ab6e3ea92
4
+ data.tar.gz: 13709ef6804358828248a8d0a219665380f33ed75b5559f6304c4f93c99b837f
5
5
  SHA512:
6
- metadata.gz: 8f03ef7cbae1463b91c7e2d545530310d4e551362f8da36584fdc05bf015b73eed4c3328b8033e4752d85ccc61e0714cd9ce9ff3a1e3e2670085171146179713
7
- data.tar.gz: 3ff6a1baaac585224810578e11d5a38f5a01924dc579513af50576163f608aeda66ac8f0603d8ac1232ef79685310361d274796d8faf1ff65b0e72f8bb3152b5
6
+ metadata.gz: 239d6c900e97b22c44bb1ca45890d232a5cfde56e3f86f0a269fd7a9621f3f7bb25276b2050dd8a26bb53cec699fb68271e8b8f7105e15c760f3c50f82741b99
7
+ data.tar.gz: 0fad456a66bff7c17ab1be663085c17ba6bd72722dc6dc801f627f9a61163e3ad47d5536512b2a5e027c3c8b4aa0793ff67b3a332f5e5091d6daa05fc186c8d6
@@ -0,0 +1,20 @@
1
+ # editorconfig.org
2
+ root = true
3
+
4
+ [*]
5
+ charset = utf-8
6
+ indent_style = space
7
+ end_of_line = lf
8
+ trim_trailing_whitespace = true
9
+ insert_final_newline = true
10
+
11
+ [{*.rb,*.haml,*.decorator,*.yml,*.yaml,*.jbuilder}]
12
+ indent_size = 2
13
+ indent_style = space
14
+
15
+ [{*.js,*.jst,*.ejs,*.scss}]
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 Segment Analytics 1.0.3 (2019-08-22)
2
+ --------------------------------------------------------------------------------
3
+
4
+ * Open Source! For real!
5
+
6
+
7
+
1
8
  Workarea Segment Analytics 1.0.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>
@@ -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,4 +1,5 @@
1
1
  source 'https://rubygems.org'
2
+ git_source(:github) { |repo| "git@github.com:#{repo}.git" }
2
3
 
3
4
  # Declare your gem's dependencies in segment_analytics.gemspec.
4
5
  # Bundler will treat runtime dependencies like base dependencies, and
@@ -13,4 +14,4 @@ gemspec
13
14
  # To use a debugger
14
15
  # gem 'byebug', group: [:development, :test]
15
16
 
16
- 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.
@@ -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 SegmentAnalytics
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
@@ -7,13 +7,15 @@ require "workarea/segment_analytics/version"
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "workarea-segment_analytics"
9
9
  s.version = Workarea::SegmentAnalytics::VERSION
10
- s.authors = ["Jake Beresford"]
11
- s.email = ["jberesford@weblinc.com"]
12
- s.homepage = "https://www.workarea.com"
10
+ s.authors = ['Curt Howard']
11
+ s.email = ['choward@workarea.com']
12
+ s.homepage = "https://github.com/workarea-commerce/workarea-segment_analytics"
13
13
  s.summary = "Integration with segment"
14
14
  s.description = "The last integration you’ll ever do."
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-segment_analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
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
@@ -26,16 +26,24 @@ dependencies:
26
26
  version: 3.x
27
27
  description: The last integration you’ll ever do.
28
28
  email:
29
- - jberesford@weblinc.com
29
+ - choward@workarea.com
30
30
  executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - ".editorconfig"
34
35
  - ".eslintrc"
36
+ - ".github/ISSUE_TEMPLATE/bug_report.md"
37
+ - ".github/ISSUE_TEMPLATE/documentation-request.md"
38
+ - ".github/ISSUE_TEMPLATE/feature_request.md"
35
39
  - ".gitignore"
36
40
  - ".rubocop.yml"
37
41
  - CHANGELOG.md
42
+ - CODE_OF_CONDUCT.md
43
+ - CONTRIBUTING.md
38
44
  - Gemfile
45
+ - LICENSE
46
+ - LICENSE.md
39
47
  - README.md
40
48
  - Rakefile
41
49
  - app/assets/javascripts/workarea/storefront/segment_analytics/dependencies/analytics.js.erb
@@ -55,11 +63,6 @@ files:
55
63
  - lib/workarea/segment_analytics.rb
56
64
  - lib/workarea/segment_analytics/engine.rb
57
65
  - lib/workarea/segment_analytics/version.rb
58
- - script/admin_ci
59
- - script/ci
60
- - script/core_ci
61
- - script/plugins_ci
62
- - script/storefront_ci
63
66
  - test/dummy/Rakefile
64
67
  - test/dummy/app/assets/config/manifest.js
65
68
  - test/dummy/app/assets/images/.keep
@@ -113,8 +116,9 @@ files:
113
116
  - test/teaspoon_env.rb
114
117
  - test/test_helper.rb
115
118
  - workarea-segment_analytics.gemspec
116
- homepage: https://www.workarea.com
117
- licenses: []
119
+ homepage: https://github.com/workarea-commerce/workarea-segment_analytics
120
+ licenses:
121
+ - Business Software License
118
122
  metadata: {}
119
123
  post_install_message:
120
124
  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