canvas_oss-configuration 0.1.0.pre.alpha.pre.8 → 0.1.0
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 +5 -5
- data/.travis.yml +0 -1
- data/canvas_oss-configuration.gemspec +0 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: c64aee608bcab55918bbb7bdcbd4bdbc4e3192bb
|
|
4
|
+
data.tar.gz: ab7d64524d1a05a59c8060e5dda22941b129ef90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82840c60445fb633f8c9e9d528d5d6d50e8aef1fcde6323650f1bc35f58772009d28c1c7d29b80815d7d21eab4383e196ebe085a50bffd216eb3be8be109cd15
|
|
7
|
+
data.tar.gz: 354c0bfd7ca572ad65407a539593263662087bc498b7a502717a8ffc48efba35037c81810e14becffc75d1bc803d42781ba48d834583bc8e896e157cff952f30
|
data/.travis.yml
CHANGED
|
@@ -25,7 +25,6 @@ Gem::Specification.new do |spec|
|
|
|
25
25
|
spec.email = %w[boissezon.remy@gmail.com valentin@prodhomme.me chill3d@protonmail.com alexandre.zanni@engineer.com]
|
|
26
26
|
spec.date = '2018-02-24'
|
|
27
27
|
spec.license = 'CECILL-2.1'
|
|
28
|
-
spec.required_ruby_version = '>= 2.4.0'
|
|
29
28
|
|
|
30
29
|
spec.summary = 'API for used by CANVAS subsystems'
|
|
31
30
|
spec.description = 'A little API to load and use CANVAS yaml configuration files'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: canvas_oss-configuration
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "'Remy"
|
|
@@ -93,15 +93,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
93
93
|
requirements:
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version:
|
|
96
|
+
version: '0'
|
|
97
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
requirements:
|
|
99
|
-
- - "
|
|
99
|
+
- - ">="
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
|
-
version:
|
|
101
|
+
version: '0'
|
|
102
102
|
requirements: []
|
|
103
103
|
rubyforge_project:
|
|
104
|
-
rubygems_version: 2.
|
|
104
|
+
rubygems_version: 2.6.14
|
|
105
105
|
signing_key:
|
|
106
106
|
specification_version: 4
|
|
107
107
|
summary: API for used by CANVAS subsystems
|