continuous_integration 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: bd54be966578be56bbab0d6b71521c704586205c
4
- data.tar.gz: e59248652de2a1e53531ce5c6b863ec7f6f05876
3
+ metadata.gz: de6e3f32cbf63e9eed9246e387ca93afd5fa8797
4
+ data.tar.gz: 6b59d1cf3cd752185ec01b6253e978f0959f694c
5
5
  SHA512:
6
- metadata.gz: f98a5368bc90bf9e1f564be0e17fb154c2b9354194388d8c1839e61603b1e2b509db8a50f69666d6909e354b8c1f6f9c37ef5135d1af97202437503dc5c10729
7
- data.tar.gz: 4c6cb62303950dbb5aa9e78dcd87c8b2932eeeca6013c172585feb1bc1d255181c7301c4aafb366cc32e290d3a0375c6c2ab2122dbb6b0d6f1b3a1a382b16cee
6
+ metadata.gz: 25942a41c4ce82a56e06a73f7a7e45b7576ea2d75eed48f82656abb5fca37058c46d6233802d8fc109a2b430956eff2d46d1611bfa7af992766e7e22c02ff211
7
+ data.tar.gz: fa2519204d259d20d7229ae9e719d36a3bb259b047be57b01c3d6fbb5e8a478e31228c26326e3f66868207340d428da10e629d4c641c0a72676b392d90ecd658
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'continuous_integration'
4
+
5
+ server = ContinuousIntegration.run_ci
6
+ server.start
@@ -1,3 +1,3 @@
1
1
  module ContinuousIntegration
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: continuous_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ragavendra Nagraj
@@ -41,7 +41,8 @@ dependencies:
41
41
  description: CI server for running integration tests using webrick
42
42
  email:
43
43
  - ragavendra.bn@gmail.com
44
- executables: []
44
+ executables:
45
+ - continuous_integration
45
46
  extensions: []
46
47
  extra_rdoc_files: []
47
48
  files:
@@ -51,6 +52,7 @@ files:
51
52
  - Gemfile.lock
52
53
  - LICENSE.txt
53
54
  - README.md
55
+ - bin/continuous_integration
54
56
  - continuous_integration.gemspec
55
57
  - lib/continuous_integration.rb
56
58
  - lib/continuous_integration/constants.rb