galaxy_converter 2.1.1 → 2.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d95182718dfea56d5aa20b5367f980f4551e8023
4
- data.tar.gz: 5c7eacee4bd821f49230dbfdab976a48cb21c040
3
+ metadata.gz: 926e70aea3b0007b1152a89577439f189097a2e1
4
+ data.tar.gz: 245d7fc2333bd3cda19c23425b209fe80c81112f
5
5
  SHA512:
6
- metadata.gz: 19132e8261add543bf2080b29c4509bcae22e9c269d533b38ff5adc6c068abeedec758042974ea69f755c7f64477086d63971beb56415496165006625dda48d9
7
- data.tar.gz: d634fe6ec2b59141020f40e87d02c0b641d6e375fb7f85c0888dfcc6589e3cbca837fe10076d88dff010549205e663bce9aabd987222c2aecd3588eb3955eb00
6
+ metadata.gz: a199e6059d7d47b3935b93078011ba898af15def875dd4da5b2a89c816ed5b1584a66de896fbe8c93ed7dd15ba4372683a03d76e091755148d304a4cd446cd99
7
+ data.tar.gz: 177ca1ed410ed1cd3708c85dfff2a9bb7e1898db969afb60b9fe9e232df992f966a9844345f35422928fb48cd9fd7192f3c9151eb90a04570ab1d43ff59c5629
@@ -0,0 +1,6 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.2.2
4
+ - 2.3.0
5
+ - 2.4.0
6
+ before_install: gem install bundler -v 1.11.2
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.version = GalaxyConverter::VERSION
10
10
  s.authors = ["costajob"]
11
11
  s.email = ["costajob@gmail.com"]
12
- s.homepage = "https://bitbucket.org/costajob/galaxy_converter"
12
+ s.homepage = "https://github.com/costajob/galaxy_converter"
13
13
  s.license = "MIT"
14
14
  s.summary = "Implementation of the Merchant's Guide to the Galaxy kata"
15
15
  s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module GalaxyConverter
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: galaxy_converter
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - costajob
@@ -75,6 +75,7 @@ extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
77
  - ".gitignore"
78
+ - ".travis.yml"
78
79
  - Gemfile
79
80
  - README.md
80
81
  - Rakefile
@@ -92,7 +93,7 @@ files:
92
93
  - lib/galaxy_converter/roman_numeral.rb
93
94
  - lib/galaxy_converter/roman_rule.rb
94
95
  - lib/galaxy_converter/version.rb
95
- homepage: https://bitbucket.org/costajob/galaxy_converter
96
+ homepage: https://github.com/costajob/galaxy_converter
96
97
  licenses:
97
98
  - MIT
98
99
  metadata: {}