combinatorial_puzzle_solver 0.1.3 → 0.1.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.
|
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.summary = %q{A resolver of combinatorial number-placement puzzles, like Sudoku.}
|
|
13
13
|
spec.description = %q{A resolver of combinatorial number-placement puzzles, like Sudoku.}
|
|
14
14
|
spec.homepage = "https://github.com/ErikSchlyter/combinatorial_puzzle_solver"
|
|
15
|
+
spec.license = "MIT"
|
|
15
16
|
|
|
16
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
17
18
|
spec.bindir = "exe"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: combinatorial_puzzle_solver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -123,7 +123,8 @@ files:
|
|
|
123
123
|
- lib/combinatorial_puzzle_solver/sudoku.rb
|
|
124
124
|
- lib/combinatorial_puzzle_solver/version.rb
|
|
125
125
|
homepage: https://github.com/ErikSchlyter/combinatorial_puzzle_solver
|
|
126
|
-
licenses:
|
|
126
|
+
licenses:
|
|
127
|
+
- MIT
|
|
127
128
|
post_install_message:
|
|
128
129
|
rdoc_options: []
|
|
129
130
|
require_paths:
|
|
@@ -142,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
142
143
|
version: '0'
|
|
143
144
|
segments:
|
|
144
145
|
- 0
|
|
145
|
-
hash:
|
|
146
|
+
hash: 2443890313582530978
|
|
146
147
|
requirements: []
|
|
147
148
|
rubyforge_project:
|
|
148
149
|
rubygems_version: 1.8.23
|