cxx 0.1.5 → 0.1.6

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/cxx.gemspec +1 -1
  2. data/lib/cxx/eval_context.rb +1 -0
  3. metadata +2 -2
@@ -2,7 +2,7 @@ spec = Gem::Specification.new do |s|
2
2
  s.name = 'cxx'
3
3
  s.description = 'ruby-based dsl for cxxproject'
4
4
  s.summary = 'defines the method cxx_configuration'
5
- s.version = '0.1.5'
5
+ s.version = '0.1.6'
6
6
  s.author = 'christian koestlin'
7
7
  s.email = 'christian.koestlin@gmail.com'
8
8
  s.platform = Gem::Platform::RUBY
@@ -16,6 +16,7 @@ module Cxx
16
16
  end
17
17
 
18
18
  class EvalContext
19
+ include Cxxproject
19
20
  include Cxxproject::Context
20
21
 
21
22
  attr_accessor :all_blocks
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cxx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-16 00:00:00.000000000 Z
12
+ date: 2012-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cxxproject