icu_ratings 0.2.1 → 0.2.4

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.
Files changed (4) hide show
  1. data/VERSION.yml +5 -0
  2. metadata +2 -3
  3. data/.autotest +0 -8
  4. data/.gitignore +0 -3
data/VERSION.yml ADDED
@@ -0,0 +1,5 @@
1
+ ---
2
+ :patch: 4
3
+ :build:
4
+ :major: 0
5
+ :minor: 2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icu_ratings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Orr
@@ -23,10 +23,9 @@ extra_rdoc_files:
23
23
  - LICENCE
24
24
  - README.rdoc
25
25
  files:
26
- - .autotest
27
- - .gitignore
28
26
  - LICENCE
29
27
  - README.rdoc
28
+ - VERSION.yml
30
29
  - lib/icu_ratings.rb
31
30
  - lib/icu_ratings/player.rb
32
31
  - lib/icu_ratings/result.rb
data/.autotest DELETED
@@ -1,8 +0,0 @@
1
- #
2
- # Since the default autotest mappings in gems/rspec-<version>/lib/autotest/rspec.rb
3
- # assume lib/ and spec/ are structured in the same way, we have to replace them.
4
- #
5
- Autotest.add_hook :initialize do |at|
6
- at.remove_mapping %r%^lib/(.*)\.rb$%
7
- at.add_mapping(%r%^lib/icu_ratings/(.*)\.rb$%) { |_, m| "spec/#{m[1]}_spec.rb" }
8
- end
data/.gitignore DELETED
@@ -1,3 +0,0 @@
1
- rdoc
2
- pkg
3
- tmp