mordor 0.2.18 → 0.2.19

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 (3) hide show
  1. data/.travis.yml +1 -0
  2. data/mordor.gemspec +2 -2
  3. metadata +4 -4
data/.travis.yml CHANGED
@@ -18,3 +18,4 @@ rvm:
18
18
  matrix:
19
19
  allow_failures:
20
20
  - rvm: rbx-19mode
21
+ - rvm: rbx-18mode
data/mordor.gemspec CHANGED
@@ -2,8 +2,8 @@ Gem::Specification.new do |s|
2
2
  s.name = "mordor"
3
3
 
4
4
  # Do not set the version and date field manually, this is done by the release script
5
- s.version = "0.2.18"
6
- s.date = "2013-01-22"
5
+ s.version = "0.2.19"
6
+ s.date = "2013-01-23"
7
7
 
8
8
  s.summary = "mordor"
9
9
  s.description = <<-eos
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mordor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 18
10
- version: 0.2.18
9
+ - 19
10
+ version: 0.2.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jan-Willem Koelewijn
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2013-01-22 00:00:00 +01:00
19
+ date: 2013-01-23 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency