octopolo-plugin-example 0.1.0 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/octopolo_plugin_example/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: ae234b9cae8dbe29ebd7477bf1ff466f22898634f320d58775eb0dde1c24dbdf
|
4
|
+
data.tar.gz: af8b945e0f5c8470a6d7e6435ae4194b6782820e6ebaf10090181c35cbc42254
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81d3efad6ca7c5aab18e7609656a4faccdfad71c9b02ddebf6e9c528815b5e03c0a16baa89b0bf1b736dee127e5a9ab38ffb307429c83e5ff6c036fc20e081fc
|
7
|
+
data.tar.gz: 04bb9583344e2519aa44123e9e42aee81d271f9094f05f6bcfe1d33bae41f33c117e9918336a87adf3e35eb02690c923e14ca7bcc1ac72da63caf9fb952a0a02
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octopolo-plugin-example
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- SportsEngine's Infrastructure Engineers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -68,7 +68,7 @@ dependencies:
|
|
68
68
|
version: '0'
|
69
69
|
description: Use for testing and as a base for octopolo plugins
|
70
70
|
email:
|
71
|
-
-
|
71
|
+
- infrastructure@sportngin.com
|
72
72
|
executables: []
|
73
73
|
extensions: []
|
74
74
|
extra_rdoc_files: []
|
@@ -98,8 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
|
-
|
102
|
-
rubygems_version: 2.5.1
|
101
|
+
rubygems_version: 3.1.4
|
103
102
|
signing_key:
|
104
103
|
specification_version: 4
|
105
104
|
summary: An example Octopolo plugin
|