pairing_matrix 0.1 → 0.1.1

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
2
  SHA1:
3
- metadata.gz: a24d92aeba174106798232ac2570da8ea5ddf5cc
4
- data.tar.gz: 94d836a0763678f90074e3b3cf831945e691a3ae
3
+ metadata.gz: b191b038b63516fd7f21303ce0a02956df04a6b1
4
+ data.tar.gz: eaa74828a094edc65c29293a4a8e10093114dcce
5
5
  SHA512:
6
- metadata.gz: 0b599d6687f9536052b4530d9823f39debc2ea8d9504ef537ba28c97928a2474ffea5ae20ec4e61e191583651e3f31e37497ebd2eb36e719986ddff60b1b4f5a
7
- data.tar.gz: e4be005157901c880b54d1d6544c92fa9753a9503ad823cd1d656a5f914c6987f566e4c5e09064055af5038f3c89146e19f83af8584663be048ea7295131ddca
6
+ metadata.gz: a8ba7db4c885470c987ec539ae65c56d85f1f4c05e4cbdda56e2c76fca22dfdd4a95d2d7ba66f146353c6d22490d2ab5b0b572d4e65b0bb27dbbd3cb03d53c07
7
+ data.tar.gz: c8e71a71916321687468878bd731b38dfe279f06d0ef001f4b6d542d89cba198b8103df4b6a7ab0b0f602728999e7f3cdcc2715ccbb5d552a53deb6c6af4f15e
@@ -4,6 +4,8 @@ require_relative '../../pairing_matrix'
4
4
 
5
5
  module PairingMatrix
6
6
  class Server < Sinatra::Base
7
+ set :bind, '0.0.0.0'
8
+
7
9
  config_reader = PairingMatrix::ConfigReader.new('pairing_matrix.yml')
8
10
  config = config_reader.config
9
11
  commit_reader = PairingMatrix::CommitReader.new(config)
@@ -1,3 +1,3 @@
1
1
  module PairingMatrix
2
- VERSION = '0.1'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pairing_matrix
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ajit Singh
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  version: '0'
70
70
  requirements: []
71
71
  rubyforge_project:
72
- rubygems_version: 2.5.1
72
+ rubygems_version: 2.6.7
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Draw pairing matrix from given repos and configurations