ryb 0.2.0.2 → 0.2.0.3

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. checksums.yaml +4 -4
  2. data/lib/ryb/gem.rb +1 -1
  3. data/lib/ryb/ninja.rb +1 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63cc2afcc3bcab179722908bb5c2911804211e2b
4
- data.tar.gz: a17dcbb8a42d284a855c0edc0e48640933cbdc19
3
+ metadata.gz: 9e105917adf373e3f300976e75698d67cfbfdf0c
4
+ data.tar.gz: 7ed7d76c858b36d4028d5fd024b0f74d8f5213ab
5
5
  SHA512:
6
- metadata.gz: de79d590fb5c07e18a3ed6acb8574174a970e6b00d0df7f1c7244fe304dd80db13277523c6c0271e0b35ff2f1c2e5f82098ab52bdffa7faeecd52f8dbf992d02
7
- data.tar.gz: b200c8f3fd29689fa70962ce4fe3d3003c197f6c26ea2793a4e9c88277a14b4a29f8b03e58b71b8b0ef820a0ed8fad3731f6d39059968794d0bbc3936d6f68fb
6
+ metadata.gz: 42f190480119ca9191efcc91ac3ce6689c9b73f242e35b763b756e1c33c240708c3078f1dc7aa1f9a199b8fc885fefe4a6134d08eed1978e3e0543eeb69069b0
7
+ data.tar.gz: 40782b36d9c61193297dc6bdcec82172c17be5bc98af9501d35998611e97116abd369f9b2c75af69373bbfd0aea15fed59720693393a55bcedc636c272cddeb7
@@ -41,7 +41,7 @@ module Ryb
41
41
  end
42
42
 
43
43
  module VERSION #:nodoc:
44
- MAJOR, MINOR, PATCH, PRE = [0, 2, 0, 2]
44
+ MAJOR, MINOR, PATCH, PRE = [0, 2, 0, 3]
45
45
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
46
46
  end
47
47
 
@@ -176,6 +176,7 @@ module Ryb
176
176
  cflags_for_architecture(tripletised.architecture)
177
177
  flags += VisualStudio::Compiler.include_paths_to_flags(product.paths.includes) if product.paths
178
178
  flags += VisualStudio::Compiler.defines_to_flags(project.defines)
179
+ flags += VisualStudio::Compiler.defines_to_flags(product.defines)
179
180
  flags += VisualStudio::Compiler.architecture_to_flags(tripletised.architecture.name.to_sym)
180
181
  flags
181
182
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ryb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.2
4
+ version: 0.2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Williams