cxxproject_console 0.1.1 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,14 @@
1
+ # -*- encoding: utf-8 -*-
2
+ gem_name = 'cxxproject_console'
3
+ require File.expand_path("lib/#{gem_name}/version")
4
+
1
5
  spec = Gem::Specification.new do |s|
2
- s.name = 'cxxproject_console'
6
+ s.name = gem_name
7
+ s.version = CxxprojectConsole::VERSION
8
+
3
9
  s.description = 'irb-console for cxxproject'
4
10
  s.summary = 'interpretes all project definitions and dumps you into an interactive ruby console'
5
11
  s.homepage = 'http://marcmo.github.com/cxxproject/'
6
- s.version = '0.1.1'
7
12
  s.author = 'christian koestlin'
8
13
  s.email = 'christian.koestlin@gmail.com'
9
14
  s.platform = Gem::Platform::RUBY
@@ -0,0 +1,3 @@
1
+ module CxxprojectConsole
2
+ VERSION = "0.1.4"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cxxproject_console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.4
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: cxx
@@ -37,6 +37,7 @@ files:
37
37
  - Rakefile.rb
38
38
  - cxxproject_console.gemspec
39
39
  - lib/cxxproject_console/plugin.rb
40
+ - lib/cxxproject_console/version.rb
40
41
  homepage: http://marcmo.github.com/cxxproject/
41
42
  licenses: []
42
43
  post_install_message: