Skip to content

Commit

Permalink
+ build num
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhalev committed May 15, 2013
1 parent c4b8d1a commit 4c89572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rdot.vers
@@ -0,0 +1 @@
{"1.1.0.pre"=>{:hash=>"4a152d0e6b456e75b7c0dfac161d729bce60389c", :build=>1}}
4 changes: 4 additions & 0 deletions rdot.gemspec
@@ -1,5 +1,6 @@
# encoding: utf-8

require 'is/build'
require './lib/rdot-common'

Gem::Specification.new do |g|
Expand All @@ -15,6 +16,9 @@ Gem::Specification.new do |g|
g.files = Dir['lib/*.rb'] + Dir['*.md'] +
[ 'bin/rdot', 'bin/rbdot', '.yardopts' ]
g.executables = ['rdot', 'rbdot']

g.mkbuild 'pre'

g.require_path = 'lib'
g.required_ruby_version = '>= 1.9.2'
g.add_dependency 'is-monkey', '~> 0.4'
Expand Down

0 comments on commit 4c89572

Please sign in to comment.