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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 453eb5d5a417ed62133c2efffa1cc44bfb99bf6da2fa472e42398b1dd59f44e9
4
- data.tar.gz: ba1fc7df384d56176ba323ea81d9ca192355f36013ddf123ac348a18a726245b
2
+ SHA1:
3
+ metadata.gz: c64aee608bcab55918bbb7bdcbd4bdbc4e3192bb
4
+ data.tar.gz: ab7d64524d1a05a59c8060e5dda22941b129ef90
5
5
  SHA512:
6
- metadata.gz: caaddb872431d8fd8c403fe51d061999fcb623b7c5e7167da6b0e3121ab7301d7a8e7c0595f4db7c65198c947d468f99c596aa9e573b19ff6fc0effde7bc0bb3
7
- data.tar.gz: dfcf03ec33106a428ee4a06d173d8db0621e3aec906248b8c8434bd3e7493a36d1619b205b9a3145dfd88107cffec9c5c5ba886625f9705fc06e1e4fb83f39d0
6
+ metadata.gz: 82840c60445fb633f8c9e9d528d5d6d50e8aef1fcde6323650f1bc35f58772009d28c1c7d29b80815d7d21eab4383e196ebe085a50bffd216eb3be8be109cd15
7
+ data.tar.gz: 354c0bfd7ca572ad65407a539593263662087bc498b7a502717a8ffc48efba35037c81810e14becffc75d1bc803d42781ba48d834583bc8e896e157cff952f30
data/.travis.yml CHANGED
@@ -20,7 +20,6 @@ matrix:
20
20
  deploy:
21
21
  provider: rubygems
22
22
  api_key: $RUBYGEMS_API_KEY
23
- gem: canvas_oss-configuration
24
23
  gemspec: canvas_oss-configuration.gemspec
25
24
  on:
26
25
  repo: canvas-oss/canvas-configuration
@@ -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.pre.alpha.pre.8
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: 2.4.0
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: 1.3.1
101
+ version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 2.7.6
104
+ rubygems_version: 2.6.14
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: API for used by CANVAS subsystems