scoreboard_rubywarrior 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +2 -2
- data/lib/scoreboard_rubywarrior/reporter.rb +1 -1
- data/lib/scoreboard_rubywarrior/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4b7e404b1cb8437ccc16fe98980dec00a6739ad
|
4
|
+
data.tar.gz: 46085d2020a9d31e3235ff293fda301fabc492f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c3bad9828cff0b2575edc4ca5090b96b8a32801e6cfe15eb3611388fe73ce702e40b92adcd70801a001ea54113dad355f0e580cc6badcc7a7742e1bfbd01506
|
7
|
+
data.tar.gz: b40003ca9f2a545739fff1beeb11739d9754c73ed97c2f27158557fe032354678f2f3c0fa07462221be945a6631429b496e9492221343f0874638278b95fde00
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1
|
+
## 0.0.8 [Nov 30th 2014]
|
2
|
+
updates endpoint to point to generic herokuapp
|
3
|
+
|
1
4
|
## 0.0.7 [Nov 30th 2014]
|
2
5
|
Bugfix: Removes pry statement
|
3
6
|
Adds the ability to post in Epic Mode
|
7
|
+
|
4
8
|
## 0.0.5 [Nov 30th 2014]
|
5
9
|
|
6
10
|
* Adds the ability to customize the endpoint which is posted to,
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# ScoreboardRubywarrior
|
2
2
|
|
3
3
|
This gem monkey patches ruby-warrior to allow scores to be
|
4
|
-
automatically posted to a webserver (currently https://
|
4
|
+
automatically posted to a webserver (currently https://rubywarrior.herokuapp.com/)
|
5
5
|
|
6
6
|
There is plenty of scope for improving the metrics etc, so please
|
7
7
|
feel free to add your (tested?! ;) patches and send them our way.
|
@@ -21,7 +21,7 @@ Please see Ryan Bates' instructions [on the original ruby-warrior](https://githu
|
|
21
21
|
The website where the scores can be viewed (and source inspected etc.) is
|
22
22
|
available [on github](https://github.com/patrickdavey/rubywarrior_scoreboard)
|
23
23
|
by default, the scoreboard_rubywarrior will post to the demo herokuapp at
|
24
|
-
http://
|
24
|
+
http://rubywarrior.herokuapp.com/scores .
|
25
25
|
|
26
26
|
If you want to post to your own custom website for your own meetup, all
|
27
27
|
you need to do is create a `.scoreboard_endpoint` file in the root of the
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scoreboard_rubywarrior
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Patrick Davey
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|