buildboard 0.1.0 → 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.
- data/README.md +7 -0
- data/Rakefile +2 -0
- data/VERSION +1 -1
- metadata +26 -2
data/README.md
CHANGED
|
@@ -7,6 +7,13 @@ aggregation of the output from a continuous integration system like CI Joe.
|
|
|
7
7
|
[1]: http://www.integrityapp.com
|
|
8
8
|
[2]: http://github.com/defunkt/cijoe
|
|
9
9
|
|
|
10
|
+
## Screenshots:
|
|
11
|
+
|
|
12
|
+
The project details page:
|
|
13
|
+
|
|
14
|
+

|
|
15
|
+
|
|
16
|
+
|
|
10
17
|
## Getting started
|
|
11
18
|
|
|
12
19
|
To get started run:
|
data/Rakefile
CHANGED
|
@@ -11,6 +11,8 @@ begin
|
|
|
11
11
|
gem.homepage = "http://github.com/jacobat/buildboard"
|
|
12
12
|
gem.authors = ["Jacob Atzen"]
|
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
|
14
|
+
gem.add_dependency 'vegas'
|
|
15
|
+
gem.add_dependency 'sinatra'
|
|
14
16
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
15
17
|
end
|
|
16
18
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Jacob Atzen
|
|
@@ -31,6 +31,30 @@ dependencies:
|
|
|
31
31
|
version: 1.2.9
|
|
32
32
|
type: :development
|
|
33
33
|
version_requirements: *id001
|
|
34
|
+
- !ruby/object:Gem::Dependency
|
|
35
|
+
name: vegas
|
|
36
|
+
prerelease: false
|
|
37
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
segments:
|
|
42
|
+
- 0
|
|
43
|
+
version: "0"
|
|
44
|
+
type: :runtime
|
|
45
|
+
version_requirements: *id002
|
|
46
|
+
- !ruby/object:Gem::Dependency
|
|
47
|
+
name: sinatra
|
|
48
|
+
prerelease: false
|
|
49
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
segments:
|
|
54
|
+
- 0
|
|
55
|
+
version: "0"
|
|
56
|
+
type: :runtime
|
|
57
|
+
version_requirements: *id003
|
|
34
58
|
description: Buildboard is an Integrity style dashboard for CI Joe
|
|
35
59
|
email: jacob@incremental.dk
|
|
36
60
|
executables:
|