Skip to content

Commit

Permalink
add systemu gem dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoward committed May 3, 2011
1 parent a3ddb59 commit 56708c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -126,6 +126,7 @@ task :gemspec do
### spec.add_dependency 'lib', '>= version'
#### spec.add_dependency 'map'
spec.add_dependency 'systemu'
spec.extensions.push(*#{ extensions.inspect })
Expand Down
3 changes: 2 additions & 1 deletion irbcp.gemspec
Expand Up @@ -3,7 +3,7 @@

Gem::Specification::new do |spec|
spec.name = "irbcp"
spec.version = "0.0.2"
spec.version = "0.0.3"
spec.platform = Gem::Platform::RUBY
spec.summary = "irbcp"
spec.description = "description: irbcp kicks the ass"
Expand All @@ -19,6 +19,7 @@ Gem::Specification::new do |spec|

### spec.add_dependency 'lib', '>= version'
#### spec.add_dependency 'map'
spec.add_dependency 'systemu'

spec.extensions.push(*[])

Expand Down
2 changes: 1 addition & 1 deletion lib/irbcp.rb
@@ -1,7 +1,7 @@
require 'systemu'

module Irbcp
Version = '0.0.2'
Version = '0.0.3'

def Irbcp.version() Irbcp::Version end

Expand Down

0 comments on commit 56708c1

Please sign in to comment.