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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6483b1e4a541700a2436d4a450cf4286528b2658
4
- data.tar.gz: b9611b9a0ef272fefe12ddc1e2df1e2d1f51015c
3
+ metadata.gz: a4b7e404b1cb8437ccc16fe98980dec00a6739ad
4
+ data.tar.gz: 46085d2020a9d31e3235ff293fda301fabc492f3
5
5
  SHA512:
6
- metadata.gz: 20aa3247101648381e0d8e80352ed48eb73da79248bd5ba1e7e84953424d42002bca3eea8c7e8989b8c1eaf8fa24a6f1d95c294cdec5ee5d87985f8414bfd7c3
7
- data.tar.gz: f2f05a531632a9a417ff2770a8a0b4a83efea47c5874750416bbfdbb4b7378d6ddb28e205209bedb1168488c8b2079c779a11a7ed493dad9d53e5dbf29168f36
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://chchruby-warrior.herokuapp.com/)
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://chchruby.herokuapp.com/scores .
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
@@ -1,6 +1,6 @@
1
1
  module ScoreboardRubywarrior
2
2
  class Reporter
3
- REPORTER_API_ENDPOINT_URI = 'http://chchruby-warrior.herokuapp.com/scores'
3
+ REPORTER_API_ENDPOINT_URI = 'http://rubywarrior.herokuapp.com/scores'
4
4
 
5
5
  include HTTParty
6
6
  base_uri REPORTER_API_ENDPOINT_URI
@@ -1,3 +1,3 @@
1
1
  module ScoreboardRubywarrior
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
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.7
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-20 00:00:00.000000000 Z
11
+ date: 2014-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler